1. 12 Sep, 2015 1 commit
  2. 11 Sep, 2015 3 commits
  3. 06 Sep, 2015 1 commit
  4. 31 Aug, 2015 1 commit
  5. 26 Aug, 2015 2 commits
  6. 16 Aug, 2015 1 commit
  7. 11 Aug, 2015 1 commit
  8. 24 Jul, 2015 1 commit
  9. 22 Jul, 2015 4 commits
  10. 17 Jul, 2015 1 commit
  11. 13 Jul, 2015 1 commit
  12. 26 Jun, 2015 1 commit
  13. 25 Jun, 2015 1 commit
  14. 11 Jun, 2015 1 commit
    • Sumit Sahrawat's avatar
      Minor changes · 6a1e9120
      Sumit Sahrawat authored
      - Return of the newlines: Add all newlines once again
      - Provide better comments
      - Remove `sender`
      - Consistently use set and get prefixed functions
      6a1e9120
  15. 10 Jun, 2015 1 commit
  16. 14 May, 2015 1 commit
  17. 13 May, 2015 1 commit
  18. 14 Apr, 2015 1 commit
  19. 13 Apr, 2015 1 commit
  20. 30 Mar, 2015 1 commit
    • Adam C. Foltzer's avatar
      move Stdin module to IHaskell · 8bc3f43c
      Adam C. Foltzer authored
      This allows removing the unix dependency for ipython-kernel, and seems
      like the right thing to do as the Stdin module is very specific to the
      case of running a Haskell kernel.
      8bc3f43c
  21. 21 Mar, 2015 2 commits
  22. 17 Mar, 2015 3 commits
  23. 16 Mar, 2015 1 commit
  24. 06 Mar, 2015 1 commit
  25. 03 Mar, 2015 1 commit
  26. 02 Mar, 2015 2 commits
  27. 13 Jan, 2015 1 commit
  28. 10 Jan, 2015 1 commit
  29. 09 Jan, 2015 1 commit
    • David Raymond Christiansen's avatar
      Add automation for easily defining kernels · 93a4bf00
      David Raymond Christiansen authored
      The module IHaskell.IPython.EasyKernel provides automation for writing
      simple IPython kernels. In particular, it provides a record type that
      defines configurations and a function that interprets a configuration as
      an action in some monad that can do IO.
      
      The configuration consists primarily of functions that implement the
      various features of a kernel, such as running code, looking up
      documentation, and performing completion. An example for a simple
      language that nevertheless has side effects, global state, and timing
      effects is included in the examples directory in a file called Calc.hs.
      
      Presently, there is no automation for creating the profile in the
      .ipython directory. One should follow the IPython instructions for this.
      93a4bf00
  30. 23 Nov, 2014 1 commit