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