A Racket implementation of a data frame structure, which allows efficient manipulation of data that is organized in rows and columns. It was originally written as part of the ActivityLog2 project, than moved into its own Racket package.
Gerbil is an opinionated dialect of Scheme designed for Systems Programming, with a state of the art macro and module system on top of the Gambit runtime.
Fortran is great in expressing operations on multi-dimensional arrays of numbers. Scheme is great at expressing your coding thoughts. This project is an attempt to combine both into something useful.
Слова автора: This is a bike trainer simulator I wrote in Racket, which can connect to a bike trainer and riding a virtual route -- the dot advances on the map based on how fast you pedal and the trainer resistance is adjusted based on the elevation of the course. I wrote a blog post containing more details here: https://alex-hhh.github.io/2017/11/bike-trainer.html