Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

k

Name: Anonymous 2020-03-15 4:50

Name: Anonymous 2020-03-15 5:36

K is a proprietar
stopped reading right there

Name: Как Ум Работает 2020-03-15 6:08

Name: Anonymous 2020-03-15 8:11

Single-letter proglangs are either symbol-based imitations of obfuscated toy languages (which in turn are just APL for millenials), or misguided attempts to ``fix'' C because the developer does not agree with a minor design decision.

Name: Anonymous 2020-03-15 12:42

The idea from Iverson pushed far. I do think notation improves thought and it is a very good notation paired with a very good implementation.

From the mailing list: wc, faster than the haskell version.

f:(+/"\n"=;+/>':" "<;#)@\1:

Name: Anonymous 2020-03-15 12:55

>>4
Neither of those really applies to S or R.

Name: Anonymous 2020-03-15 18:27

>>6
Anon forgot about the third family of single-letter languages: redditesque statistical tools.

Name: Anonymous 2020-03-16 0:56

I'm currently writing a highly autistic toy language. I tried to write a wc, but my split isn't working correctly (it's just using python's split under the hood), so this counted lines instead of words.

|$ split count @|

This does a transfer from | (stdin/out) to the general data queue ($), split (with no params) does a default python split (or should do, count counts, but outputs to the @ queue, and @| transfers that to stdout.

Name: Anonymous 2020-03-16 3:48

>>8
Are you reimplementing Symta in Python?

Name: Anonymous 2020-03-16 10:42

>>9
Not heard of it, but no. More like forth with queues instead of stacks. I'll make a thread when it's ready for an early release.

Name: Early Release 2020-03-16 18:35


Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List