Homepage / Notes / Computer Science / Programming Languages
A NIF is a function that is implemented in C instead of Erlang. https://www.erlang.org/doc/tutorial/nif.html
https://ziglang.org/ Zig is an imperative, general-purpose, statically typed, compiled system programming language
const stdout = std.io.getStdOut().writer();
try stdout.print("{s}", .{"hello, world!"});
hello, world!
TigerBeetle - A Million Financial Transactions per Second in Zig https://www.youtube.com/watch?v=BH2jvJ74npM
Mach Engine - Game engine & graphics toolkit for the future https://machengine.org/
Book by Paul Graham
Book by Doug Hoyte
https://github.com/phantomics/april APL on Common Lisp
https://learnxinyminutes.com/docs/perl/
my $name = "Damien";
print "hi ${name}\n";
hi Damien
https://github.com/matloff/fasteR
<datalist>
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist
https://www.smashingmagazine.com/2022/03/html-attributes-you-never-use/
<progress>
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress
https://github.com/carbon-language/carbon-lang
An experimental successor to C++