The main website of the Tü.λ meetup Tübingen. Written in Racket and Pollen, built with Nix, hosted on GitHub Pages.
In case you're looking for a place to contribute a talk/lightning talk, take a look here: https://github.com/tu-lambda/planning/issues/new
The easiest way to get started with local development is to use Nix:
- Install Nix
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install- Fork this repo, and then
git cloneyour fork - Run the development server:
cd functional-coders.github.io
nix run- edit files, reload the browser window, see the changes
- Download & Install Racket: download.racket-lang.org
- Install Pollen:
raco pkg install --auto --skip-installed pollen racket-langserver string-interpolation- Fork this repo.
- Start Pollens' project server from the project root:
raco pollen start- edit some file; reload your browser window; see the change.