Groups | Search | Server Info | Login | Register
Groups > rocksolid.programming > #302
| From | Anonymous@rocksolidbbs.com (Anonymous) |
|---|---|
| Newsgroups | rocksolid.programming |
| Subject | Re: Which languages you code in, and why ? |
| Date | 2022-09-12 11:42 +0000 |
| Organization | RetroBBS |
| Message-ID | <25c954c4043d0f688f4bf4b21874f613@rocksolidbbs.com> (permalink) |
| References | <64218f6ae45ff65acead69c06d819fba@news.novabbs.org> |
I'm currently enjoying writing programs in Forth. Mainly just small programs for now that automate parts of my job. I think I like Forth because you are extending the language and creating a new language in the process. It has the expressiveness of Lisp while being a lot closer to the hardware and really simple to implement and use. It is both high level and low level at the same time. Control structures such as if/while/repeat aren't part of a special syntax of the language, they're just Forth words (word = function) that are executed at compile time of another word. -- Posted on RetroBBS
Back to rocksolid.programming | Previous | Next — Previous in thread | Find similar
Which languages you code in, and why ? Anonymous@news.novabbs.org (Anonymous) - 2022-02-16 19:08 +0000
Re: Which languages you code in, and why ? Anonymous@news.novabbs.org (Anonymous) - 2022-02-19 08:08 +0000
Re: Which languages you code in, and why ? Anonymous@news.novabbs.org (Anonymous) - 2022-03-04 07:00 +0000
Re: Which languages you code in, and why ? Anonymous@news.novabbs.org (Anonymous) - 2022-03-06 15:07 +0000
Re: Which languages you code in, and why ? Anonymous@news.novabbs.org (Anonymous) - 2023-03-12 15:13 +0000
Re: Which languages you code in, and why ? Anonymous@rocksolidbbs.com (Anonymous) - 2022-09-12 11:42 +0000
csiph-web