Previous to my discovering Clojure, I wrote a small Scheme library to
embed concatenative programming inside a Lisp:

http://www.call-with-current-continuation.org/eggs/3/stacktor.html

I ultimately found that I didn't use it much when I was writing real
programs, but it was a good way to learn about concatenative
programming without having to leave an environment that I was familiar
with. I would say that the (-> ...) macro (and some basic permutations
to it) in Clojure handle 90% of what I would have used Stacktor for.
At the same time, I do like the cut-n-paste ability of writing new
"words" from messing around in the REPL. Lisps are close to as easy,
but not quite as straight forward.

Enjoy,
-Mark


On Fri, Apr 10, 2009 at 2:13 AM, CuppoJava <patrickli_2...@hotmail.com> wrote:
>
> Hi everyone,
> I was browsing through webpages and the language Forth caught my eye.
> Reading through it's supposed advantages it sounded very interesting,
> and I was wondering if anyone here has any experience with it, and can
> comment.
>
> I'm asking on the Clojure forum instead of the Forth forum because I
> agree with the programming values that Clojure emphasizes, and would
> like to hear opinions from people with similar values to myself.
>
> I'm most interested in it's productivity aspect. (ie. how quick can I
> get real work done)
>
> Thanks for your opinions
>  -Patrick
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to