All Projects → Infinisil → Nixlisp

Infinisil / Nixlisp

Licence: mit

Labels

Projects that are alternatives of or similar to Nixlisp

Nix Config
My Nix configuration files
Stars: ✭ 5 (-84.85%)
Mutual labels:  nix
Nixops
NixOps is a tool for deploying to NixOS machines in a network or cloud.
Stars: ✭ 838 (+2439.39%)
Mutual labels:  nix
Fenix
Rust nightly toolchains and rust analyzer nightly for nix [[email protected]]
Stars: ✭ 29 (-12.12%)
Mutual labels:  nix
Kevin Nix
NixOS for the Samsung Chromebook Plus (kevin)
Stars: ✭ 18 (-45.45%)
Mutual labels:  nix
Life
A Nix configuration for macOS and Linux
Stars: ✭ 25 (-24.24%)
Mutual labels:  nix
Sinatra On Nix
An example Sinatra project using Nix to configure the development environment
Stars: ✭ 13 (-60.61%)
Mutual labels:  nix
Nix Darwin
nix modules for darwin
Stars: ✭ 700 (+2021.21%)
Mutual labels:  nix
Nixos Config
NixOS configurations for server and desktop systems, including user specific config. with Home Manager
Stars: ✭ 30 (-9.09%)
Mutual labels:  nix
Configs
My configuration files
Stars: ✭ 26 (-21.21%)
Mutual labels:  nix
Nix2aci
Machinery for creating and running ACIs on Linux systems where Nix(OS) and rkt are available
Stars: ✭ 21 (-36.36%)
Mutual labels:  nix
Dotfiles
Configuration files (.emacs)
Stars: ✭ 22 (-33.33%)
Mutual labels:  nix
Nix Haskell Hls
Nix builds of Haskell Language Server
Stars: ✭ 24 (-27.27%)
Mutual labels:  nix
Notes
ideas and planning on how to use IPFS together with Nix/OS
Stars: ✭ 15 (-54.55%)
Mutual labels:  nix
Nix Aurora
Nix on Aurora on Mesos
Stars: ✭ 6 (-81.82%)
Mutual labels:  nix
Nur Packages Template
A template for NUR repositories: [[email protected]]
Stars: ✭ 29 (-12.12%)
Mutual labels:  nix
Nixpkgs
Nix Packages collection
Stars: ✭ 8,322 (+25118.18%)
Mutual labels:  nix
Haskell Nix
Nix and Haskell in production
Stars: ✭ 860 (+2506.06%)
Mutual labels:  nix
Nix Examples
Showcase of Nix usage for various technologies
Stars: ✭ 31 (-6.06%)
Mutual labels:  nix
Postgrest Sessions Example
An example on how to implement session-based authentication with PostgREST
Stars: ✭ 30 (-9.09%)
Mutual labels:  nix
Nix Cabal Stack Skeleton
Skeleton project that builds with any of the three major build tools.
Stars: ✭ 15 (-54.55%)
Mutual labels:  nix
  • Nixlisp

Lisp in Nix!

** Usage

#+BEGIN_SRC nix with import ./lisp.nix { a = null; }; eval (defun fib (n) (defun fib2 (a b n) (iff (lt n 2) b (def (next (plus a b)) (fib2 b next (minus n 1)))) (fib2 0 1 n)) (fib 60)) #+END_SRC

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].