92-day longest streak
Hi, I'm Vic 👋 [\[about me\]](#-about-me) Compilers · Effect Systems · Nix · Functional Programming Open-source author since 1999 · GitHub User #331 · Mexico City 🇲🇽 > [!IMPORTANT] >…
Hi, I'm Vic 👋 [\[about me\]](#-about-me)
Compilers · Effect Systems · Nix · Functional Programming





Open-source author since 1999 · GitHub User #331 · Mexico City 🇲🇽
> [!IMPORTANT]
> I build public infrastructure in the open — no VCs, no equity, free and libre forever. The biggest of it is [dnx](#-dnx--a-new-nix-engine): a new parallel Nix engine.
---
🚀 dnx — a new Nix engine


A rootless, single-binary Nix evaluator built on Δ-Nets (Salvadori, arXiv:2505.20314 · deltanets.org) — interaction nets with optimal parallel λ-reduction and *perfect confluence* (a proven theorem of the model).
What sets it apart — one built, one designed:
- ⚡ Parallel by construction *(built · verified across 1–8 threads)* — confluence means independent reductions touch disjoint memory, so they fire lock-free. Parallelism is a property of the model, not bolted onto thunks.
- 🧠 A semantic cache *(designed)* — it will key on a computation's *meaning* (the canonical normalized net) rather than a recipe hash, so two expressions that compute the same thing would collapse to one cache key.
---
🧩 The denful Ecosystem
> It all started with my little import-tree lib and has grown into more than 30+ repos, so I created an umbrella GitHub ogranization for them and building composable Nix tools — aspects, algebraic effects, evaluation, and the dnx runtime. Nix is powerful, yet its libraries rarely compose; denful brings them together.
> 1,300+ ⭐ · 25+ libraries · in production at the EU Commission. Docs at denful.dev · all repos →
Aspect-Oriented Nix
-  — context-aware, aspect-oriented configuration framework — used in production by the European Commission
-  — recursively import every Nix module in a tree; the ecosystem's most widely adopted library
-  — zero-dependency aspect composition with dependency DAGs and parametric providers
-  — generate
flake.nixfrom typed Nix module options -  — community-driven Nix distribution on the Dendritic pattern
-  — zero-dependency flake checker: treefmt + nix-unit
-  — algebraic effects with handlers for Nix, from four kernel primitives
-  — ability-style algebraic effects for stable Rust *(after Scala's Kyo)*
-  — algebraic effect-handler system for Go with typed capabilities
-  — freer-monad effects + an MLTT dependent type checker for stable Rust
-  — effect system with dependent & linear types + a HOAS checker for Nix
-  — ~100-line Nix module system, MLTT-verified, ~26× faster than
lib.evalModules -  — stream-based functional-reactive programming for Nix, inspired by Cycle.js
-  — lens-based bidirectional parser-combinators for Nix. Parse, don't validate.
-  — declarative multi-node NixOS fleets with a CSS mental model
-  — find nixpkgs revisions for historical package versions
-  — my multi-host NixOS + Darwin infra; the ecosystem's proving ground
📦 More work — Scala · Elixir · Go · Emacs · interaction nets
☕ Scala
-  — μKanren-inspired relational/logic programming for ZIO2
-  — Cycle.js style user-computer model in Laminar
-  — Scala 3 compiler plugin to prevent unsafe function calls
-  — logic language on typed concatenative effects
-  — minimalist distroless Docker images for Java apps with Mill
-  — Ecto-style parameter validation/casting
-  — extract/transform values in Elixir pipe flows
-  — reusable, composable patterns across Elixir libraries
-  — pipe functions matching ok/error tuples
-  — state-aware functions without spawning processes
-  — the alchemist's happy path with Elixir
-  — Delta Interaction Nets reduction engine & compiler backend
-  — a Nix language compiler into Delta Interaction Nets
-  — Vim/Evil leader-key for your
$SHELL
-  — the purple turtle theme for Spacemacs
-  — better fuzzy matching for Emacs ido-mode
-  — Vic's Emacs Environment
🤝 Community & upstream contributions
| Project | Role |
|---|---|
| Apache Buildr | Core contributor · ASF member · PMC chair |
| asdf-vm | Maintainer and plugin author |
| jjui | Active contributor to this jj TUI |
| Rubinius | Early contributor — implemented Enumerable in Ruby |
| Ragel | Ruby and Rubinius VM code backends |
| effects-bibliography | Collaborative bibliography of computational effects |
| Darcs · Fancy · vtd-xml | Contributor |
---
🙋 About Me
I've been writing open source since 1999 — learning by reading other people's code, late nights and weekends, for years. In 2023 I burned out and stepped away from tech entirely. I spent that time with poetry, art, and theology, and came back with more energy and more love than ever.
Now I build [dnx](#-dnx--a-new-nix-engine) and berean.faith — a scripture-study platform where the Bible explains itself — and I think of both as acts of love, not just engineering.
- 🟣 I love the Rebecca purple color, Rothko paintings, and effect systems
- 🎹 I obsess over my Glove80 keyboard and finding layouts that reduce finger stress
- 🔇 ~50% hearing loss — open source has always been my voice; written and async is where I feel at home
- ✝️ Seventh-day Adventist — I believe my life's purpose is Love, and that we don't author it, it authors us
- 💜 I'm single — feel free to fix this 😄
- 🥔 Leave a potato — or literally anything else. Just say *"Hey, here's a potato."*
💼 Work With Me
25+ years across compilers & language implementation, algebraic effects, functional programming, and Nix infrastructure. Open to remote roles in any of those.
- Primary — Rust · Nix · Go · Scala · Elixir
- Also fluent — Haskell · Elm · Ruby · TypeScript
- Paradigms — functional programming · algebraic effects · interaction nets · actor model · type theory · dependent types (MLTT)
- Infrastructure — NixOS · Kubernetes · Terraform · Docker · CI/CD
---
📬 Connect
- 💬 Open a discussion — about anything; I'd love to hear from you
- ✉️ [email protected] — for business (and spam)
- 🦋 Bluesky · X — @oeiuwq
If something I made saved you time, supporting the person behind it is what keeps it free and in the open. 🙏
💜 Become a Sponsor · ☕ Buy me a coffee
-
rev ★ PINNED
Biblical commentary on Revelation by Ranko Stefanovic
★ 0 8d agoExplain → -
params
Easy parameters validation/casting with Ecto.Schema, akin to Rails' strong parameters.
Elixir ★ 374 26d agoExplain → -
expat
Reusable, composable patterns across Elixir libraries
Elixir ★ 175 11mo agoExplain → -
rebecca-theme
The purple turtle theme for Spacemacs
Emacs Lisp ★ 130 11mo agoExplain → -
ok_jose
Pipe elixir functions that match ok/error tuples or custom patterns.
Elixir ★ 101 8y agoExplain → -
apollo-phoenix-websocket
An Apollo networkInterface for executing GraphQL queries via Phoenix Channels
JavaScript ★ 91 8y agoExplain → -
vix
Vic's *Nix config (dotfiles for many unixes)
Nix ★ 83 1mo agoExplain → -
typhon
Snakes on rbx-head. A Python implementation for the Rubinius VM
Ruby ★ 83 11y agoExplain → -
color-theme-buffer-local
Set emacs color themes by buffer.
Emacs Lisp ★ 81 9y agoExplain → -
spec
Data specification conformance and generation for Elixir
Elixir ★ 80 11mo agoExplain → -
mk-darwin-system ▣
Small Nix utility to create an M1 aarch64-darwin (nixFlakes + nix-darwin + home-manager) system.
Nix ★ 73 2y agoExplain → -
happy
the alchemist's happy path with elixir
Elixir ★ 44 9y agoExplain → -
comeonin_ecto_password
Ecto type for saving encrypted passwords using Comeonin
Elixir ★ 36 11mo agoExplain → -
pipe_here
An Elixir macro for easily piping arguments at any position.
Elixir ★ 34 9y agoExplain → -
gleam-nix ▣
Build Gleam with Nix.
Nix ★ 32 4mo agoExplain → -
happy_with
Avoid commas on Elixir's with special form.
Elixir ★ 31 11mo agoExplain → -
pit
Elixir macro for extracting or transforming values inside a pipe flow.
Elixir ★ 29 11mo agoExplain → -
pond
State aware Elixir functions without spawning processes
Elixir ★ 27 8y agoExplain → -
asdf-elm ▣
elm version manager plugin for asdf.
Shell ★ 25 6y agoExplain → -
laminar_cycle
A cycle.js style user-computer model in Laminar
Scala ★ 24 3y agoExplain → -
deco
Minimalist Function Decorators for Elixir
Elixir ★ 23 8y agoExplain → -
prefix-css
Prefix all rules from a css-file with a namespace selector.
CoffeeScript ★ 23 12y agoExplain → -
mix_under
Execute mix tasks under Elixir umbrella applications
Elixir ★ 21 8y agoExplain → -
heroku-buildpack-nim
Deploy nim applications to heroku.
Shell ★ 20 4y agoExplain → -
NoR
There's No Return. A javascript reactive programming engine.
JavaScript ★ 20 14y agoExplain → -
indifferent
Elixir Indifferent access on maps/lists/tuples with custom key transforms.
Elixir ★ 19 11mo agoExplain → -
silabas.js
Spanish syllable separator in javascript
JavaScript ★ 19 11y agoExplain → -
sube
Web-based Subtitle Editor.
JavaScript ★ 17 18y agoExplain → -
tinted-jjui
jjui themes generated from base16 and base24 color schemes.
Mustache ★ 15 4h agoExplain → -
mill-docker
Build minimalist distroless docker images for your java applications using Mill
Scala ★ 15 11mo agoExplain → -
phoenix_now
Example Phoenix deployment to Zeist Now.
Elixir ★ 14 9y agoExplain → -
asdf-ocaml ▣
OCaml plugin for ASDF version manager
Shell ★ 13 6y agoExplain → -
gooby
An experimental rubinius bytecode interpreter in Go.
Go ★ 12 11y agoExplain → -
ido-better-flex
A better fuzzy matching algorithm for emacs ido-mode
Emacs Lisp ★ 12 9y agoExplain → -
cyclone
Cyclic Airstream-based stateful components for functional-reactive interfaces on Laminar and Scala.js
Scala ★ 11 11mo agoExplain → -
base16-rebecca
Rebecca base16
★ 10 9y agoExplain → -
verily
Demo application for APW subscriptions via websockets
Elixir ★ 10 8y agoExplain → -
clap-nix
Command line argument parser in pure Nix. Supports sub-commands, typed positional arguments, value coercion and resolution via Nix Modules.
Nix ★ 9 11mo agoExplain → -
rouge
Ruby + Clojure = Rouge
Ruby ★ 9 13y agoExplain → -
swagger-elixir
Generate client and (plug) server code in elixir from a swagger api spec.
Elixir ★ 9 10y agoExplain → -
lispy
Lispy is sexpy Ruby
Ruby ★ 9 18y agoExplain → -
mill-buildr
An small Mill module that lets you define big project structures as a regular scala project itself.
Scala ★ 8 11mo agoExplain → -
akin
An Akin programming language optimized for fun.
Ruby ★ 8 14y agoExplain → -
SPC
Send keyboard macros to Spacemacs or DOOM Emacs via emacsclient.
Shell ★ 7 11mo agoExplain → -
color-theme-select
Web based version of emacs' (color-theme-select)
JavaScript ★ 7 16y agoExplain → -
having
Haskell like `where` sugar for Elixir. A pipe-able `with` special form.
Elixir ★ 7 9y agoExplain → -
dot-hammerspoon
absolute power
Lua ★ 6 10y agoExplain → -
mill-dotenv
A Mill module for twelve-factor apps loading environment variables from a local file.
Scala ★ 6 11mo agoExplain → -
discordex
Discord API for Elixir
Elixir ★ 6 10y agoExplain → -
pinocchio
Git based server provisioning.
Shell ★ 6 12y agoExplain → -
elmo
A cyclic elm architectured framework
JavaScript ★ 6 9y agoExplain → -
macpato
Simple pattern matching on Elixir quoted expressions.
Elixir ★ 5 9y agoExplain → -
mill-test-junit-report
Generate JUnit xml reports from Mill's test output.
Scala ★ 5 11mo agoExplain → -
docker-neo4j-spatial
Neo4J with spatial plugin on small alpine linux.
★ 5 9y agoExplain → -
test_async
Make tests inside your ExUnit case to run async.
Elixir ★ 5 9y agoExplain → -
rojo
Rubinius bytecode interpreter in JavaScript.
★ 5 12y agoExplain → -
rex
Concatenative Elixir macro language.
Elixir ★ 5 9y agoExplain → -
old-dots
start fresh.
Shell ★ 4 13y agoExplain → -
vee
Vic's Emacs Environment.
Emacs Lisp ★ 4 11mo agoExplain → -
fastparse_ext
FastParse extensions
Scala ★ 4 11mo agoExplain → -
silabas4j
Spanish syllable separator for java
Java ★ 4 11y agoExplain → -
redux-observable-adapter-xstream
Use xstream with redux-observable
JavaScript ★ 4 8y agoExplain → -
nim-heroku-example
Example nim app using heroku buildpack.
Nimrod ★ 4 11y agoExplain → -
_buildr ⑂
Apache Buildr
Ruby ★ 4 17y agoExplain → -
mill-scalaxb
Generate Scala from wsdl and xsd files on mill builds
Scala ★ 3 11mo agoExplain → -
fp-nm-ws
A flake-parts module to access per-system module arguments inside nixos-modules.
Nix ★ 3 2y agoExplain → -
poops
Social real time tamagotchi game.
JavaScript ★ 3 12y agoExplain → -
redleaf
A Ruby parser producing s-exps using TreeTop.
Ruby ★ 3 18y agoExplain → -
anproto-rs
Rust implementation of ANProto: the Authenticated and Non-networked protocol or ANother protocol.
Rust ★ 2 7mo agoExplain → -
zellij-rebecca-theme
Rebecca theme ported from emacs
★ 2 11mo agoExplain → -
goan
Golang implementation ANProto: the Authenticated and Non-networked protocol or ANother protocol
Go ★ 2 7mo agoExplain → -
blue
Blue Velvet - Block Lisp Underneath Elixir.
Elixir ★ 2 11mo agoExplain → -
use_devshell_toml
A direnv function to load numtide/devshell TOML files without you writing a line of nix.
Nix ★ 2 11mo agoExplain → -
aoc2023
Spoilers
Zig ★ 2 2y agoExplain → -
aoc-devenv-template
Template for starting Advent Of Code using Nix devenv.
Nix ★ 2 2y agoExplain → -
setup_tag
Use tags to mix and match your exunit test context
Elixir ★ 2 10y agoExplain → -
waxeye ⑂
Waxeye makes language development easy and fun. It uses scanner-less parsing, grammar testing, automatic AST generation and language independent, modular parsing expression grammars (PEGs). Currently, supports C, Java, Python, Ruby and Scheme.
Scheme ★ 2 17y agoExplain → -
ikido ⑂
Ikido is a micro-framework for web applications
★ 2 17y agoExplain → -
ioke-outdated
ioke is a new language for the JVM, based on Io and other languages.
Java ★ 2 16y agoExplain → -
redy
If javascript mews as ruby, it's a ruby.
JavaScript ★ 2 17y agoExplain → -
js.class ⑂
JS.Class is an implementation of the core of Ruby's object system in JavaScript.
JavaScript ★ 2 17y agoExplain → -
jwmscript
Manipulate browser DOM and interact with Javascript libraries using your favourite JVM language
Java ★ 2 17y agoExplain → -
gazelle ⑂
A system for creating fast, reusable parsers
Lua ★ 2 17y agoExplain → -
vico
vic personal homepage
JavaScript ★ 2 17y agoExplain → -
elixir_idris
Idris compiler on Elixir
Elixir ★ 2 8y agoExplain → -
awesome-gh-repos
Automatically generate a website from your own repos and starred ones.
Astro ★ 1 6mo agoExplain → -
van
command line structured editor in rust (bubbletea-rs TUI)
Rust ★ 1 7mo agoExplain → -
.o ⑂
The domain records for the ".o" TLD on @OpenNIC. Claim your domain today!
Shell ★ 1 6y agoExplain → -
typeset
An Scala type-indexed set, checked at compile time.
Scala ★ 1 11mo agoExplain → -
drynix ▣
No description.
Nix ★ 1 1y agoExplain → -
im2fansi
Scala library to convert any image into true-color ansi text for display at terminal.
★ 1 5y agoExplain → -
m2x-elixir
AT&T M2X Elixir Library
Elixir ★ 1 10y agoExplain → -
scala-cli-g8
Giter8 launcher for scala-cli
Scala ★ 1 2y agoExplain → -
iexample
Mix formatted documentation iex examples.
Elixir ★ 1 8y agoExplain → -
scala-double-linked-list
An immutable double linked list in Scala 3
Scala ★ 1 2y agoExplain → -
htmlq ⑂
Like jq, but for HTML.
★ 1 4y agoExplain → -
vrv
A comments directed programming language - born during #LangJam 2021
Scala ★ 1 4y agoExplain → -
keymap-suggest.el
Let Emacs suggest you which key bindings to press.
Emacs Lisp ★ 1 11y agoExplain → -
kanren
An extensible Kanren for logic, constraint based relational programming in Elixir.
Elixir ★ 1 8y agoExplain → -
uscp
Useless scalac compiler plugins
★ 1 5y agoExplain → -
remacs ⑂
Rust :heart: Emacs
Emacs Lisp ★ 1 9y agoExplain → -
schmalz
Automatically exported from code.google.com/p/schmalz
Erlang ★ 1 11y agoExplain → -
vic
vic readme
★ 0 2d agoExplain → -
codegraph ⑂
Pre-indexed code knowledge graph for Claude Code, Codex, Cursor, and OpenCode — fewer tokens, fewer tool calls, 100% local
★ 0 1mo agoExplain → -
dag ⑂
DAGaaS. For nix.
★ 0 2mo agoExplain → -
dendritic ⑂
A Nix flake-parts usage pattern in which every Nix file is a flake-parts module
Nix ★ 0 3mo agoExplain → -
nvf ⑂
Modular, extensible and distro-agnostic Neovim configuration framework for Nix/NixOS
★ 0 2mo agoExplain → -
adios ⑂
No description.
★ 0 2mo agoExplain → -
codes
codes
Shell ★ 0 6mo agoExplain → -
jj.nvim ⑂
🥋 Drive Jujutsu (jj) VCS from Neovim like a pro
★ 0 3mo agoExplain → -
jjui ⑂
Jujutsu UI (jjui) is a Text User Interface (TUI) designed for interacting with the Jujutsu version control system.
Go ★ 0 3mo agoExplain → -
bugs-den
Created from bogus template at vic/den.
Nix ★ 0 4mo agoExplain → -
trix ⑂
trick yourself into flakes
★ 0 2mo agoExplain → -
dendritic-flakes
Dendritic Nix configuration examples with several flake libraries
★ 0 6mo agoExplain → -
rnix-json ⑂
nix ASTs in JSON
★ 0 6mo agoExplain → -
tuiter
Vic's nostalgic tuiter-2006 bluesky interface
Go ★ 0 7mo agoExplain → -
nix-den-double-import-demo ⑂
A quick demonstration of the double import bug
★ 0 7mo agoExplain → -
tko
My Kinesis TKO Layouts
★ 0 9mo agoExplain → -
edge
running on the edge
★ 0 9mo agoExplain → -
home ⑂
Style systems and smart build tooling for crafting high fidelity color schemes and easily using them in all your favorite apps.
★ 0 10mo agoExplain → -
vanity
Transient, charming vanity! -- emacs-transient menus for Go TUIs using charmbracelet/tea.
★ 0 10mo agoExplain → -
flake-parts-builder ⑂
Nix flakes interactive template builder based on flake-parts written in Rust. [maintainer=@tsandrini]
★ 0 11mo agoExplain → -
awesome-flake-parts ⑂
A curated list of awesome flake-parts resources, modules, and examples. Flake-parts is a framework for writing Nix Flakes.
★ 0 11mo agoExplain → -
docker-layered-fatjar
Create re-usable Docker layered images from java fat-jar apps.
Shell ★ 0 11mo agoExplain → -
leader
VIm/Evil leader-key for your $SHELL
Go ★ 0 11mo agoExplain → -
allfollow ⑂
A CLI tool to deduplicate your Nix flake's inputs as if you added `inputs.*.inputs.*.follows = "*"` everywhere.
★ 0 11mo agoExplain → -
biblical-questions
Ask me questions about the Bible, theology, love and life.
★ 0 1y agoExplain → -
nix-search-cli ⑂
CLI for searching packages on search.nixos.org
★ 0 1y agoExplain → -
effects-bibliography ⑂
A collaborative bibliography of work related to the theory and practice of computational effects
★ 0 1y agoExplain → -
glove80
Glove80 keyboard layout - based on sonaku's
★ 0 1y agoExplain → -
jj-fzf ⑂
Text UI for Jujutsu based on fzf, centering around the jj log with key bindings for common operations
★ 0 1y agoExplain → -
mise ⑂
dev tools, env vars, task runner
★ 0 1y agoExplain → -
OpenCore-Legacy-Patcher ⑂
Experience macOS just like before
Python ★ 0 1y agoExplain → -
blueprint ⑂
Standard folder structure for Nix projects
★ 0 1y agoExplain → -
interop-twitter ⑂
No description.
★ 0 3y agoExplain → -
ragel ⑂
Ragel State Machine Compiler
C++ ★ 0 10y agoExplain → -
VSpaceCode ⑂
Spacemacs like keybindings for Visual Studio Code
TypeScript ★ 0 2y agoExplain → -
test-sci-0
testing 0
Scala ★ 0 2y agoExplain → -
scala-cli ⑂
Scala CLI is a command-line tool to interact with the Scala language. It lets you compile, run, test, and package your Scala code (and more!)
★ 0 2y agoExplain → -
gleam-website ⑂
🏡 Gleam's website and guide
★ 0 3y agoExplain → -
devenv ⑂
Fast, Declarative, Reproducible, and Composable Developer Environments
★ 0 3y agoExplain → -
zkanren
No description.
Scala ★ 0 3y agoExplain → -
scalable
No description.
Scala ★ 0 3y agoExplain → -
unison-nix ⑂
Nix support for the Unison programming language
★ 0 3y agoExplain → -
zio-logic
A μKanren inspired relational/logic programming library for ZIO2
Scala ★ 0 3y agoExplain → -
corn-flakes
A short demo on nix flakes and direnv.
Nix ★ 0 3y agoExplain → -
advanced-zio ⑂
The material for the Advanced ZIO Workshop.
Scala ★ 0 3y agoExplain → -
neovim-flake ⑂
Nix flake for neovim & scala metals
★ 0 3y agoExplain → -
home-manager ⑂
Manage a user environment using Nix [maintainer=@rycee]
★ 0 3y agoExplain → -
unison ⑂
A friendly programming language from the future
★ 0 4y agoExplain → -
nonono
NoNoNo is an Scala3 compiler plugin that lets you prevent unsafe function calls.
Scala ★ 0 4y agoExplain → -
katan
Small logic programming language, based on typed concatenative effects. [scala prototype]
Scala ★ 0 4y agoExplain → -
lorri ⑂
Your project’s nix-env [maintainer=@Profpatsch]
★ 0 4y agoExplain → -
docker-neo4j ⑂
Docker Images for the Neo4j Graph Database
Shell ★ 0 10y agoExplain → -
universe
binary (non-textual) but functional opensource
★ 0 4y agoExplain → -
share ⑂
Unison Codebase powering Unison Share.
★ 0 4y agoExplain → -
gleam ⑂
⭐️ A friendly language for building type-safe, scalable systems!
★ 0 4y agoExplain → -
keybase-scala-bot ⑂
A small library for creating keybase bots using scala.
Scala ★ 0 3y agoExplain → -
jam0001 ⑂
No description.
★ 0 4y agoExplain → -
react-router ⑂
A complete routing solution for React.js
JavaScript ★ 0 11y agoExplain → -
doom-golden-ratio ⑂
Golden-ratio.el-inspired script for doom-emacs
Emacs Lisp ★ 0 4y agoExplain → -
functional-effects ⑂
The exercises for the Functional Effects workshop
Scala ★ 0 4y agoExplain → -
graphql-playground ⑂
🎮 GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)
★ 0 5y agoExplain → -
nixpkgs ⑂
Nix Packages collection
★ 0 2y agoExplain → -
zio ⑂
ZIO — A type-safe, composable library for async and concurrent programming in Scala
★ 0 5y agoExplain → -
finagle-postgres ⑂
PostgreSQL protocol support for Finagle
★ 0 5y agoExplain → -
charts ⑂
Curated applications for Kubernetes
Smarty ★ 0 8y agoExplain → -
tsk-tsk ⑂
TSK - The Scripting Kit
★ 0 5y agoExplain → -
wisp ⑂
Homoiconic JS with clojure syntax, s-expressions & macros
JavaScript ★ 0 13y agoExplain → -
jwt-scala ⑂
JWT support for Scala. Bonus extensions for Play, Play JSON, Json4s, Circe, uPickle, Spray and Argonaut
★ 0 6y agoExplain → -
mill ⑂
Your shiny new Java/Scala build tool!
Scala ★ 0 3y agoExplain → -
Airstream ⑂
State propagation and event streams with mandatory ownership and no glitches
Scala ★ 0 3y agoExplain → -
dvm ⑂
Fast and simple Deno runtime version manager written in OCaml
★ 0 6y agoExplain → -
zio-arrow ⑂
No description.
★ 0 5y agoExplain → -
goggles ⑂
Pleasant, yet principled Scala optics DSL
Scala ★ 0 5y agoExplain → -
jquery.inview ⑂
A jQuery plugin that adds a bindable 'inview' event for detecting when an element is scrolled into view.
★ 0 6y agoExplain → -
spa-github-pages ⑂
Host single page apps with GitHub Pages
★ 0 6y agoExplain → -
monadic-html ⑂
Tiny DOM binding library for Scala.js
★ 0 6y agoExplain → -
mdoc ⑂
Typechecked markdown documentation for Scala
★ 0 6y agoExplain → -
Laminar ⑂
Simple, expressive, and safe UI library for Scala.js
Scala ★ 0 6y agoExplain → -
scalajs-google-maps ⑂
Type-safe and Scala-friendly library over Google Maps.
Scala ★ 0 6y agoExplain → -
chameleon ⑂
Typeclasses for serialization in scala
★ 0 6y agoExplain → -
sloth ⑂
Type safe RPC in scala
★ 0 6y agoExplain → -
amm-polygott
No description.
Scala ★ 0 6y agoExplain → -
asdf-alias ⑂
Version aliases for asdf-vm
★ 0 6y agoExplain → -
stripy ⑂
Micro wrapper for Stripe's REST API.
Elixir ★ 0 8y agoExplain → -
akka-rabbitmq ⑂
RabbitMq client in Scala and Akka actors
★ 0 6y agoExplain → -
akka-http ⑂
The Streaming-first HTTP server/module of Akka
★ 0 6y agoExplain → -
asdf-nodejs ⑂
Node.js plugin for asdf version manager
★ 0 6y agoExplain → -
direnv ⑂
unclutter your .profile
★ 0 1y agoExplain → -
op-rabbit ⑂
The Opinionated RabbitMQ Library for Scala and Akka
★ 0 6y agoExplain → -
veryfay-scala ⑂
Activity based authorization library for Scala
Scala ★ 0 7y agoExplain → -
lolcommits ⑂
Takes a snapshot with your webcam every time you git commit code, and archives a lolcat style image with it.
Ruby ★ 0 12y agoExplain → -
asdf ⑂
Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
Shell ★ 0 4y agoExplain → -
bootzooka ⑂
Simple project to quickly start developing a web application using AngularJS and Akka HTTP, without the need to write login, user registration etc.
Scala ★ 0 7y agoExplain → -
react-router-navigation ⑂
⛵️ A complete navigation library for React Native and React Router
JavaScript ★ 0 9y agoExplain → -
fzf ⑂
Efficient fish keybindings for fzf
Shell ★ 0 8y agoExplain → -
velvet
Racket like lisp with syntax transformer and language tower for elixir.
Elixir ★ 0 8y agoExplain → -
sbt-dotenv ⑂
Simple Dotenv implementation for Scala SBT Builds. Configures environment for local development.
Scala ★ 0 7y agoExplain → -
akka-simple-cluster-k8s ⑂
No description.
Scala ★ 0 7y agoExplain →
No repos match these filters.