Skip to content

Instantly share code, notes, and snippets.

@zehnpaard
zehnpaard / dune
Created March 1, 2021 02:32
Minimal example using ocamllex/menhir with js_of_ocaml : compile to JS with the command `dune build ./main.bc.js`
(menhir
(modules parser))
(ocamllex lexer)
(executable
(name main)
(modes js))
@illiichi
illiichi / project.clj
Last active December 22, 2023 22:33
pseudoethnological clojure code in 30 lines
(defproject pseudoethnological "0.1.0-SNAPSHOT"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:jvm-opts ["-Xmx2g" "-server"]
:dependencies [[org.clojure/clojure "1.8.0"]
[overtone "0.10.3"]])
@matope
matope / Dynamo: Amazonの高可用性Key-value Store.markdown
Last active May 18, 2025 12:36
Dynamo: Amazonの高可用性Key-value Store[和訳]