-
Especially given we're already on Travis, I don't think it'd be too hard to build Docker images as part of our release cycle. That'd be very handy in server contexts, even if it wouldn't be too useful…
-
Forth had `(` - `)` pairs for block comment, and `\` for until-EOL comments. These inline comments were so commonly used to annotate stack effects of words, using `--` to separate inputs from outputs,…
-
Mirth sounds great, but how can I get into it? In order of priority, I think it needs:
* Code snippets for the README
* A brief argument -- what's so great about (each feature in) Mirth?
* Docume…
-
# The League of Extraordinarily Dull Gentlemen
### Goals
* **To tell a single story over the course of 50,000 words.**
(There were other goals but this turned out to be the main one.)
### …
-
If I have understood magpie's philosophy correctly, I would like to talk to you about standardizing on a message-passing syntax that would take OOP languages to a new level. The OOP field has been in…
-
Thinking about stack manipulation, what you have said about it, and Kitten, I got this gut feeling that Kitten should go all in on local variables. Thinking it through a little, it would make the lang…
trans updated
6 years ago
-
1. What forth systems do you use and for what OS?
2. What is your favourite forth system or systems?
My answers:
1. Windows: SP-Forth, Quark Forth
Linux: gForth, SP-Forth linux
OSX: nop
…
-
This is just to get a conversation going—I plan to add examples and detail as I have time.
I often run into types that are almost, but not quite, an `Arrow`—but for the fact that they have no imple…
-
I would like to request the creation of a `highlightjs-mirth` repository for my 3rd party grammar.
- [X] I have an existing personal repository ready to go
Mirth is a new strongly-typed concaten…
-
I've been working with Julia a lot lately and think multiple dispatch would fit Factor quite well. It would solve the problems with math functions not being extendable.