Live data from Hacker News

Factor – A practical stack language

factorcode.org

41–42 of 42 posts

Re: Factor – A practical stack language

#41
post #22

Earlier quoted context omitted.

> I think the problem can be solved though if the development environment shows the stack at each point in time; that way the computer does the thinking instead of the programmer. If you're up for it I have some code that I wrote with this very idea in mind, in Factor. I'll put it on github later today and put the link here anyway. I agree with you 100%. If Factor were transparent that way and interactive that way (t…

I'd be curious to take a look. I have plans to do something similar but in the browser in Javascript. Basically, build up the AST based on the commands that are issued against the stack. Then use the Mozilla Parser API to generate Javascript code. Additionally, with the example arguments supplied you have test driven develop built right in. Not only do you get tests, but it helps you visualize things as you program.

Sorry for the delay: https://gist.github.com/anonymous/6ec7128c10e9ea1f63ad

I agree with you 110%, in fact I can't understand why this hasn't been done yet.

Re: Factor – A practical stack language

#42
post #17

I used to use Factor as my main programming language for a few years and really enjoyed the language and environment. It feels like a mix of Forth, Lisp and Smalltalk. I wrote a number of blog posts about it which might help give a feel for what can be done in the language: http://bluishcoder.co.nz/tags/factor/

Chris, amazing body of work at your blog. What are your thoughts on the continued maintenance factor and long term viability? what caused you to drop out?
Post reply on HN