functional-geometry-gambit-scheme
A simple implementation based on Peter Henderson's paper "Functional Geometry"
File Explorer
Download Latest Version (.zip)- launch.json
- settings.json
- CMakeDetermineGambitCompiler.cmake
- CMakeGambitCompiler.cmake.in
- CMakeGambitInformation.cmake
- CMakeTestGambitCompiler.cmake
- CMakeLists.txt
- raylib
- above_triangle.png
- base_triangle.png
- beside_triangle.png
- fish_template.png
- flip_triangle.png
- nonet_fish.png
- over_triangle.png
- rot45_triangle.png
- rot_triangle.png
- screenshot.png
- CMakeLists.txt
- combinators.scm
- factorial.scm
- fish.scm
- main.scm
- picture.scm
- primitives.scm
- raylib.scm
- vector.scm
- .gitignore
- .gitmodules
- CMakeLists.txt
- LICENSE
- notes.md
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/georgjz/functional-geometry-gambit-scheme
Downloads the entire project code from GitHub to your computer.
cd functional-geometry-gambit-scheme
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
cmake -S . -B build
Type this command into your terminal and run it.
cmake --build build
Type this command into your terminal and run it.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
