1. 11 Jan, 2015 2 commits
  2. 10 Jan, 2015 1 commit
  3. 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
  4. 08 Jan, 2015 1 commit
  5. 07 Jan, 2015 3 commits
  6. 06 Jan, 2015 2 commits
  7. 05 Jan, 2015 1 commit
  8. 03 Jan, 2015 3 commits
  9. 02 Jan, 2015 3 commits
  10. 29 Dec, 2014 1 commit
  11. 26 Dec, 2014 7 commits
  12. 25 Dec, 2014 2 commits
  13. 16 Dec, 2014 3 commits
  14. 08 Dec, 2014 1 commit
  15. 06 Dec, 2014 1 commit
  16. 28 Nov, 2014 1 commit
  17. 24 Nov, 2014 1 commit
  18. 23 Nov, 2014 2 commits
  19. 22 Nov, 2014 2 commits
  20. 27 Oct, 2014 2 commits