2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
|
|
@ -0,0 +1 @@
|
|||
births (('Washington' 1732) ('Lincoln' 1809) ('Roosevelt' 1882) ('Kennedy' 1917)) ls2map ! <
|
||||
|
|
@ -0,0 +1 @@
|
|||
births cp dup {1 +} overmap !
|
||||
|
|
@ -0,0 +1 @@
|
|||
valmap ! lsnum !
|
||||
|
|
@ -0,0 +1 @@
|
|||
births ('Roosevelt' 'Kennedy') lumapls ! lsnum !
|
||||
|
|
@ -0,0 +1 @@
|
|||
births map2ls !
|
||||
|
|
@ -0,0 +1 @@
|
|||
{give swap << " " << itod << "\n" <<} each
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
foo (("bar" 17) ("baz" 42)) ls2map ! <
|
||||
births foo mergemap !
|
||||
|
|
@ -0,0 +1 @@
|
|||
births map2ls ! {give swap << " " << itod << "\n" <<} each
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
((main
|
||||
{ (('foo' 12)
|
||||
('bar' 33)
|
||||
('baz' 42))
|
||||
mkhash !
|
||||
|
||||
entsha
|
||||
dup
|
||||
{1 ith nl <<} each
|
||||
|
||||
"-----\n" <<
|
||||
|
||||
{2 ith %d nl <<} each})
|
||||
|
||||
(mkhash
|
||||
{ <- newha ->
|
||||
{ <- dup ->
|
||||
dup 1 ith
|
||||
<- 0 ith ->
|
||||
inskha }
|
||||
each }))
|
||||
Loading…
Add table
Add a link
Reference in a new issue