1. 24 Feb, 2015 8 commits
  2. 23 Feb, 2015 2 commits
  3. 19 Feb, 2015 8 commits
  4. 17 Feb, 2015 7 commits
  5. 15 Feb, 2015 1 commit
  6. 13 Feb, 2015 2 commits
  7. 12 Feb, 2015 2 commits
  8. 23 Jan, 2015 3 commits
  9. 13 Jan, 2015 2 commits
  10. 11 Jan, 2015 2 commits
  11. 10 Jan, 2015 1 commit
  12. 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
  13. 08 Jan, 2015 1 commit