Simple Joy

This commit is contained in:
Simon Forman
2022-09-07 09:23:02 -07:00
parent d3f25affd5
commit b386549226
4 changed files with 758 additions and 7 deletions
@@ -58,7 +58,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"[u'tommy' 23 [u'richard' 48 [] []] [u'jenny' 18 [] []]]"
"[\"tommy\" 23 [\"richard\" 48 [] []] [\"jenny\" 18 [] []]]"
]
}
],
@@ -75,7 +75,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"[u'tommy' 23 [u'richard' 48 [] []] [u'jenny' 18 [] []]] [first]"
"[\"tommy\" 23 [\"richard\" 48 [] []] [\"jenny\" 18 [] []]] [first]"
]
}
],
@@ -92,7 +92,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"[u'tommy' 23 [u'richard' 48 [] []] [u'jenny' 18 [] []]] [u'tommy' 23 [u'richard' 48 [] []] [u'jenny' 18 [] []]] [first]"
"[\"tommy\" 23 [\"richard\" 48 [] []] [\"jenny\" 18 [] []]] [\"tommy\" 23 [\"richard\" 48 [] []] [\"jenny\" 18 [] []]] [first]"
]
}
],
@@ -109,7 +109,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"[u'tommy' 23 [u'richard' 48 [] []] [u'jenny' 18 [] []]] [u'tommy' 23 [u'richard' 48 [] []] [u'jenny' 18 [] []]] [not] [pop] [[first] dupdip] [[rest rest] dip step]"
"[\"tommy\" 23 [\"richard\" 48 [] []] [\"jenny\" 18 [] []]] [\"tommy\" 23 [\"richard\" 48 [] []] [\"jenny\" 18 [] []]] [not] [pop] [[first] dupdip] [[rest rest] dip step]"
]
}
],
@@ -126,7 +126,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"[u'tommy' 23 [u'richard' 48 [] []] [u'jenny' 18 [] []]] u'tommy' u'richard' u'jenny'"
"[\"tommy\" 23 [\"richard\" 48 [] []] [\"jenny\" 18 [] []]] \"tommy\" \"richard\" \"jenny\""
]
}
],
@@ -146,7 +146,7 @@
"kernelspec": {
"display_name": "Joypy",
"language": "",
"name": "joypy"
"name": "thun"
},
"language_info": {
"file_extension": ".joy",