LFE
- Verion metadata support
- More command line options and config support
- Headless REPL
Documentation and Content
- The LFE Chinual
- Rebar3 LFE plugin reference updates
- More howto and OTP blog posts
- Work with Robert to finish LFE tutorial
- Add a new chapter to Casting SPELs in LFE for OTP releases and writing your own syntax
- Continue to move old docs into new, useful home
- Decommission old docs site (lots of redirect work)
- Migrate old blog content to the same content generator used by lfe.io
Examples
- Pull more of the ~100 examples I wrote on Rosetta Code into the LFE examples dir
- Or the LFE examples repo
- Update the Nova LFE example once routes support for Nova has landed in lanes
- Update the 10,000 things demo
Tooling
- Continue working through
rebar3_lfe
feature tickets, etc.
Games
- Continue hacking on the LFE MUSH framework
The LFE Machine
- Experiment with buildroot and Nerves for SoC installations of LFE
- Continue explorations of window manager components (a la Lisp Machines Genera); see the tv project
Sound and Music
- Finish up the simple sound generator example
- Get the TCP server working for undertone
Web
- Update YAWS examples in the lfex Docker files/images
- Get YAWS working with lanes (the web router successor to lfest)
- Land Cowboy support in lanes
- Implement gopher client and server
- Resume work on lmug projects
Databases
- Finish the Mnesia tutorial
- Add more functions to the Redis library, ledis
AI
- Pick up the GP tutorials again
- Implement Eliza bot in LFE
- Do more general planner work
Old .plan File
Web
- Get URL-parsing into lhc library
- Get LFE OAuth library working
- Create LFE Twitter client
- LFE + YAWS + WebSockets & related blog post
- Continue with lrootes, a composable rewrite of lfest
Books and Docs
- Updates to Getting Started Guides:
- walk through them with a recent LFE and ensure everything works as advertised
- add information for non-Debian/Mac OS X systems (people have been having problems running through the guides on Red Hat-based systems)
- Create install guide(s) for LFE (in particular, Red Hat-based, Windows, *BSD)
- Get more writing done on LFE book
- Finish chapter 2 of SICP (LFE Edition) and start chapter 3
- Continue converting the PyGTK tutorial to an LFE GTK tutorial book for building GUI apps
- Finish LFE Hyperpolyglot
- Also: update layout to use Bootstrap for beter mobile experience
- Continue work on try.lfe.io
Tools
- Continue writing rebar3 plugins
- Get ltool to feature-parity with lfetool
- Continue migrating the clj library to be a module that's part of LFE-proper
Distributed and Parallel Systems
- Lasp & LFE Code/Blog Post
- Continue work on wrapping OTP behaviours with LFE macros
- Update the LFE distributed/parallel python project
- Continue exploring McCarthy and Gabriels QLISP for para
GUI
- Finish GTK LFE example
- update it to use the new ℓGTK library
- Build out ℓGTK
- continue wrapping GTK functions
- add
gen_server
orgen_event
to help track object state
- Convert nascent Clojure Twitter Linux client (meep) to LFE + ℓGTK
Databases
- Finish the Mnesia tutorial
- Add more functions to the Redis library, ledis
- Help out with the Riak client lric
AI
- Pick up GP tutorial again
- Continue exploring porting the award-winning SHOP2 Common Lisp planner to LFE
- get latest code from University of Maryland: https://github.com/oubiwann/shop2/issues/1
- update github SHOP2 repo with UMD's latest
- Continue working through code in Handbook of Neuroevolution Through Erlang and adapting to LFE