1. 26 Jun, 2015 1 commit
  2. 25 Jun, 2015 1 commit
  3. 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
  4. 10 Jun, 2015 1 commit
  5. 14 May, 2015 1 commit
  6. 13 May, 2015 1 commit
  7. 14 Apr, 2015 1 commit
  8. 13 Apr, 2015 1 commit
  9. 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
  10. 21 Mar, 2015 2 commits
  11. 17 Mar, 2015 3 commits
  12. 16 Mar, 2015 1 commit
  13. 06 Mar, 2015 1 commit
  14. 03 Mar, 2015 1 commit
  15. 02 Mar, 2015 2 commits
  16. 13 Jan, 2015 1 commit
  17. 10 Jan, 2015 1 commit
  18. 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
  19. 23 Nov, 2014 1 commit
  20. 17 May, 2014 1 commit
  21. 18 Mar, 2014 1 commit
  22. 17 Mar, 2014 1 commit
  23. 10 Mar, 2014 1 commit
  24. 09 Mar, 2014 1 commit
  25. 01 Mar, 2014 1 commit
  26. 10 Jan, 2014 2 commits
  27. 09 Jan, 2014 1 commit