No description
- C 85.7%
- Vim script 5.2%
- JavaScript 4.7%
- Makefile 2.3%
- HTML 1.3%
- Other 0.8%
| aoc | rm S$ | |
| dy | whr | |
| e | e/88.k | |
| g | g/all-together-now.k | |
| l | l/maths.k | |
| t | a¦:b | |
| vim-c | . | |
| vim-k | vim: au -> au! | |
| w | w/x/mines.k | |
| x | 2: | |
| .gitignore | gitignore | |
| .ignore | 2.c | |
| 0.c | . | |
| 1.c | 1.c | |
| 2.c | bng -> exc | |
| 3.c | </20円 | |
| 4.c | LEN | |
| a.c | .0#` | |
| a.h | 1:(fd;off,len) | |
| b.c | a¦:b | |
| e.c | try() | |
| f.c |
rm @ ?
|
|
| g.h | qA() | |
| g.k | qA() | |
| h.c | PLH -> GAP | |
| i.c | 1: | |
| j.c | j.c | |
| k.c | uppercase macros | |
| k.h | D->F | |
| LICENSE | agpl | |
| lopts | Add example of registering foreign functions into the REPL. Make link options easier to modify. | |
| m.c | 1:(fd;off,len) | |
| makefile | -Wl,-E | |
| o.c | qA() | |
| opts | opts | |
| p.c | 1 1.5 | |
| r.c | deal | |
| readme.txt | readme | |
| repl.k | repl | |
| repltest.k | repl | |
| s.c | PLH -> GAP | |
| v.c | !list | |
| w.c | recurrence | |
ngn/k is a simple fast vector programming language try: https://ngn.codeberg.page/k build: make CC=clang-11 # or CC=gcc-10 or other use: rlfe -h ~/.k_history ./k repl.k chat: https://matrix.to/#/#ngnk:matrix.org license: GNU AGPLv3 (v3 only) - https://codeberg.org/ngn/k/raw/branch/master/LICENSE community: learn: book (work in progress) https://xpqz.github.io/kbook/ tutorial (work in progress) https://github.com/gitonthescene/ngnk-libs/tree/master/tutorial tutorial (work in progress) https://github.com/razetime/ngn-k-tutorial embedding example https://codeberg.org/suhr/kes searchable database of snippets https://github.com/secwang/ngnkcart edit: vim mode (in this repo) ./vim-k emacs mode https://github.com/gitonthescene/ngnk-mode fun: code golf https://code.golf/rankings/holes/all/k/bytes code golf https://week.golf/ code golf https://codegolf.stackexchange.com/search?tab=newest&q=ngn aoc solutions by multiple people https://k.miraheze.org/wiki/Advent_of_Code analysis of ngn/k AoC solutions https://github.com/kidd/arraylangs-index dyalog competition solutions https://github.com/xpqz/dyalogk interop: windows port https://github.com/traws0/ngnk-windows rust bindings https://crates.io/crates/ngnk continuous integration for osx https://github.com/xpqz/ngnk_mirror nix package https://github.com/nathyong/ngnk-nix more: collection of libraries https://github.com/gitonthescene/ngnk-libs unparser https://github.com/chrispsn/ngn-k-unparser codemirror lezer parser https://github.com/SirBogman/codemirror-lang-k various utils https://arlyle.codeberg.page/k/ kpl, apl-like extensions for k https://codeberg.org/CptJimKirk/kpl source: 0.c main() k.h embedding api m.c memory manager and repl a.h common header p.c parser g.h header generated by g.k b.c bytecode compiler and vm t/ unit tests a.c eval, apply, amend: . @ w/ web ui h.c shape-related: x#y ,x x,y x/ example for using libk.so o.c order and equivalence o/ build output s.c to string: $x `k@x l/ k libraries f.c find g/ https://codegolf.stackexchange.com/ r.c random e/ https://projecteuler.net/ 1.c arithmetic monadic verbs dy/ https://problems.tryapl.org/ 2.c arithmetic dyadic verbs aoc/ https://adventofcode.com/ 3.c arithmetic adverbs 4.c prime sieve i.c input/output v.c other verbs w.c other adverbs j.c json: `j@x `j?x e.c error handling k.c embedding api