Factor 0.100 Now Available
re.factorcode.org
Factor 0.100 Now Available
1–10 of 33 posts
Re: Factor 0.100 Now Available
#2Had no idea it was in active development! I spent a weekend with Factor about two years ago and it was enlightening.
Re: Factor 0.100 Now Available
#3I spent a couple of weeks getting into Factor in 2022 and it was the most fun I’ve had programming, probably ever. Language itself aside, the dev environment and process of writing Factor is just delightful.
Re: Factor 0.100 Now Available
#4Had no idea it was in active development! I spent a weekend with Factor about two years ago and it was enlightening.
Yes! And we have a Discord: https://discord.gg/QxJYZx3QDf
Re: Factor 0.100 Now Available
#5Factor is a lot of fun. I have a dream of one day building an OS from a Forth bootloader all the way up to a highlevel language. Do wish it had a more expressive type system though.
Re: Factor 0.100 Now Available
#6Factor is a concatenative, stack-based programming language with high-level features including dynamic types, extensible syntax, macros, and garbage collection. On a practical side, Factor has a full-featured library, supports many different platforms, and has been extensively documented.
Re: Factor 0.100 Now Available
#7I remember first seeing Factor more than a decade ago (maybe even when it just launched, if memory serves correctly). It's really neat to see it thriving.
Re: Factor 0.100 Now Available
#8You had me at scryfall: https://docs.factorcode.org/content/vocab-scryfall.html
Re: Factor 0.100 Now Available
#9Would it be feasible to build a larger application using a language like Factor? I have no experience with concatenative programming, and it seems interesting, but I also get the feeling that larger systems would become rather complex and hard to read.
Re: Factor 0.100 Now Available
#10Factor is a concatenative, stack-based programming language with high-level features including dynamic types, extensible syntax, macros, and garbage collection. On a practical side, Factor has a full-featured library, supports many different platforms, and has been extensively documented.
[deleted]