NUD GOLF
lispmoo2 » Devlog
An obvious thing to try is NUD GOLF.
This is a programming game where you try and write short computer programs in your golf language.
This one is for NUD. See the README (lengthy) or cheatsheet (brief)
Without more ado, challenge and solution the first.
If you submit challenges and solutions to me on the mastodon, I will add them to the git and write itch.io articles presenting them. Mastodon: https://mastodon.sdf.org/@screwtape
See everyone for Wednesday's/Tuesday Night's show. (See the mastodon.).
1. Challenge 1 screwlisp
Disaster! Using your NUD skillz, fix the typo!
'(welcome (foo foo foo ofo bar bar bar bar))
1.1. Screwlisp's solution screwlisp
(progn (require :nud) (in-package :nud/user) (defvar *test1* '(welcome (foo foo foo ofo bar bar bar bar))) (gird *test1*) ^^ ^^ >> [ >> ] (loop :repeat 8 :do (progn >>) :finally (return *test1*)))
FOO | FOO | FOO | FOO | BAR | BAR | BAR | BAR |
Full disclosure, I was surprised WELCOME vanished from my test1.
2. Challenge 2
Could be you
Get lispmoo2
lispmoo2
Status | Prototype |
Author | screwtape |
Tags | common-lisp, emacs, lisp, mcclim, moo, new-kind-of-society, swank, Text based |
More posts
- Add Another System Definition to Arrokoth PR4 days ago
- NUD GOLF graphics choices and more on the live show in a mo'5 days ago
- NUD GOLF 2 more nconc6 days ago
- A sidescrolling game as a Pratt parser8 days ago
- LISPMOO2 INSTRUCTIONS (IMPORTANT)67 days ago
- repeatedly-eval-qt - good old-fashioned AI, in my lispmoo2?70 days ago
- Richard Waters' Series and lispmoo271 days ago
- Itches Of Mine Lispmoo2 Scratches72 days ago
- Princess revisited72 days ago
Comments
Log in with itch.io to leave a comment.
https://codeberg.org/tfw/nud !
Itch.io can't deal with https git urls in code blocks.