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
- Common names lisp and random names app79 days ago
- (formal) game logic83 days ago
- My Programming principles for game dev 1/285 days ago
- GUI table of unicode common lisp interface manager cat adventureFeb 21, 2025
- Drawing really a lot of love heartsFeb 01, 2025
- LISP CLIM LOVE HEART DRAWING 2: [DOUG'S] RECKONINGFeb 01, 2025
- Hearter than I thought: LISP McCLIM DRAWINGJan 31, 2025
- Lengthy detailed GIT and ASDF LISP storyJan 29, 2025
- Add Another System Definition to Arrokoth PRJan 23, 2025
- NUD GOLF graphics choices and more on the live show in a mo'Jan 21, 2025
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.