-
Notifications
You must be signed in to change notification settings - Fork 126
Cookbook
Phil Hagelberg edited this page Jul 9, 2024
·
19 revisions
The Fennel Cookbook is a list of small code examples for the Fennel programming language. It is not a cookbook for making food using the spice called Fennel.
- HTTP Request
- HTML Generation
- CGI
- TODO: other HTTP clients, openresty stuff?
- lume - general-purpose utility library
- Cljlib - library that implements Clojure core functions
- SQLite - easy SQL database
- TODO: luafun, lunatest, and others
- TODO: database access?
- Currying
- Range iterator
- Your own modules
- Coroutine-based repl
- Socket-based networked text game
- TODO: working with tables, strings, file I/O