The goal of this library is to learn lisp through LFE by implementing rosettacode tasks.
- n-queens
- Only implemented one solution using heuristics. Adding back-tracing to find all solutions would be nice
- palindrom
- Simply check for palindrom
- echo-server
- Translation from erlang implementation
- old-lady-swallowed-a-flay
- Working - can be improved
- nth
- Can perhaps be simplified
Add content to me here!