vote up 6 vote down star

Do you plan on using factor. Have you looked at it? Checked it out. Do you understand stack oriented programming?

http://www.youtube.com/watch?v=f_0QlhYlS8g

flag

73% accept rate

5 Answers

vote up 4 vote down check

Factor looks interesting, but it badly needs more introductory tutorials and articles.

link|flag
vote up 0 vote down

I intend to learn it after finishing my Clojure learning adventures.

link|flag
vote up 1 vote down

I am considering using Factor for my next big non-work project. I was trying to choose between Factor, OCaml, D and Python. Normally, Python is my language of choice, but for this I'm looking for something different. I was considering D (I used C++ for a good many years and wanted to use D as a cleaner C++), but it doesn't seem to be what I'm looking for really.

That leaves OCaml and Factor and I'm having a tough time deciding. OCaml would be slightly easier for me to get to grips with, as my concatenative programming is a bit rusty and I also quite like the language a lot, but Factor keeps drawing me in too (and I'm a big fan of concatenative languages). Hrm indecision..

UPDATE: I have since decided to learn Factor properly and use it for my upcoming large personal project. In the meantime, I am working on some of the problems from Programming Challenges in Factor.

UPDATE 2: Factor didn't quite cut it.. Not because of the language, the language is great and I recommend everyone to take a look at it. The reason was Qt bindings. This was an important deal breaker for me. I would bind Qt myself and contribute it, but then I have two projects instead of one and I simply don't have the time. So, sorry Factor. I wrote the code in C++ instead, but I'm now considering either porting it to Clojure or writing future code in Clojure.

link|flag
Choose Clojure. :) – Rayne Mar 13 at 5:05
I didn't like Clojure very much when I looked at it. Then again, I only glanced at it really, so I guess my evaluation was less than fair. – Dan Mar 13 at 13:50
Interestingly enough, I took another look at Clojure since and... I love it! You were totally right, its a great language and theres a good chance I'll be suing it for my projects now. :-P – Dan Nov 3 at 12:48
vote up 10 vote down

fun for aside language based stack a in point the see don't I but, Forth resembles it and briefly Factor studied I.

link|flag
I see what you did there... – Shog9 Dec 25 '08 at 19:32
Yoda like speak do I? – Jonathan Leffler Dec 25 '08 at 19:53
Ah, postfix notation. – Cristián Romo Dec 25 '08 at 21:57
I see what you did thar. – Rayne Dec 27 '08 at 16:10
vote up 0 vote down

I can't talk about factor specifically, but I have done a lot with HP Calculators. The stack-based RPN language it comes with is quite sophisticated. A ton of software has been written for these calculators.

http://www.hpcalc.org/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.