No description
Find a file
William Carroll 130155121a Sketch idea of a buildClojure nix function
The previous commit that adds Java code is part of a larger project intended to
use Nix to package Clojure. I'd like to build something similar to @tazjin's
buildLisp except for Clojure instead of for Common Lisp. Once building for both
ecosystems is similarly easy, it will be easier for me to compare the two
languages. Right now `buildLisp` is so good that it attracts me to Common Lisp
even when I don't know the language.
2020-01-25 19:41:19 +00:00
advent-of-code Upload my 2019 Advent of Code attempts 2020-01-15 14:21:45 +00:00
blog Support proof-of-concept blog 2020-01-23 22:01:06 +00:00
clojure Sketch idea of a buildClojure nix function 2020-01-25 19:41:19 +00:00
crack_the_coding_interview Add "Crack the Coding Interview" examples 2020-01-15 14:23:37 +00:00
data_structures_and_algorithms Add InterviewCake.com examples 2020-01-15 14:25:33 +00:00
deepmind Practice dijkstra's algorithm 2020-01-22 11:07:07 +00:00
haskell-file Begin tests for Haskell File module 2020-01-18 17:05:32 +00:00
java Support java directory 2020-01-25 19:39:49 +00:00
lisp Start working on f.lisp 2020-01-24 10:55:04 +00:00
third_party/lisp Package cl-arrows package 2020-01-23 21:57:25 +00:00
.envrc Add <nixpkgs> to NIX_PATH 2020-01-23 21:57:25 +00:00
.gitignore Support java directory 2020-01-25 19:39:49 +00:00
default.nix Rename common-lisp directory to lisp 2020-01-24 10:50:05 +00:00
README.md Initialize repo 2020-01-15 14:21:08 +00:00

Mono

This is my mono-repo. Having a personal mono-repo is a new idea for me, so at the time of this writing, the state of this repository is fledgling.

I'm attempting to amass a collection of functions across a variety of languages while minimizing the costs of sharing the code across a projects. Stay tuned for more updates as my definition of the mono-repo becomes more clear, my opinions evolve, and my preferences change.