No description
- C 85.8%
- Vim script 5.1%
- JavaScript 4.7%
- Makefile 2.3%
- HTML 1.3%
- Other 0.8%
|
|
||
|---|---|---|
| aoc | rm S$ | |
| dy | whr | |
| e | e/88.k | |
| g | prototypes | |
| l | l/maths.k | |
| t | . | |
| vim-c | vim | |
| vim-k | vim | |
| w | rm w/x/lander.k | |
| x | fix static + example | |
| .gitignore | gitignore | |
| .ignore | 2.c | |
| 0.c | fix static + example | |
| 1.c | 1.c | |
| 2.c | 2.c | |
| 3.c | bool | |
| 4.c | LEN | |
| a.c | a.c | |
| a.h | bool | |
| b.c | bool | |
| e.c | try() | |
| f.c | `k? | |
| g.h | g.k | |
| g.k | g.k | |
| h.c | bool | |
| i.c | rm ROT() | |
| 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 | G() | |
| makefile | fix static + example | |
| o.c | bool | |
| opts | opts | |
| p.c | bool | |
| r.c | r.c | |
| readme.txt | readme | |
| repl.k | repl.k uniq->distinct | |
| s.c | 2.c | |
| v.c | bool | |
| w.c | w.c | |
| x.c | x.c | |
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: rlwrap ./k repl.k license: GNU AGPLv3 (v3 only) - https://codeberg.org/ngn/k/raw/branch/master/LICENSE community: https://matrix.to/#/#aplfarm-k:matrix.org - chat https://github.com/gitonthescene/ngnk-mode - emacs mode https://github.com/gitonthescene/ngnk-libs - collection of libraries https://github.com/chrispsn/ngn-k-unparser - unparser https://github.com/razetime/ngn-k-tutorial - tutorial (work in progress) https://xpqz.github.io/kbook/ - book (work in progress) https://github.com/kidd/arraylangs-index - analysis of ngn/k AoC solutions https://github.com/secwang/ngnkcart - searchable database of snippets https://github.com/xpqz/ngnk_mirror - continuous integration for osx https://github.com/traws0/ngnk-windows - windows port https://github.com/nathyong/ngnk-nix - nix package https://code.golf/rankings/holes/all/k/bytes - code golf https://week.golf/ - code golf https://codegolf.stackexchange.com/search?tab=newest&q=ngn - code golf https://k.miraheze.org/wiki/Advent_of_Code - aoc solutions by multiple people https://github.com/xpqz/dyalogk - dyalog competition solutions https://codeberg.org/CptJimKirk/kpl - kpl, apl-like extensions for k https://github.com/SirBogman/codemirror-lang-k - codemirror lezer parser https://codeberg.org/suhr/kes - embedding example 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 x.c serialization: `@x `?x e.c error handling k.c embedding api