Skip to content

Latest commit

 

History

History
50 lines (49 loc) · 2.81 KB

readme.org

File metadata and controls

50 lines (49 loc) · 2.81 KB

fargtown

Welcome

This repository consists of a collection of FARG-related software for you to enjoy.

Goal

The goal of fargtown is to archive and package open source FARG projects so they may run as intended, forever, using the wonderful Nix package manager.

Projects

ProjectLanguageAuthorCurrentl RunsSource
copycat-ajhagerPython 3ajhagerYes nix runajhager/copycat
copycat-clojureClojureGreg DetreNogregdetre/copycat-clojure
copycat-jalanbPython 3jalanbYes nix runjalanb/co.py.cat
copycat-mitchellLucid CLispMichelle MitchellNo dependenciesfargonauts/copycat-lisp
copycat-paulJavaScriptPaul-GYes open dist/index.htmlPaul-G2/copycat-js
seqsee-amahabalPython 3Abhijit MahabalSomewhatamahabal/PySeqsee
metacat-marshallChez SchemeJames MarshallNo wcl depenencyslc.edu

Papers

Academic papers related to FARG may be found in the papers/ directory.

Todo

[ ] configure projects to run [42%]

[X] copycat-ajhager

[X] copycat-jalanb

[-] copycat-mitchell

[X] copycat-paul

[?] seqsee-amahabal

[ ] how pyseqsee/bongard?

[-] metacat-marshall

[-] copycat-clojure

[ ] create package of each project

in ./flake.nix.

[ ] explore

Notes

seqsee-amahabal

This FARG framework comes with three “apps”: seqsee, bongard, and pyseqsee.

seqsee

nix run .#default -- run seqsee --sequence 1 2 3 4

pyseqsee

nix run .#default -- run pyseqsee --sequence 1 2 3 4

bongard

nix run .#default -- run bongard --left 1 2 --right 3 --expected_output 4