added Fennel port

This commit is contained in:
Luxferre
2026-03-31 16:47:55 +03:00
parent 9af0374c93
commit 587801bb59
2 changed files with 204 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ This is a collection of my own ports of the [Scoundrel](http://stfj.net/art/2011
* [NES port](nes/nescoundrel.c) - gamepad-oriented, considered stable but some impovements may come
* [Game Boy port](gb/gbscoundrel.c) - gamepad-oriented, considered stable but some impovements may come
* [Janet port](janet/scoundrel.janet) - close to C89 port but not fully identical
* [Fennel port](fennel/scoundrel.fnl) - functionally identical to the Janet port
## Ports NOT included in this repo for various reasons