<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>Le 22 août 2014 à 12:06, Sébastien Hinderer a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Dear all,<br><br>Another question we have, at a longer term, though, would be to figure<br>out whether iPython could be used to deal with notebooks containing code<br>blocks for other programming languages. How easy would it be to add,<br>say, suport for Haskell, OCaml or Lisp cells?<br></div></blockquote><div><br></div><div>Haskell and OCamel already ave full kernel implementation :</div><div><br></div><div><a href="https://github.com/ipython/ipython/wiki/Projects-using-IPython">https://github.com/ipython/ipython/wiki/Projects-using-IPython</a></div><div><br></div><div>You are welcome to create a Lisp on.</div><div><br></div><div>If you want to mix/match language you could create a custom magic:</div><div><br></div><div>(see cython one for ex [1] )</div><div><br></div><div>Or look at calico (above link)</div><div>-- </div><div>M</div></div><div><br></div><div>[1] : <a href="http://nbviewer.ipython.org/github/ipython/ipython/blob/3607712653c66d63e0d7f13f073bde8c0f209ba8/docs/examples/notebooks/cython_extension.ipynb">http://nbviewer.ipython.org/github/ipython/ipython/blob/3607712653c66d63e0d7f13f073bde8c0f209ba8/docs/examples/notebooks/cython_extension.ipynb</a></div></body></html>