HackerTrans
TopNewTrendsCommentsPastAskShowJobs

chrispsn

no profile record

Submissions

Arthur Whitney releases an open-source subset of K with MIT license

shakti.com
294 points·by chrispsn·hace 2 años·227 comments

K: Default Dicts?

gist.github.com
2 points·by chrispsn·hace 2 años·0 comments

Show HN: REPL.club – client-side interpreters in the browser

repl.club
2 points·by chrispsn·hace 3 años·0 comments

K: Default Dicts?

gist.github.com
2 points·by chrispsn·hace 3 años·0 comments

comments

chrispsn
·hace 2 años·discuss
Click on k, then k.zip.
chrispsn
·hace 2 años·discuss
Adding to RodgerTheGreat's comment: for me, k's power is its rich set of adverbs that are convenient to write.

Notice that aside from reverse (monadic |), all verb symbols in the above code are in most other languages (max as |, min as &, plus as +, minus as -). Adverbs (such as / for reduce and \ for scan-reduce) make the symbols we already have more generally applicable.

I think a language could go a long way with a small set of basic arithmetic symbols alongside a rich set of adverb symbols.
chrispsn
·hace 2 años·discuss
Glad to hear it’s memorable!
chrispsn
·hace 2 años·discuss
Everything I've found that's public is documented here:

https://gist.github.com/chrispsn/da00835bb122c42f429a084df83...

The kparc.com links are down though.