ktye / i

interpret
100 stars 16 forks source link

make readme look like the letter 'i' #47

Closed hoosierEE closed 1 year ago

hoosierEE commented 1 year ago

a very important modification

ktye commented 1 year ago

maybe.. but the language is called k. I is just the repository with a collection of interpreters. also the latest refcard is in branch stack.

but it's a good idea!

hoosierEE commented 1 year ago

...there was an attempt:

ktye/k ktye.github.io                  intro.md
+ flp add  '  ech both              bin lin
- neg sub  /  ovr/fix            echright
* fst mul  \  scn/fix          eachleft
% sqr div      / join         decode 
! til key  mod \ split      encode
& wer min  $[a;b;...]     cond
| rev max  while[c;a;b;d;e;..]
< asc les  f:{x+y}   [bl;o;ck]   
> dsc mor  01234567    "abc" c
= grp eql   :+-*%&|     1 2 3  i
~ not mtc  <>=~!,^#       4 5 6. f
, enl cat  _$?@.           2a300  z
^ srt cut                  (1;2 3) L
# cnt tak  {a:5;b:6}        `a`b!5 6 D
_ flr drp  t,d t,t t,'t            join
$ str cst                        k!t key
? unq fnd  in       k?t              group
@ typ atx  @[x;i;+;y]                 amend
. val cal  .[x;i;+;y]                   dmend
abs sin cos exp log find                 angle
imag conj  types:                 cisfzLDTvcdlx
?n(uniform) ?-n(normal)                   ?z(bi)
n?n(with)   random                      -n?n(w/o)
hoosierEE commented 1 year ago

closing until someone with better design skills steps in