nrw.social ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Wir sind eine freundliche Mastodon Instanz aus Nordrhein-Westfalen. Ob NRW'ler oder NRW-Sympathifanten, jeder ist hier willkommen.

Serverstatistik:

2,8 Tsd.
aktive Profile

#esolang

0 Beiträge0 Beteiligte0 Beiträge heute

Hmm, I know there's Whitespace, but is there an #esolang that's the opposite, without any whitespace? BASIC almost got there, I think.

(And no, just replacing whitespaces with some unused ASCII or Unicode would be a boring solution)

Tinkering around with a FRACTRAN library I wrote in Common Lisp :^)

I was too lazy to add sequential functions, but it is possible if you assign a unique prime to each function (as it will permit only that function)

Prime numbers just happen to be a powerful way to express the concept of "distinct" objects. In this case, the "objects" are registers/memory addresses. Might try replacing primes with strings...

patpatpat.xyz/data/fractran.li

#lisp#commonlisp#emacs

Let me introduce you to one of my favourite #esolang.

Thue is a matrioshka esoteric computer based on string rewriting rules.

A Thue program consists of two parts: a list of substitution rules, which is terminated with a line having both sides of the operator empty, followed by a string representing the initial program state, which may extend over multiple lines.

wiki.xxiivv.com/site/thue.html