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 app20 days ago
- (formal) game logic24 days ago
- My Programming principles for game dev 1/225 days ago
- GUI table of unicode common lisp interface manager cat adventure48 days ago
- Drawing really a lot of love hearts68 days ago
- LISP CLIM LOVE HEART DRAWING 2: [DOUG'S] RECKONING68 days ago
- Hearter than I thought: LISP McCLIM DRAWING69 days ago
- Lengthy detailed GIT and ASDF LISP story71 days ago
- Add Another System Definition to Arrokoth PR77 days ago
- NUD GOLF graphics choices and more on the live show in a mo'79 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.