You might like another language called toaq (toaq.net) which is a tonal logical conlang, it has probably the nicest looking writing system I’ve seen
This is basically what Esperanto and Ido do, different word classes and in different letters.
Purescript has an erlang backend FYI
PAIP was my favourite, I recall not really liking Land of Lisp as I felt like the quality of the example code wasn't great, but I did enjoy the Dice of Doom implementation.
I remember playing with this years ago! It was really cool - looks like the underlying AI platform is still around http://nn.cs.utexas.edu/?opennero
Maybe have a look at Closh [1], a clojure based shell [1] https://github.com/dundalek/closh
Factor for sure
See related comment: https://news.ycombinator.com/item?id=13644260
For casual readers, `dip` pops the top of the stack, executes a quotation, then pushes the top of the stack back on. So this pops the max value off the stack, applies the quoted `max` word to the x and min stack values,…
You could have a setting on the client that lets the user specify that that's how they always want to see images, I on the other hand might specify that I want to open them in a new window, or see a thumbnail until i…
True, but before you visit that website, you don't know anything about how the site was implemented, or what JS is going to run, or whethere there will be a big autoplay video advert, etc. When you visit a gemini URL,…
Perhaps something like https://www.swi-prolog.org/pldoc/doc_for?object=section(%27p...
Have you looked at Pijul? I understand it has resolved the major shortcomings of Darcs.
Well sure, but that's just the storage format isn't it? Is that important if you never interact with it?
It’s the same thing.
I would guess the browser extension had no automatic logout configured.
Guile is a traditional scheme, its niche being scripting and extension of existing programs. Racket is more batteries included, and comes with an IDE, a package manager and build tools. It self describes a a language…
The book Paradigms of AI Programming is available for free on github, and implements something like ELIZA in Common Lisp. I really recommend it. https://github.com/norvig/paip-lisp/blob/master/README.md
I would really like the tabbing windows etc on linux, it would make using a single monitor much nicer...
I'm with O2 and was affected, and they have messaged me promising credit of 2 days of my airtime bill.
Have a look at http://pharo.org/documentation (a modern smalltalk implementation), they have some good materials, also a discord server. I think it's worth learning, even if you never use it.
Yeah these days TCL is JITed too, which will certainly help
You can do all that with term-rewriting in Prolog, you can use a grammar to parse a file of arbitrary text and transform it into prolog terms to be executed etc
Play on Linux has a list of games that can be downloaded and wrapped directly from GOG.com from inside the app.
You might be interested in the idea of Web Prolog, a language being written by Torbjorn Lager. It aims to provide similar concurrency features as Erlang, but retaining the logic variables, backtracking and unification…
You might like another language called toaq (toaq.net) which is a tonal logical conlang, it has probably the nicest looking writing system I’ve seen
This is basically what Esperanto and Ido do, different word classes and in different letters.
Purescript has an erlang backend FYI
PAIP was my favourite, I recall not really liking Land of Lisp as I felt like the quality of the example code wasn't great, but I did enjoy the Dice of Doom implementation.
I remember playing with this years ago! It was really cool - looks like the underlying AI platform is still around http://nn.cs.utexas.edu/?opennero
Maybe have a look at Closh [1], a clojure based shell [1] https://github.com/dundalek/closh
Factor for sure
See related comment: https://news.ycombinator.com/item?id=13644260
For casual readers, `dip` pops the top of the stack, executes a quotation, then pushes the top of the stack back on. So this pops the max value off the stack, applies the quoted `max` word to the x and min stack values,…
You could have a setting on the client that lets the user specify that that's how they always want to see images, I on the other hand might specify that I want to open them in a new window, or see a thumbnail until i…
True, but before you visit that website, you don't know anything about how the site was implemented, or what JS is going to run, or whethere there will be a big autoplay video advert, etc. When you visit a gemini URL,…
Perhaps something like https://www.swi-prolog.org/pldoc/doc_for?object=section(%27p...
Have you looked at Pijul? I understand it has resolved the major shortcomings of Darcs.
Well sure, but that's just the storage format isn't it? Is that important if you never interact with it?
It’s the same thing.
I would guess the browser extension had no automatic logout configured.
Guile is a traditional scheme, its niche being scripting and extension of existing programs. Racket is more batteries included, and comes with an IDE, a package manager and build tools. It self describes a a language…
The book Paradigms of AI Programming is available for free on github, and implements something like ELIZA in Common Lisp. I really recommend it. https://github.com/norvig/paip-lisp/blob/master/README.md
I would really like the tabbing windows etc on linux, it would make using a single monitor much nicer...
I'm with O2 and was affected, and they have messaged me promising credit of 2 days of my airtime bill.
Have a look at http://pharo.org/documentation (a modern smalltalk implementation), they have some good materials, also a discord server. I think it's worth learning, even if you never use it.
Yeah these days TCL is JITed too, which will certainly help
You can do all that with term-rewriting in Prolog, you can use a grammar to parse a file of arbitrary text and transform it into prolog terms to be executed etc
Play on Linux has a list of games that can be downloaded and wrapped directly from GOG.com from inside the app.
You might be interested in the idea of Web Prolog, a language being written by Torbjorn Lager. It aims to provide similar concurrency features as Erlang, but retaining the logic variables, backtracking and unification…