The Fugue

Counterpoint by Hans Fugal

rlwrap

Posted by Hans Fugal Thu, 10 Apr 2008 03:25:13 GMT

Thanks to Tene for pointing this out to me. It seems like a really useful tool. I am playing with Clojure in my spare time (ha!), and its repl doesn't have readline support (or anything like it). The clojure website suggests some Java readline-like jar, but I like this solution much better. I just made a script to wrap clojure in rlwrap, and it's working great.

$ cat ~/bin/clojure
#!/bin/sh
exec rlwrap java -jar ~/src/clojure/clojure.jar

no comments | Tags , , | atom

Trackbacks

Use the following link to trackback from your own site:
http://hans.fugal.net/blog/trackbacks?article_id=rlwrap&day=09&month=04&year=2008

Comments

Leave a response

Leave a comment