shevegen is it possible to modify the return token ‘==>’ ? I’d like it to bear this instead ‘# =>’ or ‘# ==>’ bolsen maybe look at the CLI object? bolsen CLI outPrompt Look at that! You could edit your interactive Io prompt, to make it look like Ruby’s irb, for instance.
Tag Archives: programming
More Io Learning
[Io](http://www.iolanguage.com/)’s very self-documenting, at least when it comes to “what parameters does this and that take?” This is a little walk-through that gets you up and running in the interpreter. Get a binary from the downlaods page, and then come back here. There is a docs slot — with some text about what the method …
Learning more Haskell
(Minor update: Removed a double-quote too much. Darn [AutoPairs](http://www.jwwalker.com/pages/autopairs.html). Maybe it can be configured.) [Jamis Buck](http://jamis.jamisbuck.org/articles/2005/10/30/learning-haskell) brought me back on track with learning Haskell: I have had the [Yet Another Haskell Tutorial PDF](http://www.isi.edu/~hdaume/htut/) on my laptop for ages, but those things don’t read themselves. A sidenote: using Haskell feels loads more natural to me compared …