Search PLDB
Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Search PLDB

title text date wordCount minutes
Jill - Programming language Jill ==== Jill is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2023. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222023%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2023 #4649 on PLDB 2 Years Old ```Download source code: git clone https://github.com/mpatajac/jillc ``` Jill is a functional programming language built for the Nand2Tetris platform, as an alternative to the original Jack high-level language. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Jill is developed on <a href="https://github.com/mpatajac/jillc">GitHub</a> ```Example from the web: fn main = Output::printString("Hello, world!"). ``` Built with Scroll v170.4.1 02/16/2025 229 1.1
Perl - Programming language Perl ==== Perl is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1987 by Larry Wall. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221987%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1987 https://pldb.io/concepts/../lists/creators.html#q=Larry%20Wall Larry Wall #8 on PLDB 38 Years Old 170k <span title="Perl repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/Perl/perl5 ``` Perl is a family of high-level, general-purpose, interpreted, dynamic programming languages. The languages in this family include Perl 5 and Perl 6. Though Perl is not officially an acronym, there are various backronyms in use, including "Practical Extraction and Reporting Language". Read more on Wikipedia... https://en.wikipedia.org/wiki/Perl Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Perl is developed on <a href="https://github.com/Perl/perl5">GitHub</a> and has 1,886 stars - There are at least 169,830 Perl repos on <a href="https://github.com/search?q=language:Perl">GitHub</a> - Early development of Perl happened in <a href="../lists/labs.html#q=Unisys">Unisys</a> - Perl is written in <a href="perl.html">Perl</a>, <a href="c.html">C</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="xml.html">XML</a>, <a href="yaml.html">YAML</a>, <a href="json.html">JSON</a>, <a href="markdown.html">Markdown</a>, <a href="tex.html">Tex</a>, <a href="pascal.html">Pascal</a>, <a href="make.html">Make</a>, <a href="diff.html">Diff</a>, <a href="lisp.html">Lisp</a>, <a href="prolog.html">Prolog</a>, <a href="sql.html">SQL</a>, <a href="yacc.html">Yacc</a>, <a href="d.html">D</a> - The Google BigQuery Public Dataset GitHub snapshot shows 69k users using Perl in 102k repos on <a href="https://api.github.com/search/repositories?q=language:Perl">GitHub</a> - Check out the 83 <a href="https://www.meetup.com/topics/perl/">Perl meetup groups</a> on Meetup.com. - There are 15,510 members in the <a href="https://reddit.com/r/perl">Perl subreddit</a> - There are 2,433 <a href="https://projecteuler.net/language=Perl">Project Euler</a> users using Perl - In the 2021 StackOverflow <a href="https://insights.stackoverflow.com/survey">developer survey</a> Perl programmers reported a median salary of $80,000. 2% of respondents reported using Perl. 2,028 programmers reported using Perl, and 1,175 said they wanted to use it - Explore Perl snippets on <a href="http://www.rosettacode.org/wiki/Category:Perl">Rosetta Code</a> - Perl on HOPL https://hopl.info/showlanguage.prx?exp=2355 Perl on HOPL - Perl ranks #15 in the <a href="https://www.tiobe.com/tiobe-index/">TIOBE Index</a> - <a href="codemirror.html">CodeMirror</a> <a href="https://github.com/codemirror/codemirror5/tree/master/mode/perl">package</a> for syntax highlighting Perl - <a href="monaco.html">Monaco</a> <a href="https://github.com/microsoft/monaco-editor/tree/main/src/basic-languages/perl">package</a> for syntax highlighting Perl - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/perl.py">syntax highlighting</a> for Perl - GitHub supports <a href="https://github.com/textmate/perl.tmbundle" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for Perl - Learn <a href="https://exercism.org/tracks/perl">Perl on exercism.</a> - PLDB has 4 <a href="jupyter-notebook.html">Jupyter</a> Kernels for Perl: <a href="https://metacpan.org/release/Devel-IPerl">metacpan.org</a>, <a href="https://github.com/gabrielash/p6-net-jupyter">github.com</a>, <a href="https://github.com/timo/iperl6kernel">github.com</a>, <a href="https://github.com/bduggan/p6-jupyter-kernel">github.com</a> - There is a <a href="https://www.cpan.org/">central package repository</a> for Perl - Annual Reports for Perl http://blogs.perl.org/users/mohammad_s_anwar/2022/01/ Annual Reports for Perl - Events page for Perl https://www.perl.org/events.html Events page for Perl - Indeed.com has 8,795 matches for <a href="https://www.indeed.com/jobs?q=perl engineer">"perl engineer"</a>. - <a href="https://www.perl.org">perl.org</a> was registered in 1995 - See also: (37 related languages) <a href="pearl.html">PEARL</a>, <a href="c.html">C</a>, <a href="lisp.html">Lisp</a>, <a href="pascal.html">Pascal</a>, <a href="sed.html">sed</a>, <a href="coffeescript.html">CoffeeScript</a>, <a href="falcon.html">Falcon</a>, <a href="groovy.html">Groovy</a>, <a href="javascript.html">JavaScript</a>, <a href="julia.html">Julia</a>, <a href="lpc.html">LPC</a>, <a href="raku.html">Raku</a>, <a href="php.html">PHP</a>, <a href="python.html">Python</a>, <a href="ruby.html">Ruby</a>, <a href="powershell.html">PowerShell</a>, <a href="unix.html">Unix</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="regex.html">Regular Expressions</a>, <a href="unicode.html">Unicode</a>, <a href="haskell.html">Haskell</a>, <a href="parrot-vm.html">Parrot</a>, <a href="dtrace.html">DTrace</a>, <a href="json.html">JSON</a>, <a href="awk.html">awk</a>, <a href="fortran.html">Fortran</a>, <a href="s-expressions.html">S-expressions</a>, <a href="yacc.html">Yacc</a>, <a href="bison.html">Bison</a>, <a href="sql.html">SQL</a>, <a href="html.html">HTML</a>, <a href="xs.html">XS</a>, <a href="rfc.html">RFC</a>, <a href="jvm.html">JVM</a>, <a href="apl.html">APL</a>, <a href="perl-data-language.html">Perl Data Language</a>, <a href="pod.html">Pod</a> - 116 PLDB concepts link to Perl: <a href="ace.html">Ace Editor</a>, <a href="al.html">AL</a>, <a href="apache-hbase.html">Apache Hbase</a>, <a href="bash.html">Bash</a>, <a href="bazel.html">Bazel</a>, <a href="beef.html">beef-lang</a>, <a href="berkeleydb.html">Berkeley DB</a>, <a href="blitzmax.html">BlitzMax</a>, <a href="bucardo.html">Bucardo</a>, <a href="ceylon.html">Ceylon</a>, <a href="cir.html">CIR</a>, <a href="cito.html">Ć</a>, <a href="civet.html">Civet</a>, <a href="click.html">Click</a>, <a href="clike.html">clike</a>, <a href="cloc.html">cloc</a>, <a href="cosh.html">cosh</a>, <a href="cryptol.html">Cryptol</a>, <a href="cyber.html">Cyber</a>, <a href="dale.html">Dale</a>, <a href="dashrep.html">Dashrep</a>, <a href="ec.html">eC</a>, <a href="eiffel.html">Eiffel</a>, <a href="elymas.html">elymas</a>, <a href="erlang.html">Erlang</a>, <a href="factor.html">Factor</a>, <a href="felix.html">Felix</a>, <a href="ffmpeg.html">FFmpeg</a>, <a href="flare.html">Flare</a>, <a href="flex.html">FLEX</a>, <a href="flow9.html">Flow9</a>, <a href="frege.html">Frege</a>, <a href="frundis.html">Frundis</a>, <a href="gap.html">GAP</a>, <a href="ghc.html">GHC</a>, <a href="git.html">Git</a>, <a href="go.html">Go</a>, <a href="groff.html">groff</a>, <a href="gura.html">gura</a>, <a href="hakaru.html">hakaru</a>, <a href="hhvm.html">HHVM</a>, <a href="homa.html">Homa</a>, <a href="icarus.html">icarus</a>, <a href="idio.html">Idio</a>, <a href="idris.html">Idris</a>, <a href="iterm2.html">Iterm2</a>, <a href="jal-compiler.html">JAL compiler</a>, <a href="java.html">Java</a>, <a href="jemplate.html">Jemplate</a>, <a href="jflex.html">JFlex</a>, <a href="juicy.html">juicy</a>, <a href="kakoune-editor.html">Kakoune</a>, <a href="katex.html">KaTeX</a>, <a href="ko.html">ko</a>, <a href="lean.html">Lean</a>, <a href="links-programming-language.html">Links</a>, <a href="linux.html">Linux</a>, <a href="lobster.html">lobster</a>, <a href="mal.html">mal</a>, <a href="markdown.html">Markdown</a>, <a href="mathics.html">mathics</a>, <a href="mongodb.html">MongoDB</a>, <a href="mudlle.html">Mudlle</a>, <a href="mythryl.html">mythryl</a>, <a href="ncl.html">NCAR Command Language</a>, <a href="nesc.html">nesC</a>, <a href="newclay.html">newclay</a>, <a href="nextflow.html">Nextflow</a>, <a href="nianiolang.html">nianiolang</a>, <a href="nit.html">Nit</a>, <a href="nodejs.html">Node.js</a>, <a href="noweb.html">Noweb</a>, <a href="objectscript.html">ObjectScript</a>, <a href="obsidian-lang.html">Obsidian</a>, <a href="opa.html">Opa</a>, <a href="opal.html">Opal</a>, <a href="opencv.html">OpenCV</a>, <a href="openrc-runscript.html">OpenRC runscript</a>, <a href="pan.html">Pan</a>, <a href="pcre.html">PCRE</a>, <a href="perl.html">Perl</a>, <a href="polyglot-compiler.html">polyglot-compiler</a>, <a href="postgresql.html">PostgreSQL</a>, <a href="potion.html">Potion</a>, <a href="pov-ray-sdl.html">POV-Ray SDL</a>, <a href="pygments.html">Pygments</a>, <a href="racket.html">Racket</a>, <a href="rakudo.html">Rakudo</a>, <a href="revolution-programming-language.html">Revolution</a>, <a href="rholang.html">Rholang</a>, <a href="ricscript.html">RicScript</a>, <a href="roc.html">Roc</a>, <a href="rocksdb.html">RocksDB</a>, <a href="ruby.html">Ruby</a>, <a href="skip.html">skip</a>, <a href="slash.html">Slash</a>, <a href="slony.html">Slony</a>, <a href="smallbasic.html">SmallBASIC</a>, <a href="smpl.html">Semantic Patch Language</a>, <a href="snowball-programming-language.html">Snowball</a>, <a href="souper.html">souper</a>, <a href="sporth.html">sporth</a>, <a href="swi-prolog.html">SWI Prolog</a>, <a href="sympy.html">SymPy</a>, <a href="tao3d.html">tao3d</a>, <a href="tensorflow.html">TensorFlow</a>, <a href="testml.html">TestML</a>, <a href="textframe.html">TextFrame</a>, <a href="tinyc-compiler.html">Tiny C Compiler</a>, <a href="txtzyme.html">txtzyme</a>, <a href="vcpkg-pm.html">Vcpkg</a>, <a href="vlc.html">VLC</a>, <a href="vsxu.html">VSXu</a>, <a href="wiredtiger.html">WiredTiger</a>, <a href="wonkey.html">Wonkey</a>, <a href="zl.html">zl</a> ```Example from <a href='https://riju.codes/perl'>Riju</a>: print("Hello, world!\n"); ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/p/Perl.pl'>hello-world</a>: #!/usr/bin/perl print "Hello World\n"; ``` ```Example from <a href='http://helloworldcollection.de/#Perl'>the Hello World Collection</a>: # Hello world in perl print "Hello World!\n"; ``` ```Example from <a href='https://github.com/textmate/perl.tmbundle'>Linguist</a>: #!/usr/local/bin/perl print "Perl\n" ``` ```Example from <a href='https://en.wikipedia.org/wiki/Perl'>Wikipedia</a>: #!/usr/bin/perl use strict; use warnings; use IO::Handle; my ( $remaining, $total ); $remaining = $total = shift(@ARGV); STDOUT->autoflush(1); while ( $remaining ) { printf ( "Remaining %s/%s \r", $remaining--, $total ); sleep 1; } print "\n"; ``` ```Perl <a href="../lists/keywords.html#q=perl">Keywords</a> __DATA__ else lock qw __END__ elsif lt qx __FILE__ eq m s __LINE__ exp ne sub __PACKAGE__ for no tr and foreach or unless cmp ge package until continue gt q while CORE if qq xor do le qr y ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Standard Library FeatureLink ../features/hasStandardLibrary.html Supported <span class="hasFeature">✓</span> Example print "Hello, World!\n"; Token row Feature Scientific Notation FeatureLink ../features/hasScientificNotation.html Supported <span class="hasFeature">✓</span> Example Token row Feature Binary Literals FeatureLink ../features/hasBinaryNumbers.html Supported <span class="hasFeature">✓</span> Example # 0b[01]+(_[01]+)* Token row Feature Integers FeatureLink ../features/hasIntegers.html Supported <span class="hasFeature">✓</span> Example # \d+(_\d+)* Token row Feature Floats FeatureLink ../features/hasFloats.html Supported <span class="hasFeature">✓</span> Example # (?i)(\d*(_\d*)*\.\d+(_\d*)*|\d+(_\d*)*\.\d+(_\d*)*)(e[+-]?\d+)? Token row Feature Hexadecimals FeatureLink ../features/hasHexadecimals.html Supported <span class="hasFeature">✓</span> Example # 0x[0-9A-Fa-f]+(_[0-9A-Fa-f]+)* Token row Feature Octals FeatureLink ../features/hasOctals.html Supported <span class="hasFeature">✓</span> Example # 0_?[0-7]+(_[0-7]+)* Token row Feature Conditionals FeatureLink ../features/hasConditionals.html Supported <span class="hasFeature">✓</span> Example Token row Feature While Loops FeatureLink ../features/hasWhileLoops.html Supported <span class="hasFeature">✓</span> Example Token row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token print row Feature Range Operator FeatureLink ../features/hasRangeOperators.html Supported <span class="hasFeature">✓</span> Example # https://users.cs.cf.ac.uk/Dave.Marshall/PERL/node38.html @array = (1..10); Token row Feature Operator Overloading FeatureLink ../features/hasOperatorOverloading.html Supported <span class="hasFeature">✓</span> Example Token row Feature Multiple Inheritance FeatureLink ../features/hasMultipleInheritance.html Supported <span class="hasFeature">✓</span> Example Token row Feature File Imports FeatureLink ../features/hasImports.html Supported <span class="hasFeature">✓</span> Example use Digest::MD5 'md5_hex'; Token row Feature Directives FeatureLink ../features/hasDirectives.html Supported <span class="hasFeature">✓</span> Example # In Perl, the keyword "use", which imports modules, can also be used to specify directives, such as use strict; or use utf8; use utf8; Token row Feature Here Document FeatureLink ../features/hasHereDocs.html Supported <span class="hasFeature">✓</span> Example Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example # A comment Token # row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example =begin comment This is all part of multiline comment. You can use as many lines as you like These comments will be ignored by the compiler until the next =cut is encountered. =cut Token =begin =cut row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example # A comment Token row Feature Regular Expression Syntax Sugar FeatureLink ../features/hasRegularExpressionsSyntaxSugar.html Supported <span class="hasFeature">✓</span> Example print "Hello World" =~ /(\w)/; Token row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "hello world" Token row Feature Case Insensitive Identifiers FeatureLink ../features/hasCaseInsensitiveIdentifiers.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 02/10/2025 2478 12.4
CUDA - Programming language CUDA ==== CUDA, aka Compute Unified Device Architecture, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2007. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222007%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2007 #39 on PLDB 18 Years Old 18k <span title="CUDA repos on GitHub.">Repos</span> CUDA is a parallel computing platform and application programming interface (API) model created by Nvidia. It allows software developers and software engineers to use a CUDA-enabled graphics processing unit (GPU) for general purpose processing – an approach termed GPGPU (General-Purpose computing on Graphics Processing Units). The CUDA platform is a software layer that gives direct access to the GPU's virtual instruction set and parallel computational elements, for the execution of compute kernels. Read more on Wikipedia... https://en.wikipedia.org/wiki/CUDA Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - There are at least 18,135 CUDA repos on <a href="https://github.com/search?q=language:Cuda">GitHub</a> - Early development of CUDA happened in <a href="../lists/labs.html#q=Nvidia">Nvidia</a> - CUDA compiles to <a href="ptx.html">PTX</a> - The Google BigQuery Public Dataset GitHub snapshot shows 4k users using CUDA in 4k repos on <a href="https://api.github.com/search/repositories?q=language:Cuda">GitHub</a> - Check out the 32 <a href="https://www.meetup.com/topics/cuda/">CUDA meetup groups</a> on Meetup.com. - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/c_like.py">syntax highlighting</a> for CUDA - GitHub supports <a href="https://github.com/harrism/sublimetext-cuda-cpp" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for CUDA - Indeed.com has 483 matches for <a href="https://www.indeed.com/jobs?q=cuda engineer">"cuda engineer"</a>. - See also: (18 related languages) <a href="linux.html">Linux</a>, <a href="c.html">C</a>, <a href="fortran.html">Fortran</a>, <a href="opengl.html">OpenGL</a>, <a href="opencl.html">OpenCL</a>, <a href="llvmir.html">LLVM IR</a>, <a href="python.html">Python</a>, <a href="perl.html">Perl</a>, <a href="java.html">Java</a>, <a href="ruby.html">Ruby</a>, <a href="lua.html">Lua</a>, <a href="haskell.html">Haskell</a>, <a href="r.html">R</a>, <a href="matlab.html">MATLAB</a>, <a href="idl.html">IDL</a>, <a href="mathematica.html">Mathematica</a>, <a href="common-lisp.html">Common Lisp</a>, <a href="f-sharp.html">F#</a> - 16 PLDB concepts link to CUDA: <a href="cir.html">CIR</a>, <a href="circle-lang.html">circle-lang</a>, <a href="factor.html">Factor</a>, <a href="ffmpeg.html">FFmpeg</a>, <a href="futhark.html">Futhark</a>, <a href="hvm2.html">HVM2</a>, <a href="numba.html">Numba</a>, <a href="open-nn.html">OpenNN</a>, <a href="open-shading-language.html">Open Shading Language</a>, <a href="opencv.html">OpenCV</a>, <a href="pygments.html">Pygments</a>, <a href="pytorch.html">PyTorch</a>, <a href="spiral.html">spiral</a>, <a href="taichi.html">Taichi</a>, <a href="xgboost-model.html">Xgboost</a>, <a href="xgboost.html">XGBoost</a> ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/c/Cuda.cu'>hello-world</a>: #include <stdio.h> __global__ void hello_world(){ printf("Hello World\n"); } int main() { hello_world<<<1,1>>>(); return 0; } ``` ```Example from <a href='http://helloworldcollection.de/#Compute'>the Hello World Collection</a>: // Hello world in CUDA #include <stdio.h> const int N = 16; const int blocksize = 16; __global__ void hello(char *a, int *b) { a[threadIdx.x] += b[threadIdx.x]; } int main() { char a[N] = "Hello \0\0\0\0\0\0"; int b[N] = {15, 10, 6, 0, -11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; char *ad; int *bd; const int csize = N*sizeof(char); const int isize = N*sizeof(int); printf("%s", a); cudaMalloc( (void**)&ad, csize ); cudaMalloc( (void**)&bd, isize ); cudaMemcpy( ad, a, csize, cudaMemcpyHostToDevice ); cudaMemcpy( bd, b, isize, cudaMemcpyHostToDevice ); dim3 dimBlock( blocksize, 1 ); dim3 dimGrid( 1, 1 ); hello<<<dimGrid, dimBlock>>>(ad, bd); cudaMemcpy( a, ad, csize, cudaMemcpyDeviceToHost ); cudaFree( ad ); cudaFree( bd ); printf("%s\n", a); return EXIT_SUCCESS; } ``` ```Example from <a href='https://github.com/harrism/sublimetext-cuda-cpp'>Linguist</a>: #include <stdio.h> #include <cuda_runtime.h> /** * CUDA Kernel Device code * * Computes the vector addition of A and B into C. The 3 vectors have the same * number of elements numElements. */ __global__ void vectorAdd(const float *A, const float *B, float *C, int numElements) { int i = blockDim.x * blockIdx.x + threadIdx.x; if (i < numElements) { C[i] = A[i] + B[i]; } } /** * Host main routine */ int main(void) { // Error code to check return values for CUDA calls cudaError_t err = cudaSuccess; // Launch the Vector Add CUDA Kernel int threadsPerBlock = 256; int blocksPerGrid =(numElements + threadsPerBlock - 1) / threadsPerBlock; vectorAdd<<<blocksPerGrid, threadsPerBlock>>>(d_A, d_B, d_C, numElements); err = cudaGetLastError(); if (err != cudaSuccess) { fprintf(stderr, "Failed to launch vectorAdd kernel (error code %s)!\n", cudaGetErrorString(err)); exit(EXIT_FAILURE); } // Reset the device and exit err = cudaDeviceReset(); return 0; } ``` ```Example from <a href='https://en.wikipedia.org/wiki/CUDA'>Wikipedia</a>: import numpy from pycublas import CUBLASMatrix A = CUBLASMatrix( numpy.mat([[1,2,3]],[[4,5,6]],numpy.float32) ) B = CUBLASMatrix( numpy.mat([[2,3]],[4,5],[[6,7]],numpy.float32) ) C = A*B print C.np_mat() ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Standard Library FeatureLink ../features/hasStandardLibrary.html Supported <span class="hasFeature">✓</span> Example printf("Hello, World!\n"); Token row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example /* A comment */ Token row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example /* A comment */ Token /* */ row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token printf row Feature Case Insensitive Identifiers FeatureLink ../features/hasCaseInsensitiveIdentifiers.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 02/05/2025 1174 5.9
Roc - Programming language Roc === Roc is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2020 by Richard Feldman. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222020%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2020 https://pldb.io/concepts/../lists/creators.html#q=Richard%20Feldman Richard Feldman #552 on PLDB 5 Years Old ```Download source code: git clone https://github.com/roc-lang/roc ``` A fast, friendly, functional language. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Roc is developed on <a href="https://github.com/roc-lang/roc">GitHub</a> and has 3,930 stars - Early development of Roc happened in <a href="../lists/labs.html#q=https://github.com/roc-lang">https://github.com/roc-lang</a> - Roc is written in <a href="rust.html">Rust</a>, <a href="toml.html">TOML</a>, <a href="markdown.html">Markdown</a>, <a href="yaml.html">YAML</a>, <a href="zig.html">Zig</a>, <a href="typescript.html">TypeScript</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="c.html">C</a>, <a href="nix.html">Nix</a>, <a href="json.html">JSON</a>, <a href="javascript.html">JavaScript</a>, <a href="html.html">HTML</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="svg.html">SVG</a>, <a href="css.html">CSS</a>, <a href="swift.html">Swift</a>, <a href="python.html">Python</a>, <a href="java.html">Java</a>, <a href="perl.html">Perl</a>, <a href="ruby.html">Ruby</a> - Learn <a href="https://exercism.org/tracks/roc">Roc on exercism.</a> - 1 PLDB concepts link to Roc: <a href="scrapscript.html">Scrapscript</a> ```Example from the web: credits = List.map(songs, |song| "Performed by ${song.artist}" ) ``` Built with Scroll v170.4.1 02/05/2025 411 2.1
grep - Programming language grep ==== grep is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1973 by Ken Thompson. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221973%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1973 https://pldb.io/concepts/../lists/creators.html#q=Ken%20Thompson Ken Thompson #734 on PLDB 52 Years Old grep is a command-line utility for searching plain-text data sets for lines that match a regular expression. Its name comes from the ed command g/re/p (globally search a regular expression and print), which has the same effect: doing a global search with the regular expression and printing all matching lines. Grep was originally developed for the Unix operating system, but later available for all Unix-like systems.. Read more on Wikipedia... https://en.wikipedia.org/wiki/Grep Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Early development of grep happened in <a href="../lists/labs.html#q=Bell Labs">Bell Labs</a> - grep on HOPL https://hopl.info/showlanguage.prx?exp=2295 grep on HOPL - See also: (3 related languages) <a href="unix.html">Unix</a>, <a href="regex.html">Regular Expressions</a>, <a href="perl.html">Perl</a> ```Example from <a href='https://en.wikipedia.org/wiki/Grep'>Wikipedia</a>: $ grep root /etc/passwd root:x:0:0:root:/root:/bin/bash operator:x:11:0:operator:/root:/sbin/nologin $ grep -n root /etc/passwd 1:root:x:0:0:root:/root:/bin/bash 12:operator:x:11:0:operator:/root:/sbin/nologin $ grep -c false /etc/passwd 7 ``` Built with Scroll v170.4.1 02/02/2025 390 1.9
Mojo - Programming language Mojo ==== Mojo is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2022 by Chris Lattner. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222022%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2022 https://pldb.io/concepts/../lists/creators.html#q=Chris%20Lattner Chris Lattner #117 on PLDB 3 Years Old ```Download source code: git clone https://github.com/modularml/mojo ``` Mojo combines the usability of Python with the performance of C, unlocking unparalleled programmability of AI hardware and extensibility of AI models. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Mojo is developed on <a href="https://github.com/modularml/mojo">GitHub</a> and has 22,444 stars - Mojo is a <a href="../lists/explorer.html#columns=rank~id~appeared~tags~creators~supersetOf&searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22!null%22%2C%22data%22%3A%22supersetOf%22%2C%22origData%22%3A%22supersetOf%22%2C%22tags%22%3A%22html%22%2C%22value%22%3A%5B%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">superset</a> of <a href="python.html">Python</a> - Early development of Mojo happened in <a href="../lists/labs.html#q=Modular Inc">Modular Inc</a> - <a href="python.html">Python</a> and <a href="c.html">C</a> and <a href="mlir.html">MLIR</a> and <a href="zig.html">Zig</a> and <a href="swift.html">Swift</a> and <a href="llvmir.html">LLVM IR</a> influenced the design of Mojo - Mojo is written in <a href="markdown.html">Markdown</a>, <a href="jupyter-notebook.html">Jupyter Notebook</a>, <a href="yaml.html">YAML</a>, <a href="python.html">Python</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="cmake.html">CMake</a>, <a href="dockerfile.html">Dockerfile</a> - 1 PLDB concepts link to Mojo: <a href="cloc.html">cloc</a> ```Example from the web: def softmax(lst): norm = np.exp(lst - np.max(lst)) return norm / norm.sum() struct NDArray: def max(self) -> NDArray: return self.pmap(SIMD.max) struct SIMD[type: DType, width: Int]: def max(self, rhs: Self) -> Self: return (self >= rhs).select(self, rhs) ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature hasGradualTypes FeatureLink ../features/hasGradualTypes.html Supported <span class="hasFeature">✓</span> Example v: ArraySlice[Int] Token Built with Scroll v170.4.1 01/29/2025 511 2.6
XLA - Compiler XLA === XLA is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22compiler%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">compiler</a> created in 2017. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222017%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2017 #873 on PLDB 8 Years Old ```Download source code: git clone https://github.com/openxla/xla ``` XLA (Accelerated Linear Algebra) is an open source compiler for machine learning. The XLA compiler takes models from popular frameworks such as PyTorch, TensorFlow, and JAX, and optimizes the models for high-performance execution across different hardware platforms including GPUs, CPUs, and ML accelerators. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"compiler"%5D%7D%5D%2C"logic"%3A"AND"%7D'>compiler</a> - XLA is developed on <a href="https://github.com/openxla/xla">GitHub</a> and has 2,877 stars - Early development of XLA happened in <a href="../lists/labs.html#q=Google">Google</a> - 1 PLDB concepts link to XLA: <a href="mlir.html">MLIR</a> Built with Scroll v170.4.1 01/28/2025 270 1.4
Umka - Programming language Umka ==== Umka is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2020 by Vasiliy Tereshkov. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222020%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2020 https://pldb.io/concepts/../lists/creators.html#q=Vasiliy%20Tereshkov Vasiliy Tereshkov #1020 on PLDB 5 Years Old ```Download source code: git clone https://github.com/vtereshkov/umka-lang ``` Umka is a statically typed embeddable scripting language. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Umka is developed on <a href="https://github.com/vtereshkov/umka-lang">GitHub</a> and has 1,010 stars - Umka is written in <a href="c.html">C</a>, <a href="umka.html">Umka</a> - 3 PLDB concepts link to Umka: <a href="cloc.html">cloc</a>, <a href="linux.html">Linux</a>, <a href="umka.html">Umka</a> Built with Scroll v170.4.1 01/28/2025 266 1.3
SRT - Protocol SRT === SRT is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22protocol%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">protocol</a> created in 2013 by Marc Cymontkowski. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222013%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2013 https://pldb.io/concepts/../lists/creators.html#q=Marc%20Cymontkowski Marc Cymontkowski #1057 on PLDB 12 Years Old ```Download source code: git clone https://github.com/Haivision/srt ``` Secure Reliable Transport (SRT) is an open source video transport protocol that utilises the UDP transport protocol. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"protocol"%5D%7D%5D%2C"logic"%3A"AND"%7D'>protocol</a> - SRT is developed on <a href="https://github.com/Haivision/srt">GitHub</a> and has 3,182 stars - Early development of SRT happened in <a href="../lists/labs.html#q=Haivision">Haivision</a> - 1 PLDB concepts link to SRT: <a href="rtmp.html">RTMP</a> Built with Scroll v170.4.1 01/28/2025 258 1.3
MLIR - Intermediate representation language MLIR ==== MLIR, aka Multi-Level Intermediate Representation, is an <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22ir%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">intermediate representation language</a> created in 2019 by Chris Lattner. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222019%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2019 https://pldb.io/concepts/../lists/creators.html#q=Chris%20Lattner Chris Lattner #230 on PLDB 6 Years Old 84 <span title="MLIR repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/tensorflow/mlir ``` The MLIR project is a novel approach to building reusable and extensible compiler infrastructure. MLIR aims to address software fragmentation, improve compilation for heterogeneous hardware, significantly reduce the cost of building domain specific compilers, and aid in connecting existing compilers together. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"ir"%5D%7D%5D%2C"logic"%3A"AND"%7D'>intermediate representation language</a> - MLIR is developed on <a href="https://github.com/tensorflow/mlir">GitHub</a> and has 1,728 stars - There are at least 84 MLIR repos on <a href="https://github.com/search?q=language:MLIR">GitHub</a> - Early development of MLIR happened in <a href="../lists/labs.html#q=Google">Google</a> - <a href="llvmir.html">LLVM IR</a> and <a href="swift-il.html">Swift SIL</a> and <a href="xla.html">XLA</a> influenced the design of MLIR - The Google BigQuery Public Dataset GitHub snapshot shows 27 users using MLIR in 30 repos on <a href="https://api.github.com/search/repositories?q=language:MLIR">GitHub</a> - <a href="https://ieeexplore.ieee.org/document/9370308">First announcement of</a> MLIR - Read more about MLIR on the web: 1. https://blog.tensorflow.org/2019/04/mlir-new-intermediate-representation.html 1. - 1 PLDB concepts link to MLIR: <a href="mojo.html">Mojo</a> ```Example from the web: // Syntactically similar to LLVM: func @testFunction(%arg0: i32) { %x = call @thingToCall(%arg0) : (i32) -> i32 br ^bb1 ^bb1: %y = addi %x, %x : i32 return %y : i32 } ``` ```Example from <a href='https://godbolt.org/'>Compiler Explorer</a>: // Example code of an affine reduction. // MLIR example code may not always work out of the box because the textual MLIR format is not stable. // The example tries to be compatible with the latest MLIR version, which may not work on previous versions. func @affine_parallel_with_reductions_i64(%arg0: memref<3x3xi64>, %arg1: memref<3x3xi64>) -> (i64, i64) { %0:2 = affine.parallel (%kx, %ky) = (0, 0) to (2, 2) reduce ("addi", "muli") -> (i64, i64) { %1 = affine.load %arg0[%kx, %ky] : memref<3x3xi64> %2 = affine.load %arg1[%kx, %ky] : memref<3x3xi64> %3 = arith.muli %1, %2 : i64 %4 = arith.addi %1, %2 : i64 affine.yield %3, %4 : i64, i64 } return %0#0, %0#1 : i64, i64 } ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token // row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 01/28/2025 630 3.1
Egel - Programming language Egel ==== Egel is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2016 by Marco Devillers. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222016%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2016 https://pldb.io/concepts/../lists/creators.html#q=Marco%20Devillers Marco Devillers #1810 on PLDB 9 Years Old ```Download source code: git clone https://github.com/egel-lang/egel ``` A simple untyped eager functional language. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"functional"%5D%7D%5D%2C"logic"%3A"AND"%7D'>functional</a> - Egel is developed on <a href="https://github.com/egel-lang/egel">GitHub</a> and has 80 stars - Egel is written in <a href="cpp.html">C++</a> ```Example from the web: # Rosetta Code example 99 Bottles. # # See: http://rosettacode.org import "prelude.eg" using System def print_rhyme = [ 0 -> print "better go to the store, and buy some more\n" | N -> let _ = print N " bottles of beer on the wall\n" in let _ = print N " bottles of beer\n" in let _ = print "take one down, pass it around\n" in print_rhyme (N - 1) ] def main = print_rhyme 99 ``` Built with Scroll v170.4.1 01/28/2025 358 1.8
Swift SIL - Intermediate representation language Swift SIL ========= Swift SIL, aka Swift Intermediate Language, is an <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22ir%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">intermediate representation language</a> created in 2012. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222012%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2012 #1556 on PLDB 13 Years Old SIL is an SSA-form IR with high-level semantic information designed to implement the Swift programming language. In contrast to LLVM IR, SIL is a generally target-independent format representation that can be used for code distribution, but it can also express target-specific concepts as well as LLVM can. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"ir"%5D%7D%5D%2C"logic"%3A"AND"%7D'>intermediate representation language</a> - Early development of Swift SIL happened in <a href="../lists/labs.html#q=Apple">Apple</a> - See also: (2 related languages) <a href="cir.html">CIR</a>, <a href="llvmir.html">LLVM IR</a> - 3 PLDB concepts link to Swift SIL: <a href="mlir.html">MLIR</a>, <a href="rust-hir.html">Rust HIR</a>, <a href="rust-mir.html">Rust MIR</a> ```Example from the web: // SIL is reliant on Swift's type system and declarations, so SIL syntax is an extension of Swift's. A .sil file is a Swift source file with added SIL definitions. The Swift source is parsed only for its declarations; Swift func bodies (except for nested declarations) and top-level code are ignored by the SIL parser. In a .sil file, there are no implicit imports; the swift and/or Builtin standard modules must be imported explicitly if used. sil_stage canonical import Swift // Define types used by the SIL function. struct Point { var x : Double var y : Double } class Button { func onClick() func onMouseDown() func onMouseUp() } // Declare a Swift function. The body is ignored by SIL. func taxicabNorm(_ a:Point) -> Double { return a.x + a.y } // Define a SIL function. // The name @_T5norms11taxicabNormfT1aV5norms5Point_Sd is the mangled name // of the taxicabNorm Swift function. sil @_T5norms11taxicabNormfT1aV5norms5Point_Sd : $(Point) -> Double { bb0(%0 : $Point): // func Swift.+(Double, Double) -> Double %1 = function_ref @_Tsoi1pfTSdSd_Sd %2 = struct_extract %0 : $Point, #Point.x %3 = struct_extract %0 : $Point, #Point.y %4 = apply %1(%2, %3) : $(Double, Double) -> Double return %4 : Double } // Define a SIL vtable. This matches dynamically-dispatched method // identifiers to their implementations for a known static class type. sil_vtable Button { #Button.onClick: @_TC5norms6Button7onClickfS0_FT_T_ #Button.onMouseDown: @_TC5norms6Button11onMouseDownfS0_FT_T_ #Button.onMouseUp: @_TC5norms6Button9onMouseUpfS0_FT_T_ } ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/s/SIL.SIL'>hello-world</a>: print Hello World ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token print row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token // row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 01/28/2025 610 3
WebRTC - Protocol WebRTC ====== WebRTC is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22protocol%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">protocol</a> created in 2011 by Justin Uberti and Peter Thatcher. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222011%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2011 https://pldb.io/concepts/../lists/creators.html#q=Justin%20Uberti Justin Uberti https://pldb.io/concepts/../lists/creators.html#q=Peter%20Thatcher Peter Thatcher #3242 on PLDB 14 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"protocol"%5D%7D%5D%2C"logic"%3A"AND"%7D'>protocol</a> - Early development of WebRTC happened in <a href="../lists/labs.html#q=Google">Google</a> - 1 PLDB concepts link to WebRTC: <a href="rtmp.html">RTMP</a> Built with Scroll v170.4.1 01/27/2025 228 1.1
Snap! - Programming language Snap! ===== Snap! is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2011 by Brian Harvey. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222011%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2011 https://pldb.io/concepts/../lists/creators.html#q=Brian%20Harvey Brian Harvey #1133 on PLDB 14 Years Old Snap! is a free, blocks- and browser-based educational graphical programming language that allows students to create interactive animations, games, stories, and more, while learning about mathematical and computational ideas. Snap! was inspired by Scratch, but also targets both novice and more advanced students by including and expanding Scratch's features. Since version 4.0, it is entirely browser-based, with no software that needs to be installed on the local device, much like Scratch.. Read more on Wikipedia... https://en.wikipedia.org/wiki/Snap!_(programming_language) Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Early development of Snap! happened in <a href="../lists/labs.html#q=University of California Berkeley">University of California Berkeley</a> - See also: (10 related languages) <a href="javascript.html">JavaScript</a>, <a href="squeak.html">Squeak</a>, <a href="scratch.html">Scratch</a>, <a href="scheme.html">Scheme</a>, <a href="logo.html">Logo</a>, <a href="smalltalk.html">Smalltalk</a>, <a href="python.html">Python</a>, <a href="c.html">C</a>, <a href="linux.html">Linux</a>, <a href="ios.html">iOS</a> Built with Scroll v170.4.1 01/27/2025 367 1.8
SDLang - Data notation SDLang ====== SDLang, aka Simple Declarative Language, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22dataNotation%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">data notation</a> created in 2011 by Sönke Ludwig. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222011%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2011 https://pldb.io/concepts/../lists/creators.html#q=S%C3%B6nke%20Ludwig Sönke Ludwig #2366 on PLDB 14 Years Old SDLang is a simple and concise way to textually represent data. It has an XML-like structure – tags, values and attributes – which makes it a versatile choice for data serialization, configuration files, or declarative languages. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"dataNotation"%5D%7D%5D%2C"logic"%3A"AND"%7D'>dataNotation</a> - <a href="xml.html">XML</a> and <a href="yaml.html">YAML</a> and <a href="rdf.html">RDF</a> and <a href="json.html">JSON</a> and <a href="c.html">C</a> and <a href="cpp.html">C++</a> and <a href="csharp.html">C#</a> and <a href="d.html">D</a> and <a href="java.html">Java</a> influenced the design of SDLang - 1 PLDB concepts link to SDLang: <a href="kdl.html">KDL</a> ```Example from the web: // This is a node with a single string value title "Hello, World" // Multiple values are supported, too bookmarks 12 15 188 1234 // Nodes can have attributes author "Peter Parker" email="peter@example.org" active=true // Nodes can be arbitrarily nested contents { section "First section" { paragraph "This is the first paragraph" paragraph "This is the second paragraph" } } // Anonymous nodes are supported "This text is the value of an anonymous node!" // This makes things like matrix definitions very convenient matrix { 1 0 0 0 1 0 0 0 1 } ``` Built with Scroll v170.4.1 01/27/2025 414 2.1
RTMP - Protocol RTMP ==== RTMP, aka Real-Time Messaging Protocol, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22protocol%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">protocol</a> created in 2009. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222009%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2009 #2858 on PLDB 16 Years Old Real-Time Messaging Protocol (RTMP) is a communication protocol for streaming audio, video, and data over the Internet. Originally developed as a proprietary protocol by Macromedia for streaming between Flash Player and the Flash Communication Server, Adobe (which acquired Macromedia) has released an incomplete version of the specification of the protocol for public use. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"protocol"%5D%7D%5D%2C"logic"%3A"AND"%7D'>protocol</a> - Early development of RTMP happened in <a href="../lists/labs.html#q=Macromedia">Macromedia</a> - See also: (4 related languages) <a href="dash.html">DASH</a>, <a href="webrtc.html">WebRTC</a>, <a href="srt.html">SRT</a>, <a href="hls.html">HTTP Live Streaming</a> Built with Scroll v170.4.1 01/27/2025 276 1.4
LLVM IR - Intermediate representation language LLVM IR ======= LLVM IR is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22ir%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">intermediate representation language</a> created in 2003 by Chris Lattner. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222003%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2003 https://pldb.io/concepts/../lists/creators.html#q=Chris%20Lattner Chris Lattner #71 on PLDB 22 Years Old 1k <span title="LLVM IR repos on GitHub.">Repos</span> The LLVM compiler infrastructure project is a "collection of modular and reusable compiler and toolchain technologies" used to develop compiler front ends and back ends. LLVM is written in C++ and is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs written in arbitrary programming languages. Originally implemented for C and C++, the language-agnostic design of LLVM has since spawned a wide variety of front ends: languages with compilers that use LLVM include ActionScript, Ada, C#, Common Lisp, Crystal, D, Delphi, Fortran, OpenGL Shading Language, Halide, Haskell, Java bytecode, Julia, Lua, Objective-C, Pony, Python, R, Ruby, Rust, CUDA, Scala, Swift, and Xojo. Read more on Wikipedia... https://en.wikipedia.org/wiki/LLVM Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"ir"%5D%7D%5D%2C"logic"%3A"AND"%7D'>intermediate representation language</a> - There are at least 1,351 LLVM IR repos on <a href="https://github.com/search?q=language:LLVM">GitHub</a> - Early development of LLVM IR happened in <a href="../lists/labs.html#q=https://github.com/llvm">https://github.com/llvm</a> - The Google BigQuery Public Dataset GitHub snapshot shows 1k users using LLVM IR in 1k repos on <a href="https://api.github.com/search/repositories?q=language:LLVM">GitHub</a> - LLVM IR Ubuntu package https://packages.ubuntu.com/jammy/llvm LLVM IR Ubuntu package - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/asm.py">syntax highlighting</a> for LLVM IR - LLVM IR appears in the <a href="https://github.com/mame/quine-relay">Quine Relay</a> project - Events page for LLVM IR https://discourse.llvm.org/t/llvm-community-events-calendar/63237 Events page for LLVM IR - See also: (41 related languages) <a href="c.html">C</a>, <a href="actionscript.html">ActionScript</a>, <a href="ada.html">Ada</a>, <a href="csharp.html">C#</a>, <a href="common-lisp.html">Common Lisp</a>, <a href="crystal.html">Crystal</a>, <a href="d.html">D</a>, <a href="delphi.html">Delphi</a>, <a href="fortran.html">Fortran</a>, <a href="glsl.html">GLSL</a>, <a href="haskell.html">Haskell</a>, <a href="java-bytecode.html">Java Bytecode</a>, <a href="julia.html">Julia</a>, <a href="lua.html">Lua</a>, <a href="objective-c.html">Objective-C</a>, <a href="python.html">Python</a>, <a href="r.html">R</a>, <a href="ruby.html">Ruby</a>, <a href="rust.html">Rust</a>, <a href="cuda.html">CUDA</a>, <a href="scala.html">Scala</a>, <a href="swift.html">Swift</a>, <a href="xojo.html">Xojo</a>, <a href="ios.html">iOS</a>, <a href="assembly-language.html">Assembly language</a>, <a href="java.html">Java</a>, <a href="opengl.html">OpenGL</a>, <a href="cil.html">CIL</a>, <a href="standard-ml.html">Standard ML</a>, <a href="arm.html">ARM</a>, <a href="hexagon.html">Qualcomm Hexagon</a>, <a href="mips.html">MIPS architecture</a>, <a href="ptx.html">PTX</a>, <a href="powerpc.html">PowerPC</a>, <a href="sparc.html">SPARC</a>, <a href="x86-isa.html">X86</a>, <a href="elf.html">Extensible Linking Format</a>, <a href="c--.html">C--</a>, <a href="pure.html">Pure</a>, <a href="opencl.html">OpenCL</a>, <a href="isbn.html">ISBN</a> - 24 PLDB concepts link to LLVM IR: <a href="cir.html">CIR</a>, <a href="cloc.html">cloc</a>, <a href="emscripten.html">Emscripten</a>, <a href="firrtl.html">firrtl</a>, <a href="flex.html">FLEX</a>, <a href="halide.html">Halide</a>, <a href="hhvm.html">HHVM</a>, <a href="invokator.html">invokator</a>, <a href="julia.html">Julia</a>, <a href="kotlin.html">Kotlin</a>, <a href="mlir.html">MLIR</a>, <a href="mojo.html">Mojo</a>, <a href="neeilang.html">neeilang</a>, <a href="oopsilon.html">oopsilon</a>, <a href="pony.html">Pony</a>, <a href="rhine.html">rhine</a>, <a href="rust-mir.html">Rust MIR</a>, <a href="simit.html">Simit</a>, <a href="sixten.html">sixten</a>, <a href="souper.html">souper</a>, <a href="swift-il.html">Swift SIL</a>, <a href="swift.html">Swift</a>, <a href="tensorflow.html">TensorFlow</a>, <a href="triton.html">Triton</a> ```Example from <a href='https://godbolt.org/'>Compiler Explorer</a>: define i32 @square(i32) local_unnamed_addr #0 { %2 = mul nsw i32 %0, %0 ret i32 %2 } ``` ```Example from <a href='https://riju.codes/llvm'>Riju</a>: @.str = private unnamed_addr constant [13 x i8] c"Hello, world!" declare i32 @puts(i8* nocapture) nounwind define i32 @main() { %cast210 = getelementptr [13 x i8],[13 x i8]* @.str, i64 0, i64 0 call i32 @puts(i8* %cast210) ret i32 0 } ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/l/LLVM.ll'>hello-world</a>: target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128" @.str = internal constant [12 x i8] c"Hello World\00" ; puts from libc declare i32 @puts(i8*) define i32 @main(...) { call i32 @puts(i8* getelementptr([12 x i8]* @.str, i32 0, i32 0)) ret i32 0 } ``` ```Example from <a href='https://en.wikipedia.org/wiki/LLVM'>Wikipedia</a>: @.str = internal constant [14 x i8] c"hello, world\0A\00" declare i32 @printf(i8*, ...) define i32 @main(i32 %argc, i8** %argv) nounwind { entry: %tmp1 = getelementptr [14 x i8], [14 x i8]* @.str, i32 0, i32 0 %tmp2 = call i32 (i8*, ...) @printf( i8* %tmp1 ) nounwind ret i32 0 } ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example ; A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example ; A comment Token ; row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 01/27/2025 1192 6
HTTP Live Streaming - Protocol HTTP Live Streaming =================== HTTP Live Streaming is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22protocol%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">protocol</a> created in 2009 by Roger Pantos. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222009%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2009 https://pldb.io/concepts/../lists/creators.html#q=Roger%20Pantos Roger Pantos #2346 on PLDB 16 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"protocol"%5D%7D%5D%2C"logic"%3A"AND"%7D'>protocol</a> - Early development of HTTP Live Streaming happened in <a href="../lists/labs.html#q=Apple">Apple</a> - Read more about HTTP Live Streaming on the web: 1. https://datatracker.ietf.org/doc/html/rfc8216 1. - 1 PLDB concepts link to HTTP Live Streaming: <a href="rtmp.html">RTMP</a> Built with Scroll v170.4.1 01/27/2025 239 1.2
Gemtext - Text markup language Gemtext ======= Gemtext is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22textMarkup%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">text markup language</a> created in 2020. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222020%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2020 #3723 on PLDB 5 Years Old A lightweight markup language for the Gemini protocol. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"textMarkup"%5D%7D%5D%2C"logic"%3A"AND"%7D'>text markup language</a> - See also: (1 related languages) <a href="gemini.html">Gemini</a> ```Example from the web: # Caolan's Capsule Welcome to my small home on the small internet. => garden/ Garden => kitchen/ Kitchen => workshop/ Workshop => bookshelf/ Bookshelf => desk/ Desk ``` Built with Scroll v170.4.1 01/27/2025 226 1.1
DASH - Protocol DASH ==== DASH, aka Dynamic Adaptive Streaming over HTTP, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22protocol%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">protocol</a> created in 2011 by Thomas Stockhammer. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222011%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2011 https://pldb.io/concepts/../lists/creators.html#q=Thomas%20Stockhammer Thomas Stockhammer #3250 on PLDB 14 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"protocol"%5D%7D%5D%2C"logic"%3A"AND"%7D'>protocol</a> - Early development of DASH happened in <a href="../lists/labs.html#q=Moving Picture Experts Group">Moving Picture Experts Group</a> - 1 PLDB concepts link to DASH: <a href="rtmp.html">RTMP</a> Built with Scroll v170.4.1 01/27/2025 225 1.1
Clang - Compiler Clang ===== Clang is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22compiler%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">compiler</a> created in 2007 by Chris Lattner. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222007%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2007 https://pldb.io/concepts/../lists/creators.html#q=Chris%20Lattner Chris Lattner #980 on PLDB 18 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"compiler"%5D%7D%5D%2C"logic"%3A"AND"%7D'>compiler</a> - Clang is written in <a href="cpp.html">C++</a> - There are 792 members in the <a href="https://reddit.com/r/Clang">Clang subreddit</a> Built with Scroll v170.4.1 01/27/2025 214 1.1
aUI - Constructed language aUI === aUI is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22constructedLanguage%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">constructed language</a> created in 1952 by W. John Weilgart. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221952%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1952 https://pldb.io/concepts/../lists/creators.html#q=W.%20John%20Weilgart W. John Weilgart #4571 on PLDB 73 Years Old "The Language of Space", connoting universal communication. aUI is built upon a set of proposed universal semantic primes or elements of meaning that are combined – analogous to the atomic elements of the periodic table – to create ‘molecules of meaning.’ Each ‘element of meaning’ is represented by both a morpheme and a phoneme, all of which are motivated by their intuitive relationship to reality. Weilgart found these fundamental concepts to be at such a basic level that they likely could not be defined by any simpler concepts. aUI has 31 morpheme-phonemes each with an associated meaning, i.e. each morpheme = a phoneme = a sememe. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"constructedLanguage"%5D%7D%5D%2C"logic"%3A"AND"%7D'>constructedLanguage</a> Built with Scroll v170.4.1 01/27/2025 294 1.5
AUI - Programming language AUI === AUI, aka Abstract User Interface, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2002 by Kevin A. Schneider and James R. Cordy. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222002%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2002 https://pldb.io/concepts/../lists/creators.html#q=Kevin%20A.%20Schneider Kevin A. Schneider https://pldb.io/concepts/../lists/creators.html#q=James%20R.%20Cordy James R. Cordy #2594 on PLDB 23 Years Old a programming language for developing plastic interactive software - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Early development of AUI happened in <a href="../lists/labs.html#q=University of Saskatchewan">University of Saskatchewan</a> and <a href="../lists/labs.html#q=Queen's University">Queen's University</a> - AUI on HOPL https://hopl.info/showlanguage.prx?exp=5777 AUI on HOPL - Read more about AUI on Semantic Scholar: 1. https://semanticscholar.org/paper/4ca9970ceade9580757916d20bc4a1bf19688860 1. ```Example from the web: draw (canvas <w,h> pins) = choose { canvas <w,h> pins, draw (canvas <w,h> (pin:pins)) } where pin = <g,<30,24>> g = choose {box <30,20> (Fill Shaded), oval (Radius 15) (Fill Clear), line (Length 10)} end where ``` Built with Scroll v170.4.1 01/27/2025 335 1.7
Arweave - Crypto protocol Arweave ======= Arweave is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22cryptoProtocol%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">crypto protocol</a> created in 2017 by Sam Williams. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222017%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2017 https://pldb.io/concepts/../lists/creators.html#q=Sam%20Williams Sam Williams #3704 on PLDB 8 Years Old The Arweave network is like Bitcoin, but for data: A permanent and decentralized web inside an open ledger. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"cryptoProtocol"%5D%7D%5D%2C"logic"%3A"AND"%7D'>cryptoProtocol</a> Built with Scroll v170.4.1 01/27/2025 205 1
Annotated CSV - Data notation Annotated CSV ============= Annotated CSV is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22dataNotation%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">data notation</a> created in 2020. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222020%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2020 #3703 on PLDB 5 Years Old CSV with additional headers up top for metadata about the columns. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"dataNotation"%5D%7D%5D%2C"logic"%3A"AND"%7D'>dataNotation</a> - See also: (1 related languages) <a href="csv.html">CSV</a> ```Example from the web: #group,false,false,false,false,false,false,false,false,false #datatype,measurement,tag,string,double,boolean,long,unsignedLong,duration,dateTime #default,test,annotatedDatatypes,,,,,, ,m,name,s,d,b,l,ul,dur,time ,,,str1,1.0,true,1,1,1ms,1 ,,,str2,2.0,false,2,2,2us,2020-01-11T10:10:10Z ``` Built with Scroll v170.4.1 01/27/2025 252 1.3
Red - Programming language Red === Red is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2011 by Nenad Rakocevic. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222011%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2011 https://pldb.io/concepts/../lists/creators.html#q=Nenad%20Rakocevic Nenad Rakocevic #109 on PLDB 14 Years Old 453 <span title="Red repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/red/red ``` Red is a computer programming language. Red was made to overcome the limitations of the programming language Rebol. Introduced in 2011 by Nenad Rakocevic, Red is both an imperative and functional programming language. Read more on Wikipedia... https://en.wikipedia.org/wiki/Red_(programming_language) Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Red is developed on <a href="https://github.com/red/red">GitHub</a> and has 5,479 stars - There are at least 453 Red repos on <a href="https://github.com/search?q=language:Red">GitHub</a> - Early development of Red happened in <a href="../lists/labs.html#q=https://github.com/red">https://github.com/red</a> - Red is written in <a href="r.html">R</a>, <a href="java.html">Java</a>, <a href="markdown.html">Markdown</a>, <a href="xml.html">XML</a>, <a href="yaml.html">YAML</a>, <a href="c.html">C</a>, <a href="html.html">HTML</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="css.html">CSS</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="visual-basic.html">Visual Basic</a>, <a href="csv.html">CSV</a> - The Google BigQuery Public Dataset GitHub snapshot shows 92 users using Red in 98 repos on <a href="https://api.github.com/search/repositories?q=language:Red">GitHub</a> - Explore Red snippets on <a href="http://www.rosettacode.org/wiki/Category:Red">Rosetta Code</a> - Red appears in the <a href="https://www.tiobe.com/tiobe-index/">TIOBE Index</a> - Red <a href="language-server-protocol.html">LSP</a> <a href="https://github.com/bitbegin/redlangserver">implementation</a> - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/rebol.py">syntax highlighting</a> for Red - GitHub supports <a href="https://github.com/Oldes/Sublime-Red" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for Red - Learn <a href="https://exercism.org/tracks/red">Red on exercism.</a> - <a href="http://www.red-lang.org/">red-lang.org</a> was registered in 2010 - See also: (7 related languages) <a href="linux.html">Linux</a>, <a href="scala.html">Scala</a>, <a href="lua.html">Lua</a>, <a href="x86-isa.html">X86</a>, <a href="arm.html">ARM</a>, <a href="freebsd.html">FreeBSD</a>, <a href="android.html">Android</a> - 1 PLDB concepts link to Red: <a href="particles.html">Particles</a> ```Example from <a href='https://riju.codes/red'>Riju</a>: Red [Title: "Main"] print "Hello, world!" ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/r/Red.red'>hello-world</a>: Red [Needs: 'View] view [text "Hello World"] ``` ```Example from <a href='https://github.com/Oldes/Sublime-Red'>Linguist</a>: Red/System [ Title: "Red/System example file" Purpose: "Just some code for testing Pygments colorizer" Language: http://www.red-lang.org/ ] #include %../common/FPU-configuration.reds ; C types #define time! long! #define clock! long! date!: alias struct! [ second [integer!] ; 0-61 (60?) minute [integer!] ; 0-59 hour [integer!] ; 0-23 day [integer!] ; 1-31 month [integer!] ; 0-11 year [integer!] ; Since 1900 weekday [integer!] ; 0-6 since Sunday yearday [integer!] ; 0-365 daylight-saving-time? [integer!] ; Negative: unknown ] #either OS = 'Windows [ #define clocks-per-second 1000 ][ ; CLOCKS_PER_SEC value for Syllable, Linux (XSI-conformant systems) ; TODO: check for other systems #define clocks-per-second 1000'000 ] #import [LIBC-file cdecl [ ; Error handling form-error: "strerror" [ ; Return error description. code [integer!] return: [c-string!] ] print-error: "perror" [ ; Print error to standard error output. string [c-string!] ] ; Memory management make: "calloc" [ ; Allocate zero-filled memory. chunks [size!] size [size!] return: [binary!] ] resize: "realloc" [ ; Resize memory allocation. memory [binary!] size [size!] return: [binary!] ] ] JVM!: alias struct! [ reserved0 [int-ptr!] reserved1 [int-ptr!] reserved2 [int-ptr!] DestroyJavaVM [function! [[JNICALL] vm [JVM-ptr!] return: [jint!]]] AttachCurrentThread [function! [[JNICALL] vm [JVM-ptr!] penv [struct! [p [int-ptr!]]] args [byte-ptr!] return: [jint!]]] DetachCurrentThread [function! [[JNICALL] vm [JVM-ptr!] return: [jint!]]] GetEnv [function! [[JNICALL] vm [JVM-ptr!] penv [struct! [p [int-ptr!]]] version [integer!] return: [jint!]]] AttachCurrentThreadAsDaemon [function! [[JNICALL] vm [JVM-ptr!] penv [struct! [p [int-ptr!]]] args [byte-ptr!] return: [jint!]]] ] ;just some datatypes for testing: #some-hash 10-1-2013 quit ;binary: #{00FF0000} #{00FF0000 FF000000} #{00FF0000 FF000000} ;with tab instead of space 2#{00001111} 64#{/wAAAA==} 64#{/wAAA A==} ;with space inside 64#{/wAAA A==} ;with tab inside ;string with char {bla ^(ff) foo} {bla ^(( foo} ;some numbers: 12 1'000 1.2 FF00FF00h ;some tests of hexa number notation with not common ending [ff00h ff00h] ff00h{} FFh"foo" 00h(1 + 2) (AEh) ;normal words: foo char ;get-word :foo ;lit-word: 'foo 'foo to-integer foo foo/(a + 1)/b call/output reform ['which interpreter] path: copy "" version-1.1: 00010001h #if type = 'exe [ push system/stack/frame ;-- save previous frame pointer system/stack/frame: system/stack/top ;-- @@ reposition frame pointer just after the catch flag ] push CATCH_ALL ;-- exceptions root barrier push 0 ;-- keep stack aligned on 64-bit ``` ```Example from <a href='https://en.wikipedia.org/wiki/Red_(programming_language)'>Wikipedia</a>: Red/System [Title: "A factorial script"] factorial: func [ x [integer!] ; This is compulsory in Red/System return: [integer!] ; This is compulsory in Red/System ][ either x = 0 [1][x * factorial x - 1] ] ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "Hello world" Token " row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example ; A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example ; A comment Token ; row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 01/26/2025 1187 5.9
PRQL - Query language PRQL ==== PRQL, aka Pipelined Relational Query Language, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22queryLanguage%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">query language</a> created in 2022 by Maximilian Roos. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222022%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2022 https://pldb.io/concepts/../lists/creators.html#q=Maximilian%20Roos Maximilian Roos #148 on PLDB 3 Years Old ```Download source code: git clone https://github.com/prql/prql ``` PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"queryLanguage"%5D%7D%5D%2C"logic"%3A"AND"%7D'>queryLanguage</a> - PRQL is developed on <a href="https://github.com/prql/prql">GitHub</a> and has 9,667 stars - Early development of PRQL happened in <a href="../lists/labs.html#q=https://github.com/PRQL">https://github.com/PRQL</a> - PRQL compiles to <a href="sql.html">SQL</a> - PRQL is written in <a href="rust.html">Rust</a>, <a href="markdown.html">Markdown</a>, <a href="yaml.html">YAML</a>, <a href="toml.html">TOML</a>, <a href="html.html">HTML</a>, <a href="javascript.html">JavaScript</a>, <a href="json.html">JSON</a>, <a href="css.html">CSS</a>, <a href="csv.html">CSV</a>, <a href="csharp.html">C#</a>, <a href="php.html">PHP</a>, <a href="elixir.html">Elixir</a>, <a href="typescript.html">TypeScript</a>, <a href="jsx.html">JSX</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="python.html">Python</a>, <a href="java.html">Java</a>, <a href="zig.html">Zig</a>, <a href="make.html">Make</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="xml.html">XML</a>, <a href="sql.html">SQL</a>, <a href="nix.html">Nix</a>, <a href="c.html">C</a>, <a href="cpp.html">C++</a>, <a href="handlebars.html">Handlebars</a>, <a href="svg.html">SVG</a> - <a href="https://prql-lang.org/">prql-lang.org</a> was registered in 2022 - Read more about PRQL on the web: 1. 2. https://news.ycombinator.com/item?id=31897430 1. https://news.ycombinator.com/item?id=30060784 2. ```Example from the web: from employees filter country == "USA" # Each line transforms the previous result. aggregate [ # `aggregate` reduces column to a value. max salary, min salary, count, # Closing commas are allowed :) ] ``` ```Example from the web: from employees filter start_date > @2021-01-01 # Clear date syntax. derive [ # `derive` adds columns / variables. gross_salary = salary + (tax ?? 0), # Terse coalesce gross_cost = gross_salary + benefits_cost, # Variables can use other variables. ] filter gross_cost > 0 group [title, country] ( # `group` runs a pipeline over each group. aggregate [ # `aggregate` reduces each group to a row. average gross_salary, sum_gross_cost = sum gross_cost, # `=` sets a column name. ] ) filter sum_gross_cost > 100000 # Identical syntax for SQL's `WHERE` & `HAVING`. derive id = f"{title}_{country}" # F-strings like python. sort [sum_gross_cost, -country] # `-country` means descending order. take 1..20 # Range expressions (also valid here as `take 20`). ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example # A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example # A comment Token # row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 01/26/2025 669 3.3
Lil - Programming language Lil === Lil, aka Learning In Layers, is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2022 by John Earnest. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222022%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2022 https://pldb.io/concepts/../lists/creators.html#q=John%20Earnest John Earnest #294 on PLDB 3 Years Old ```Download source code: git clone https://github.com/JohnEarnest/Decker ``` Lil is part of the technology that powers Decker, a multimedia creative tool inspired by HyperCard. Decker uses Lil for adding custom behavior to decks and the widgets within. Lil is designed to be learned in layers, but it is a richly multi-paradigm language which incorporates ideas from imperative, functional, declarative, and vector-oriented languages. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"arrayLang"%5D%7D%5D%2C"logic"%3A"AND"%7D'>arrayLang</a> - Lil is developed on <a href="https://github.com/JohnEarnest/Decker">GitHub</a> and has 949 stars - Early development of Lil happened in <a href="../lists/labs.html#q=https://beyondloom.com/decker/">https://beyondloom.com/decker/</a> - <a href="k.html">K</a> and <a href="q.html">Q</a> and <a href="sql.html">SQL</a> and <a href="lua.html">Lua</a> and <a href="hypercard.html">HyperCard</a> influenced the design of Lil - Lil is written in <a href="markdown.html">Markdown</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="javascript.html">JavaScript</a>, <a href="c.html">C</a>, <a href="xml.html">XML</a>, <a href="html.html">HTML</a>, <a href="vim-script.html">Vim script</a>, <a href="awk.html">awk</a>, <a href="make.html">Make</a>, <a href="yaml.html">YAML</a>, <a href="lisp.html">Lisp</a>, <a href="nix.html">Nix</a> - See also: (2 related languages) <a href="sql.html">SQL</a>, <a href="lua.html">Lua</a> ```Example from the web: on mode a do # line comment r:() each x in a r[x]:1+r[x] end first extract key orderby value desc from r end ``` ```Lil <a href="../lists/keywords.html#q=lil">Keywords</a> floor cos sin tan exp ln sqrt count first last sum min max raze prod range keys list rows cols table typeof flip mag unit heading split fuse dict take drop in join cross parse format unless limit like window each in while on do end if elseif else where by orderby asc desc select extract update from insert with into send local ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Standard Library FeatureLink ../features/hasStandardLibrary.html Supported <span class="hasFeature">✓</span> Example print["Hello, World!"] Token row Feature Function Composition FeatureLink ../features/hasFunctionComposition.html Supported <span class="hasFeature">✓</span> Example on o f g do on _ x do f[g[x]] end end Token row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example show["Hi"] Token row Feature Multiline Strings FeatureLink ../features/hasMultilineStrings.html Supported <span class="hasFeature">✓</span> Example lines:"one two" Token row Feature Infix Notation FeatureLink ../features/hasInfixNotation.html Supported <span class="hasFeature">✓</span> Example six: 2 + 2 + 2 Token row Feature Assignment FeatureLink ../features/hasAssignment.html Supported <span class="hasFeature">✓</span> Example local name: "John" Token : row Feature First-Class Functions FeatureLink ../features/hasFirstClassFunctions.html Supported <span class="hasFeature">✓</span> Example (on f x do x,x end)@11,22,33 Token row Feature Method Chaining FeatureLink ../features/hasMethodChaining.html Supported <span class="hasFeature">✓</span> Example image[3,4].map[0 dict 1].encoded Token row Feature Binary Operators FeatureLink ../features/hasBinaryOperators.html Supported <span class="hasFeature">✓</span> Example 1 + 1 Token row Feature Expressions FeatureLink ../features/hasExpressions.html Supported <span class="hasFeature">✓</span> Example 1 + 1 Token row Feature Lists FeatureLink ../features/hasLists.html Supported <span class="hasFeature">✓</span> Example myList:(1,2,3) end Token row Feature Integers FeatureLink ../features/hasIntegers.html Supported <span class="hasFeature">✓</span> Example 80766866 Token row Feature Conditionals FeatureLink ../features/hasConditionals.html Supported <span class="hasFeature">✓</span> Example if 1 print["true"] end Token row Feature Functions FeatureLink ../features/hasFunctions.html Supported <span class="hasFeature">✓</span> Example on myFunction do print["hello"] end Token row Feature While Loops FeatureLink ../features/hasWhileLoops.html Supported <span class="hasFeature">✓</span> Example while 1 print["hello"] end Token row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "Hello World" Token " row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example # A comment Token # row Feature Case Sensitivity FeatureLink ../features/isCaseSensitive.html Supported <span class="hasFeature">✓</span> Example Token row Feature Implicit Type Casting FeatureLink ../features/hasImplicitTypeConversions.html Supported <span class="hasFeature">✓</span> Example Token row Feature Garbage Collection FeatureLink ../features/hasGarbageCollection.html Supported <span class="hasFeature">✓</span> Example Token row Feature Dynamic Typing FeatureLink ../features/hasDynamicTyping.html Supported <span class="hasFeature">✓</span> Example Token row Feature Zero-based numbering FeatureLink ../features/hasZeroBasedNumbering.html Supported <span class="hasFeature">✓</span> Example Token row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Constants FeatureLink ../features/hasConstants.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Labels FeatureLink ../features/hasLabels.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Classes FeatureLink ../features/hasClasses.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Booleans FeatureLink ../features/hasBooleans.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Directives FeatureLink ../features/hasDirectives.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Operator Overloading FeatureLink ../features/hasOperatorOverloading.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Function Overloading FeatureLink ../features/hasFunctionOverloading.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Macros FeatureLink ../features/hasMacros.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Anonymous Functions FeatureLink ../features/hasAnonymousFunctions.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Case Insensitive Identifiers FeatureLink ../features/hasCaseInsensitiveIdentifiers.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Multiple Inheritance FeatureLink ../features/hasMultipleInheritance.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Inheritance FeatureLink ../features/hasInheritance.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Switch Statements FeatureLink ../features/hasSwitch.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Ternary operators FeatureLink ../features/hasTernaryOperators.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Increment and decrement operators FeatureLink ../features/hasIncrementAndDecrementOperators.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Methods FeatureLink ../features/hasMethods.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Default Parameters Pattern FeatureLink ../features/hasDefaultParameters.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Destructuring FeatureLink ../features/hasDestructuring.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Sets FeatureLink ../features/hasSets.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Octals FeatureLink ../features/hasOctals.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Hexadecimals FeatureLink ../features/hasHexadecimals.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Scientific Notation FeatureLink ../features/hasScientificNotation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 01/25/2025 1363 6.8
Triton - Programming language Triton ====== Triton is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2021 by Philippe Tillet. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222021%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2021 https://pldb.io/concepts/../lists/creators.html#q=Philippe%20Tillet Philippe Tillet #330 on PLDB 4 Years Old ```Download source code: git clone https://github.com/openai/triton ``` Triton is a language and compiler for parallel programming. It aims to provide a Python-based programming environment for productively writing custom DNN compute kernels capable of running at maximal throughput on modern GPU hardware. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Triton is developed on <a href="https://github.com/openai/triton">GitHub</a> and has 12,112 stars - Early development of Triton happened in <a href="../lists/labs.html#q=OpenAI">OpenAI</a> - Triton is written in <a href="cpp.html">C++</a>, <a href="python.html">Python</a>, <a href="cmake.html">CMake</a>, <a href="markdown.html">Markdown</a>, <a href="yaml.html">YAML</a>, <a href="restructuredtext.html">reStructuredText</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="c.html">C</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="svg.html">SVG</a>, <a href="toml.html">TOML</a>, <a href="json.html">JSON</a>, <a href="html.html">HTML</a>, <a href="llvmir.html">LLVM IR</a>, <a href="make.html">Make</a> - See also: (1 related languages) <a href="numba.html">Numba</a> - Read more about Triton on the web: 1. https://openai.com/blog/triton/ 1. ```Example from the web: # This is a GPU kernel in Triton. # Different instances of this # function may run in parallel. @jit def add(X, Y, Z, N): # In Triton, each kernel instance # executes block operations on a # single thread: there is no construct # analogous to threadIdx pid = program_id(0) # block of indices idx = pid * BLOCK + arange(BLOCK) mask = idx < N # Triton uses pointer arithmetics # rather than indexing operators x = load(X + idx, mask=mask) y = load(Y + idx, mask=mask) store(Z + idx, x + y, mask=mask) ``` Built with Scroll v170.4.1 01/25/2025 476 2.4
Bicep - Json format Bicep ===== Bicep is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22jsonFormat%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">json format</a> created in 2020 by Anthony Martin. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222020%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2020 https://pldb.io/concepts/../lists/creators.html#q=Anthony%20Martin Anthony Martin #217 on PLDB 5 Years Old 3k <span title="Bicep repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/Azure/bicep ``` Bicep is a Domain Specific Language (DSL) for deploying Azure resources declaratively. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"jsonFormat"%5D%7D%5D%2C"logic"%3A"AND"%7D'>jsonFormat</a> - Bicep is developed on <a href="https://github.com/Azure/bicep">GitHub</a> and has 3,181 stars - There are at least 2,562 Bicep repos on <a href="https://github.com/search?q=language:Bicep">GitHub</a> - Early development of Bicep happened in <a href="../lists/labs.html#q=Microsoft">Microsoft</a> - Bicep compiles to <a href="arm-templates.html">ARM Templates</a> - Bicep is written in <a href="csharp.html">C#</a>, <a href="json.html">JSON</a>, <a href="typescript.html">TypeScript</a>, <a href="svg.html">SVG</a>, <a href="xml.html">XML</a>, <a href="html.html">HTML</a>, <a href="markdown.html">Markdown</a>, <a href="yaml.html">YAML</a>, <a href="javascript.html">JavaScript</a>, <a href="powershell.html">PowerShell</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="css.html">CSS</a> - The Google BigQuery Public Dataset GitHub snapshot shows 13 users using Bicep in 17 repos on <a href="https://api.github.com/search/repositories?q=language:Bicep">GitHub</a> - <a href="monaco.html">Monaco</a> <a href="https://github.com/microsoft/monaco-editor/tree/main/src/basic-languages/bicep">package</a> for syntax highlighting Bicep - Read more about Bicep on the web: 1. https://docs.microsoft.com/en-us/azure/azure-resource-manager/bicep/ 1. ```Example from the web: @minLength(3) @maxLength(11) param storagePrefix string param storageSKU string = 'Standard_LRS' param location string = resourceGroup().location var uniqueStorageName = '${storagePrefix}${uniqueString(resourceGroup().id)}' resource stg 'Microsoft.Storage/storageAccounts@2019-04-01' = { name: uniqueStorageName location: location sku: { name: storageSKU } kind: 'StorageV2' properties: { supportsHttpsTrafficOnly: true } } module webModule './webApp.bicep' = { name: 'webDeploy' params: { skuName: 'S1' location: location } } output storageEndpoint object = stg.properties.primaryEndpoints ``` ```Bicep <a href="../lists/keywords.html#q=bicep">Keywords</a> targetScope resource module param var output for in if existing ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Conditionals FeatureLink ../features/hasConditionals.html Supported <span class="hasFeature">✓</span> Example Token row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example /* A comment */ Token /* */ row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token // Built with Scroll v170.4.1 01/25/2025 604 3
Rescript - Programming language Rescript ======== Rescript is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2020 by Hongbo Zhang. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222020%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2020 https://pldb.io/concepts/../lists/creators.html#q=Hongbo%20Zhang Hongbo Zhang #91 on PLDB 5 Years Old 2k <span title="Rescript repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/rescript-lang/rescript-compiler ``` ReScript is a robustly typed language that compiles to efficient and human-readable JavaScript. It comes with a lightning fast compiler toolchain that scales to any codebase size. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Rescript is developed on <a href="https://github.com/rescript-lang/rescript-compiler">GitHub</a> and has 6,738 stars - There are at least 1,604 Rescript repos on <a href="https://github.com/search?q=language:ReScript">GitHub</a> - Rescript compiles to <a href="javascript.html">JavaScript</a> - The Google BigQuery Public Dataset GitHub snapshot shows 52 users using Rescript in 54 repos on <a href="https://api.github.com/search/repositories?q=language:ReScript">GitHub</a> - <a href="https://rescript-lang.org/">rescript-lang.org</a> was registered in 2020 - 10 PLDB concepts link to Rescript: <a href="bucklescript.html">Bucklescript</a>, <a href="catala.html">Catala</a>, <a href="cloc.html">cloc</a>, <a href="fay.html">fay</a>, <a href="git.html">Git</a>, <a href="ncl.html">NCAR Command Language</a>, <a href="nit.html">Nit</a>, <a href="smpl.html">Semantic Patch Language</a>, <a href="ucl.html">UCL</a>, <a href="zl.html">zl</a> ```Example from the web: module Button = { @react.component let make = (~count: int) => { let times = switch count { | 1 => "once" | 2 => "twice" | n => Belt.Int.toString(n) ++ " times" } let msg = "Click me " ++ times <button> {msg->React.string} </button> } } ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/r/ReScript.res'>hello-world</a>: Js.log("Hello World") ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "Hello world" Token " row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token Js.log row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token // row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 01/25/2025 566 2.8
Jakt - Programming language Jakt ==== Jakt is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2022 by Andreas Kling. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222022%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2022 https://pldb.io/concepts/../lists/creators.html#q=Andreas%20Kling Andreas Kling #349 on PLDB 3 Years Old ```Download source code: git clone https://github.com/SerenityOS/jakt ``` Jakt is a memory-safe systems programming language. It currently transpiles to C++. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Jakt is developed on <a href="https://github.com/SerenityOS/jakt">GitHub</a> and has 2,795 stars - Early development of Jakt happened in <a href="../lists/labs.html#q=https://github.com/SerenityOS/">https://github.com/SerenityOS/</a> - Jakt compiles to <a href="cpp.html">C++</a> - Jakt is written in <a href="cpp.html">C++</a>, <a href="json.html">JSON</a>, <a href="markdown.html">Markdown</a>, <a href="yaml.html">YAML</a>, <a href="typescript.html">TypeScript</a>, <a href="cmake.html">CMake</a>, <a href="python.html">Python</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="vim-script.html">Vim script</a>, <a href="javascript.html">JavaScript</a>, <a href="xml.html">XML</a>, <a href="nix.html">Nix</a>, <a href="lisp.html">Lisp</a>, <a href="lua.html">Lua</a>, <a href="dockerfile.html">Dockerfile</a> ```Example from the web: function main() { let x = ("a", 2, true) println("{}", x.1) } ``` ```Example from <a href='https://godbolt.org/'>Compiler Explorer</a>: function square(num: i32) -> i32 { return num * num } function main() { return square(num: 3) } ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/j/Jakt.jakt'>hello-world</a>: function main() { println("Hello World") } ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "Hello world" Token " row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token println Built with Scroll v170.4.1 01/25/2025 465 2.3
Bun - Virtual machine Bun === Bun is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22vm%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">virtual machine</a> created in 2021 by Jarred Sumner. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222021%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2021 https://pldb.io/concepts/../lists/creators.html#q=Jarred%20Sumner Jarred Sumner #183 on PLDB 4 Years Old ```Download source code: git clone https://github.com/oven-sh/bun ``` Bundle, transpile, install and run JavaScript & TypeScript projects — all in Bun. Bun is a new JavaScript runtime with a native bundler, transpiler, task runner and npm client built-in. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"vm"%5D%7D%5D%2C"logic"%3A"AND"%7D'>virtual machine</a> - Bun is developed on <a href="https://github.com/oven-sh/bun">GitHub</a> and has 72,307 stars - Bun is written in <a href="toml.html">TOML</a>, <a href="javascript.html">JavaScript</a>, <a href="dockerfile.html">Dockerfile</a> - <a href="https://bun.sh/">bun.sh</a> was registered in 2021 - See also: (2 related languages) <a href="deno.html">Deno</a>, <a href="v8.html">v8</a> - Read more about Bun on the web: 1. https://news.ycombinator.com/item?id=31993429 1. Built with Scroll v170.4.1 01/25/2025 314 1.6
FlowchartFun - Diagram lang FlowchartFun ============ FlowchartFun is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22diagramLang%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">diagram lang</a> created in 2021 by Rob Gordon. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222021%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2021 https://pldb.io/concepts/../lists/creators.html#q=Rob%20Gordon Rob Gordon #259 on PLDB 4 Years Old ```Download source code: git clone https://github.com/tone-row/flowchart-fun ``` flowchart.fun is a lightweight application to generate flowcharts and diagrams from text. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"diagramLang"%5D%7D%5D%2C"logic"%3A"AND"%7D'>diagramLang</a> - FlowchartFun is developed on <a href="https://github.com/tone-row/flowchart-fun">GitHub</a> and has 3,106 stars - Early development of FlowchartFun happened in <a href="../lists/labs.html#q=https://github.com/tone-row">https://github.com/tone-row</a> - FlowchartFun is written in <a href="typescript.html">TypeScript</a>, <a href="css.html">CSS</a>, <a href="svg.html">SVG</a>, <a href="json.html">JSON</a>, <a href="javascript.html">JavaScript</a>, <a href="yaml.html">YAML</a>, <a href="markdown.html">Markdown</a>, <a href="html.html">HTML</a>, <a href="xml.html">XML</a>, <a href="csv.html">CSV</a>, <a href="bourne-shell.html">Bourne shell</a> - See also: (1 related languages) <a href="dot.html">DOT</a> - 1 PLDB concepts link to FlowchartFun: <a href="workfl.html">Workfl</a> ```Example from the web: Node A goes to: Node B and: Node C goes back to: (Node A) ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="hasFeature">✓</span> Example Node A goes to: Node B Token Built with Scroll v170.4.1 01/25/2025 397 2
Haskell - Programming language Haskell ======= Haskell is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1990 by Paul Hudak and John Hughes. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221990%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1990 https://pldb.io/concepts/../lists/creators.html#q=Paul%20Hudak Paul Hudak https://pldb.io/concepts/../lists/creators.html#q=John%20Hughes John Hughes #26 on PLDB 35 Years Old 127k <span title="Haskell repos on GitHub.">Repos</span> Haskell is a standardized, general-purpose purely functional programming language, with non-strict semantics and strong static typing. It is named after logician Haskell Curry. The latest standard of Haskell is Haskell 2010. Read more on Wikipedia... https://en.wikipedia.org/wiki/Haskell_(programming_language) Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - There are at least 126,924 Haskell repos on <a href="https://github.com/search?q=language:Haskell">GitHub</a> - Early development of Haskell happened in <a href="../lists/labs.html#q=Yale University">Yale University</a> and <a href="../lists/labs.html#q=Chalmers University">Chalmers University</a> and <a href="../lists/labs.html#q=Microsoft">Microsoft</a> and <a href="../lists/labs.html#q=University of Edinburgh">University of Edinburgh</a> - The Google BigQuery Public Dataset GitHub snapshot shows 13k users using Haskell in 30k repos on <a href="https://api.github.com/search/repositories?q=language:Haskell">GitHub</a> - Check out the 311 <a href="https://www.meetup.com/topics/haskell/">Haskell meetup groups</a> on Meetup.com. - There are 7,098 <a href="https://projecteuler.net/language=Haskell">Project Euler</a> users using Haskell - In the 2021 StackOverflow <a href="https://insights.stackoverflow.com/survey">developer survey</a> Haskell programmers reported a median salary of $67,021. 2% of respondents reported using Haskell. 1,749 programmers reported using Haskell, and 3,453 said they wanted to use it - Explore Haskell snippets on <a href="http://www.rosettacode.org/wiki/Category:Haskell">Rosetta Code</a> - Haskell on HOPL https://hopl.info/showlanguage.prx?exp=1555 Haskell on HOPL - Haskell appears in the <a href="https://www.tiobe.com/tiobe-index/">TIOBE Index</a> - Haskell Ubuntu package https://packages.ubuntu.com/jammy/ghc Haskell Ubuntu package - Haskell <a href="language-server-protocol.html">LSP</a> <a href="https://github.com/haskell/haskell-ide-engine">implementation</a> - <a href="codemirror.html">CodeMirror</a> <a href="https://github.com/codemirror/codemirror5/tree/master/mode/haskell">package</a> for syntax highlighting Haskell - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/haskell.py">syntax highlighting</a> for Haskell - GitHub supports <a href="https://github.com/atom-haskell/language-haskell" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for Haskell - Haskell appears in the <a href="https://github.com/mame/quine-relay">Quine Relay</a> project - Learn <a href="https://exercism.org/tracks/haskell">Haskell on exercism.</a> - There is 1 <a href="jupyter-notebook.html">Jupyter</a> <a href="https://github.com/gibiansky/IHaskell">Kernel</a> for Haskell - There is a <a href="https://hackage.haskell.org/">central package repository</a> for Haskell - Indeed.com has 190 matches for <a href="https://www.indeed.com/jobs?q=haskell developer">"haskell developer"</a>. - <a href="https://www.haskell.org">haskell.org</a> was registered in 1996 - See also: (43 related languages) <a href="clean.html">Clean</a>, <a href="fp.html">FP</a>, <a href="hope.html">HOPE</a>, <a href="id.html">Irvine Dataflow</a>, <a href="iswim.html">ISWIM</a>, <a href="krc.html">KRC</a>, <a href="lisp.html">Lisp</a>, <a href="miranda.html">Miranda</a>, <a href="ml.html">ML</a>, <a href="standard-ml.html">Standard ML</a>, <a href="scheme.html">Scheme</a>, <a href="sisal.html">SISAL</a>, <a href="agda.html">Agda</a>, <a href="csharp.html">C#</a>, <a href="linq.html">LINQ</a>, <a href="cayenne.html">Cayenne</a>, <a href="clojure.html">Clojure</a>, <a href="coffeescript.html">CoffeeScript</a>, <a href="curry.html">Curry</a>, <a href="elm.html">Elm</a>, <a href="epigram.html">Epigram</a>, <a href="f-sharp.html">F#</a>, <a href="frege.html">Frege</a>, <a href="hack.html">Hack</a>, <a href="idris.html">Idris</a>, <a href="java.html">Java</a>, <a href="livescript.html">LiveScript</a>, <a href="mercury.html">Mercury</a>, <a href="raku.html">Raku</a>, <a href="python.html">Python</a>, <a href="rust.html">Rust</a>, <a href="scala.html">Scala</a>, <a href="swift.html">Swift</a>, <a href="visual-basic.net.html">Visual Basic .NET</a>, <a href="c.html">C</a>, <a href="c--.html">C--</a>, <a href="llvmir.html">LLVM IR</a>, <a href="opengl.html">OpenGL</a>, <a href="javascript.html">JavaScript</a>, <a href="lazyml.html">Lazy ML</a>, <a href="pandoc-app.html">Pandoc</a>, <a href="cryptol.html">Cryptol</a>, <a href="jvm.html">JVM</a> - 87 PLDB concepts link to Haskell: <a href="ace.html">Ace Editor</a>, <a href="aith.html">Aith</a>, <a href="astatine.html">Astatine</a>, <a href="asterius-compiler.html">asterius-compiler</a>, <a href="atomspace.html">atomspace</a>, <a href="attoparsec.html">attoparsec</a>, <a href="badlanguage.html">badlanguage</a>, <a href="boomerang-decompiler.html">Boomerang Decompiler</a>, <a href="bruijn.html">Bruijn</a>, <a href="carp.html">carp</a>, <a href="carth.html">carth</a>, <a href="civet.html">Civet</a>, <a href="clash.html">clash</a>, <a href="cloc.html">cloc</a>, <a href="cryptol.html">Cryptol</a>, <a href="curly.html">Curly</a>, <a href="curry.html">Curry</a>, <a href="darcs.html">Darcs Advanced Revision Control System</a>, <a href="datafun.html">datafun</a>, <a href="dex.html">dex</a>, <a href="dhall.html">Dhall</a>, <a href="differential-datalog.html">Differential Datalog</a>, <a href="edh.html">Đ</a>, <a href="egison.html">Egison</a>, <a href="elm.html">Elm</a>, <a href="encore.html">Encore</a>, <a href="enso.html">Enso</a>, <a href="expresso.html">expresso</a>, <a href="fay.html">fay</a>, <a href="felix.html">Felix</a>, <a href="flare.html">Flare</a>, <a href="forest-lang.html">forest-lang</a>, <a href="fp3.html">fp</a>, <a href="frank-lang.html">Frank</a>, <a href="fstar.html">F*</a>, <a href="futhark.html">Futhark</a>, <a href="ghc.html">GHC</a>, <a href="gren.html">Gren</a>, <a href="hakaru.html">hakaru</a>, <a href="hamler.html">hamler</a>, <a href="harlan.html">harlan</a>, <a href="haste.html">haste</a>, <a href="helium.html">helium</a>, <a href="idris.html">Idris</a>, <a href="json-lambda.html">JSON lambda</a>, <a href="juvix.html">juvix</a>, <a href="kalyn.html">Kalyn</a>, <a href="kei.html">kei</a>, <a href="keli.html">keli</a>, <a href="kima.html">kima</a>, <a href="kitlang.html">kitlang</a>, <a href="kitten.html">kitten</a>, <a href="koka.html">Koka</a>, <a href="lambcalc.html">lambcalc</a>, <a href="lamdu-editor.html">lamdu-editor</a>, <a href="lamdu.html">Lamdu</a>, <a href="lawvere.html">Lawvere</a>, <a href="ligo.html">Ligo</a>, <a href="lucid-lang.html">Lucid</a>, <a href="luna.html">Luna</a>, <a href="mal.html">mal</a>, <a href="megaparsec.html">Megaparsec</a>, <a href="mlscript.html">MLscript</a>, <a href="monte.html">monte</a>, <a href="mushroom.html">Mushroom</a>, <a href="neut.html">neut</a>, <a href="nit.html">Nit</a>, <a href="octune.html">Octune</a>, <a href="oden.html">oden</a>, <a href="pact.html">Pact</a>, <a href="pandoc-app.html">Pandoc</a>, <a href="parsec.html">Parsec</a>, <a href="particles.html">Particles</a>, <a href="plam.html">plam</a>, <a href="psyche-c.html">psyche-c</a>, <a href="purescript.html">PureScript</a>, <a href="pygments.html">Pygments</a>, <a href="reflex-framework.html">reflex-framework</a>, <a href="scrapscript.html">Scrapscript</a>, <a href="simplictiy.html">Simplicity</a>, <a href="sixten.html">sixten</a>, <a href="slab.html">Slab</a>, <a href="son.html">son</a>, <a href="topaz-lang.html">Topaz</a>, <a href="ucl.html">UCL</a>, <a href="wasp-lang.html">Wasp</a>, <a href="z-expressions.html">Z</a> ```Example from <a href='https://godbolt.org/'>Compiler Explorer</a>: module Example where sumOverArray :: [Int] -> Int sumOverArray (x:xs) = x + sumOverArray xs sumOverArray [] = 0 ``` ```Example from <a href='https://riju.codes/haskell'>Riju</a>: module Main where main :: IO () main = putStrLn "Hello, world!" ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/h/Haskell.hs'>hello-world</a>: module Main where main = putStrLn "Hello World" ``` ```Example from <a href='http://helloworldcollection.de/#Haskell'>the Hello World Collection</a>: -- Hello World in Haskell main = putStrLn "Hello World" ``` ```Example from <a href='https://github.com/atom-haskell/language-haskell'>Linguist</a>: import Data.Char main :: IO () main = do let hello = "hello world" putStrLn $ map toUpper hello ``` ```Example from <a href='https://en.wikipedia.org/wiki/Haskell_(programming_language)'>Wikipedia</a>: $ ghci Prelude> import Data.Int Prelude Data.Int> fromIntegral (32767 :: Int16) :: Int8 -1 Prelude Data.Int> fromInteger (2^64 :: Integer) :: Int32 0 ``` ```Haskell <a href="../lists/keywords.html#q=haskell">Keywords</a> ! ' '' - -< -<< -> :: ; <- , = => > ? # \* @ [|, |] \ \_ ` {, } {-, -} | ~ as case of class data family instance default deriving do forall foreign hiding if then else import infix infixl infixr let in mdo module newtype proc qualified rec type where ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Standard Library FeatureLink ../features/hasStandardLibrary.html Supported <span class="hasFeature">✓</span> Example main = putStrLn "Hello, World!" Token row Feature Binary Literals FeatureLink ../features/hasBinaryNumbers.html Supported <span class="hasFeature">✓</span> Example -- 0[bB]_*[01](_*[01])* Token row Feature Integers FeatureLink ../features/hasIntegers.html Supported <span class="hasFeature">✓</span> Example -- \d(_*\d)* Token row Feature Floats FeatureLink ../features/hasFloats.html Supported <span class="hasFeature">✓</span> Example -- 0[xX]_*[\da-fA-F](_*[\da-fA-F])*_*[pP][+-]?\d(_*\d)* Token row Feature Hexadecimals FeatureLink ../features/hasHexadecimals.html Supported <span class="hasFeature">✓</span> Example -- 0[xX]_*[\da-fA-F](_*[\da-fA-F])* Token row Feature Octals FeatureLink ../features/hasOctals.html Supported <span class="hasFeature">✓</span> Example -- 0[oO]_*[0-7](_*[0-7])* Token row Feature Conditionals FeatureLink ../features/hasConditionals.html Supported <span class="hasFeature">✓</span> Example Token row Feature Classes FeatureLink ../features/hasClasses.html Supported <span class="hasFeature">✓</span> Example Token row Feature Case Sensitivity FeatureLink ../features/isCaseSensitive.html Supported <span class="hasFeature">✓</span> Example Token row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token putStrLn row Feature Range Operator FeatureLink ../features/hasRangeOperators.html Supported <span class="hasFeature">✓</span> Example Token row Feature Function Composition FeatureLink ../features/hasFunctionComposition.html Supported <span class="hasFeature">✓</span> Example foo = f . g Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example -- A comment Token -- row Feature Type Inference FeatureLink ../features/hasTypeInference.html Supported <span class="hasFeature">✓</span> Example Token row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="hasFeature">✓</span> Example Token row Feature Operator Overloading FeatureLink ../features/hasOperatorOverloading.html Supported <span class="hasFeature">✓</span> Example Token row Feature File Imports FeatureLink ../features/hasImports.html Supported <span class="hasFeature">✓</span> Example import Data.Maybe import Mod as Foo import Mod (x,y, (+++)) import qualified Mod import Mod hiding (x,y,(+++)) import qualified Mod hiding (x,y) Token row Feature Directives FeatureLink ../features/hasDirectives.html Supported <span class="hasFeature">✓</span> Example {-# INLINE foo #-} Token row Feature Garbage Collection FeatureLink ../features/hasGarbageCollection.html Supported <span class="hasFeature">✓</span> Example Token row Feature Pattern Matching FeatureLink ../features/hasPatternMatching.html Supported <span class="hasFeature">✓</span> Example fib 0 = 1 fib 1 = 1 fib n | n >= 2 = fib (n-1) + fib (n-2) Token row Feature Zippers FeatureLink ../features/hasZippers.html Supported <span class="hasFeature">✓</span> Example -- https://wiki.haskell.org/Zipper_monad/TravelTree Token row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example Token {- -} row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example -- a single line comment {- A multiline comment which can continue for many lines -} Token row Feature Map Functions FeatureLink ../features/hasMapFunctions.html Supported <span class="hasFeature">✓</span> Example class Functor f where fmap :: (a -> b) -> f a -> f b (<$) :: a -> f b -> f a Token row Feature Monad FeatureLink ../features/hasMonads.html Supported <span class="hasFeature">✓</span> Example -- https://stackoverflow.com/questions/44965/what-is-a-monad parseExpr = parseString <|> parseNumber parseString = do char '"' x <- many (noneOf "\"") char '"' return (StringValue x) parseNumber = do num <- many1 digit return (NumberValue (read num)) Token row Feature Typed Holes FeatureLink ../features/hasTypedHoles.html Supported <span class="hasFeature">✓</span> Example -- Found hole `_' with type f (Free f b) Token row Feature Runtime Guards FeatureLink ../features/hasRunTimeGuards.html Supported <span class="hasFeature">✓</span> Example f x | x > 0 = 1 | otherwise = 0 Token row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "hello world" Token " row Feature Case Insensitive Identifiers FeatureLink ../features/hasCaseInsensitiveIdentifiers.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 01/24/2025 2336 11.7
Kotlin - Programming language Kotlin ====== Kotlin is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2011 by Andrey Breslav. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222011%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2011 https://pldb.io/concepts/../lists/creators.html#q=Andrey%20Breslav Andrey Breslav #25 on PLDB 14 Years Old 901k <span title="Kotlin repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/JetBrains/kotlin ``` Kotlin is a statically-typed programming language that runs on the Java virtual machine and also can be compiled to JavaScript source code or use the LLVM compiler infrastructure. Its primary development is from a team of JetBrains programmers based in Saint Petersburg, Russia. While the syntax is not compatible with Java, Kotlin is designed to interoperate with Java code and is reliant on Java code from the existing Java Class Library, such as the collections framework. Read more on Wikipedia... https://en.wikipedia.org/wiki/Kotlin_(programming_language) Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Kotlin is developed on <a href="https://github.com/JetBrains/kotlin">GitHub</a> and has 48,462 stars - Watch the history of <a href="https://www.youtube.com/watch?v=cbmdwDfqfv0">the Kotlin repo visualized with Gource</a> - There are at least 901,474 Kotlin repos on <a href="https://github.com/search?q=language:Kotlin">GitHub</a> - Early development of Kotlin happened in <a href="../lists/labs.html#q=JetBrains">JetBrains</a> - Kotlin is written in <a href="kotlin.html">Kotlin</a>, <a href="java.html">Java</a>, <a href="gradle.html">Gradle</a>, <a href="xml.html">XML</a>, <a href="javascript.html">JavaScript</a>, <a href="cpp.html">C++</a>, <a href="json.html">JSON</a>, <a href="markdown.html">Markdown</a>, <a href="swift.html">Swift</a>, <a href="typescript.html">TypeScript</a>, <a href="c.html">C</a>, <a href="objective-c.html">Objective-C</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="idl.html">IDL</a>, <a href="objective-cpp.html">Objective C++</a>, <a href="protobuf.html">Protocol Buffers</a>, <a href="ruby.html">Ruby</a>, <a href="bash.html">Bash</a>, <a href="groovy.html">Groovy</a>, <a href="html.html">HTML</a>, <a href="css.html">CSS</a>, <a href="yaml.html">YAML</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="diff.html">Diff</a>, <a href="python.html">Python</a>, <a href="reason.html">Reason</a>, <a href="cmake.html">CMake</a>, <a href="csv.html">CSV</a>, <a href="asciidoc.html">AsciiDoc</a>, <a href="ejs.html">EJS</a>, <a href="toml.html">TOML</a>, <a href="vtl-lang.html">Velocity Template Language</a>, <a href="puppet.html">Puppet</a>, <a href="llvmir.html">LLVM IR</a>, <a href="scala.html">Scala</a> - The Google BigQuery Public Dataset GitHub snapshot shows 6k users using Kotlin in 8k repos on <a href="https://api.github.com/search/repositories?q=language:Kotlin">GitHub</a> - Check out the 138 <a href="https://www.meetup.com/topics/kotlin/">Kotlin meetup groups</a> on Meetup.com. - There are 61,654 members in the <a href="https://reddit.com/r/Kotlin">Kotlin subreddit</a> - There are 275 <a href="https://projecteuler.net/language=Kotlin">Project Euler</a> users using Kotlin - In the 2021 StackOverflow <a href="https://insights.stackoverflow.com/survey">developer survey</a> Kotlin programmers reported a median salary of $55,071. 8% of respondents reported using Kotlin. 6,866 programmers reported using Kotlin, and 10,691 said they wanted to use it - Explore Kotlin snippets on <a href="http://www.rosettacode.org/wiki/Category:Kotlin">Rosetta Code</a> - Kotlin ranks #48 in the <a href="https://www.tiobe.com/tiobe-index/">TIOBE Index</a> - <a href="antlr.html">ANTLR</a> <a href="https://github.com/antlr/grammars-v4/tree/master/kotlin">grammar</a> for Kotlin - <a href="monaco.html">Monaco</a> <a href="https://github.com/microsoft/monaco-editor/tree/main/src/basic-languages/kotlin">package</a> for syntax highlighting Kotlin - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/jvm.py">syntax highlighting</a> for Kotlin - GitHub supports <a href="https://github.com/nishtahir/language-kotlin" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for Kotlin - Learn <a href="https://exercism.org/tracks/kotlin">Kotlin on exercism.</a> - There is 1 <a href="jupyter-notebook.html">Jupyter</a> <a href="https://github.com/ligee/kotlin-jupyter">Kernel</a> for Kotlin - Events page for Kotlin https://kotlinlang.org/community/events/ Events page for Kotlin - Indeed.com has 5,276 matches for <a href="https://www.indeed.com/jobs?q=kotlin developer">"kotlin developer"</a>. - <a href="https://kotlinlang.org">kotlinlang.org</a> was registered in 2013 - See also: (16 related languages) <a href="jvm.html">JVM</a>, <a href="java-bytecode.html">Java Bytecode</a>, <a href="javascript.html">JavaScript</a>, <a href="java.html">Java</a>, <a href="scala.html">Scala</a>, <a href="groovy.html">Groovy</a>, <a href="csharp.html">C#</a>, <a href="gosu.html">Gosu</a>, <a href="swift.html">Swift</a>, <a href="llvmir.html">LLVM IR</a>, <a href="android.html">Android</a>, <a href="pascal.html">Pascal</a>, <a href="perl.html">Perl</a>, <a href="eclipse-editor.html">Eclipse</a>, <a href="maven-pom.html">Apache Maven</a>, <a href="emacs-editor.html">Emacs</a> - Read more about Kotlin on the web: 1. 2. https://steve-yegge.blogspot.co.nz/2017/05/why-kotlin-is-better-than-whatever-dumb.html 1. https://engineering.fb.com/2022/10/24/android/android-java-kotlin-migration/ 2. - 22 PLDB concepts link to Kotlin: <a href="ace.html">Ace Editor</a>, <a href="avail.html">Avail</a>, <a href="ceu.html">Céu</a>, <a href="cloc.html">cloc</a>, <a href="flatbuffers.html">FlatBuffers</a>, <a href="flutter.html">Flutter</a>, <a href="gradle.html">Gradle</a>, <a href="kotlin.html">Kotlin</a>, <a href="ladybird.html">Ladybird</a>, <a href="lwjgl.html">LWJGL</a>, <a href="mal.html">mal</a>, <a href="melody.html">Melody</a>, <a href="moirai.html">Moirai</a>, <a href="opencv.html">OpenCV</a>, <a href="partiql.html">partiql</a>, <a href="pkl.html">Pkl</a>, <a href="project-mentat.html">Project Mentat</a>, <a href="pygments.html">Pygments</a>, <a href="python.html">Python</a>, <a href="react-native.html">React Native</a>, <a href="xtclang.html">Ecstasy</a>, <a href="yakou-lang.html">Yakou Lang</a> ```Example from <a href='https://godbolt.org/'>Compiler Explorer</a>: // Type your code here, or load an example. fun square(num: Int): Int = num * num ``` ```Example from <a href='https://riju.codes/kotlin'>Riju</a>: println("Hello, world!") ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/k/Kotlin.kt'>hello-world</a>: fun main() { println("Hello World") } ``` ```Example from <a href='http://helloworldcollection.de/#Kotlin'>the Hello World Collection</a>: // Hello world in Kotlin fun main(args : Array<String>) { println("Hello, world!") } ``` ```Example from <a href='https://github.com/nishtahir/language-kotlin'>Linguist</a>: package addressbook class Contact( val name : String, val emails : List<EmailAddress>, val addresses : List<PostalAddress>, val phonenums : List<PhoneNumber> ) class EmailAddress( val user : String, val host : String ) class PostalAddress( val streetAddress : String, val city : String, val zip : String, val state : USState?, val country : Country ) { assert {(state == null) xor (country == Countries["US"]) } } class PhoneNumber( val country : Country, val areaCode : Int, val number : Long ) object Countries { fun get(id : CountryID) : Country = countryTable[id] private var table : Map<String, Country>? = null private val countryTable : Map<String, Country> get() { if (table == null) { table = HashMap() for (line in TextFile("countries.txt").lines(stripWhiteSpace = true)) { table[line] = Country(line) } } return table } } class Country(val name : String) ``` ```Example from <a href='https://en.wikipedia.org/wiki/Kotlin_(programming_language)'>Wikipedia</a>: // returns null if... // - foo() returns null, // - or if foo() is non-null, but bar() returns null, // - or if foo() and bar() are non-null, but baz() returns null. // vice versa, return value is non-null if and only if foo(), bar() and baz() are non-null foo()?.bar()?.baz() ``` ```Kotlin <a href="../lists/keywords.html#q=kotlin">Keywords</a> as as? break class continue do else false for fun if in !in interface is !is null object package return super this throw true try typealias val var when while by catch constructor delegate dynamic field file finally get import init param property receiver set setparam where actual abstract annotation companion const crossinline data enum expect external final infix inline inner internal lateinit noinline open operator out override private protected public reified sealed suspend tailrec vararg field it + - * / % * = += -= *= /= %= ++ -- && || ! == != === !== < > <= >= [ ] !! ?. ?: :: .. : ? ->; @ ; $ _ ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Standard Library FeatureLink ../features/hasStandardLibrary.html Supported <span class="hasFeature">✓</span> Example println("Hello, World!") Token row Feature Conditionals FeatureLink ../features/hasConditionals.html Supported <span class="hasFeature">✓</span> Example Token row Feature Access Modifiers FeatureLink ../features/hasAccessModifiers.html Supported <span class="hasFeature">✓</span> Example Token row Feature Functions FeatureLink ../features/hasFunctions.html Supported <span class="hasFeature">✓</span> Example Token row Feature Exceptions FeatureLink ../features/hasExceptions.html Supported <span class="hasFeature">✓</span> Example Token row Feature Constants FeatureLink ../features/hasConstants.html Supported <span class="hasFeature">✓</span> Example Token row Feature Classes FeatureLink ../features/hasClasses.html Supported <span class="hasFeature">✓</span> Example Token row Feature While Loops FeatureLink ../features/hasWhileLoops.html Supported <span class="hasFeature">✓</span> Example Token row Feature Booleans FeatureLink ../features/hasBooleans.html Supported <span class="hasFeature">✓</span> Example Token true false row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example Token " row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example /* A comment */ Token /* */ row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token println row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token // row Feature Type Inference FeatureLink ../features/hasTypeInference.html Supported <span class="hasFeature">✓</span> Example Token row Feature Operator Overloading FeatureLink ../features/hasOperatorOverloading.html Supported <span class="hasFeature">✓</span> Example Token row Feature Interfaces FeatureLink ../features/hasInterfaces.html Supported <span class="hasFeature">✓</span> Example interface Named { val name: String } interface Person : Named { val firstName: String val lastName: String override val name: String get() = "$firstName $lastName" } Token row Feature File Imports FeatureLink ../features/hasImports.html Supported <span class="hasFeature">✓</span> Example import foo.Bar // Bar is now accessible without qualification import foo.* // everything in 'foo' becomes accessible import bar.Bar as bBar // bBar stands for 'bar.Bar' Token row Feature Ternary operators FeatureLink ../features/hasTernaryOperators.html Supported <span class="hasFeature">✓</span> Example // Since if statements are expressions println(if (true) true else false) Token row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Assignment FeatureLink ../features/hasAssignment.html Supported <span class="hasFeature">✓</span> Example table = HashMap() Token row Feature Case Insensitive Identifiers FeatureLink ../features/hasCaseInsensitiveIdentifiers.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Macros FeatureLink ../features/hasMacros.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Variable Substitution Syntax FeatureLink ../features/hasVariableSubstitutionSyntax.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 01/24/2025 2039 10.2
Scala - Programming language Scala ===== Scala is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2004 by Martin Odersky. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222004%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2004 https://pldb.io/concepts/../lists/creators.html#q=Martin%20Odersky Martin Odersky #22 on PLDB 21 Years Old 219k <span title="Scala repos on GitHub.">Repos</span> Scala ( SKAH-lah) is a general-purpose programming language providing support for functional programming and a strong static type system. Designed to be concise, many of Scala's design decisions aimed to address criticisms of Java. Scala source code is intended to be compiled to Java bytecode, so that the resulting executable code runs on a Java virtual machine. Read more on Wikipedia... https://en.wikipedia.org/wiki/Scala_(programming_language) Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - There are at least 219,084 Scala repos on <a href="https://github.com/search?q=language:Scala">GitHub</a> - Early development of Scala happened in <a href="../lists/labs.html#q=École Polytechnique Fédérale de Lausanne">École Polytechnique Fédérale de Lausanne</a> - The Google BigQuery Public Dataset GitHub snapshot shows 21k users using Scala in 35k repos on <a href="https://api.github.com/search/repositories?q=language:Scala">GitHub</a> - Check out the 624 <a href="https://www.meetup.com/topics/scala/">Scala meetup groups</a> on Meetup.com. - There are 46,218 members in the <a href="https://reddit.com/r/scala">Scala subreddit</a> - There are 1,985 <a href="https://projecteuler.net/language=Scala">Project Euler</a> users using Scala - In the 2021 StackOverflow <a href="https://insights.stackoverflow.com/survey">developer survey</a> Scala programmers reported a median salary of $77,832. 3% of respondents reported using Scala. 2,148 programmers reported using Scala, and 3,165 said they wanted to use it - Explore Scala snippets on <a href="http://www.rosettacode.org/wiki/Category:Scala">Rosetta Code</a> - Scala on HOPL https://hopl.info/showlanguage.prx?exp=6814 Scala on HOPL - Scala ranks #39 in the <a href="https://www.tiobe.com/tiobe-index/">TIOBE Index</a> - Scala Ubuntu package https://packages.ubuntu.com/jammy/scala Scala Ubuntu package - <a href="antlr.html">ANTLR</a> <a href="https://github.com/antlr/grammars-v4/tree/master/scala">grammar</a> for Scala - Scala <a href="language-server-protocol.html">LSP</a> <a href="https://github.com/scalameta/metals">implementation</a> - <a href="monaco.html">Monaco</a> <a href="https://github.com/microsoft/monaco-editor/tree/main/src/basic-languages/scala">package</a> for syntax highlighting Scala - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/jvm.py">syntax highlighting</a> for Scala - GitHub supports <a href="https://github.com/scala/vscode-scala-syntax" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for Scala - Scala appears in the <a href="https://github.com/mame/quine-relay">Quine Relay</a> project - Learn <a href="https://exercism.org/tracks/scala">Scala on exercism.</a> - PLDB has 2 <a href="jupyter-notebook.html">Jupyter</a> Kernels for Scala: <a href="https://github.com/mattpap/IScala">github.com</a>, <a href="https://github.com/alexarchambault/jupyter-scala">github.com</a> - There is a <a href="https://index.scala-lang.org/">central package repository</a> for Scala - Events page for Scala https://scala-lang.org/events/ Events page for Scala - Indeed.com has 3,679 matches for <a href="https://www.indeed.com/jobs?q=scala engineer">"scala engineer"</a>. - <a href="http://www.scala-lang.org">scala-lang.org</a> was registered in 2007 - See also: (32 related languages) <a href="jvm.html">JVM</a>, <a href="javascript.html">JavaScript</a>, <a href="llvmir.html">LLVM IR</a>, <a href="eiffel.html">Eiffel</a>, <a href="erlang.html">Erlang</a>, <a href="haskell.html">Haskell</a>, <a href="java.html">Java</a>, <a href="lisp.html">Lisp</a>, <a href="pizza.html">Pizza</a>, <a href="standard-ml.html">Standard ML</a>, <a href="ocaml.html">OCaml</a>, <a href="scheme.html">Scheme</a>, <a href="smalltalk.html">Smalltalk</a>, <a href="oz.html">Oz</a>, <a href="ceylon.html">Ceylon</a>, <a href="fantom.html">Fantom</a>, <a href="f-sharp.html">F#</a>, <a href="kotlin.html">Kotlin</a>, <a href="lasso.html">Lasso</a>, <a href="red.html">Red</a>, <a href="java-bytecode.html">Java Bytecode</a>, <a href="c.html">C</a>, <a href="android.html">Android</a>, <a href="pascal.html">Pascal</a>, <a href="csharp.html">C#</a>, <a href="python.html">Python</a>, <a href="ml.html">ML</a>, <a href="csp.html">CSP</a>, <a href="groovy.html">Groovy</a>, <a href="clojure.html">Clojure</a>, <a href="php.html">PHP</a>, <a href="ruby.html">Ruby</a> - 32 PLDB concepts link to Scala: <a href="ace.html">Ace Editor</a>, <a href="baysick.html">baysick</a>, <a href="chisel.html">chisel</a>, <a href="cloc.html">cloc</a>, <a href="effekt.html">Effekt</a>, <a href="enso.html">Enso</a>, <a href="felix.html">Felix</a>, <a href="firrtl.html">firrtl</a>, <a href="flix.html">Flix</a>, <a href="gradle.html">Gradle</a>, <a href="k-framework.html">k-framework</a>, <a href="kotlin.html">Kotlin</a>, <a href="lift.html">lift</a>, <a href="luna.html">Luna</a>, <a href="mal.html">mal</a>, <a href="mlscript.html">MLscript</a>, <a href="netlogo.html">NetLogo</a>, <a href="obsidian-lang.html">Obsidian</a>, <a href="opencv.html">OpenCV</a>, <a href="parboiled.html">parboiled</a>, <a href="parboiled2.html">parboiled2</a>, <a href="pegdown.html">pegdown</a>, <a href="pygments.html">Pygments</a>, <a href="rholang.html">Rholang</a>, <a href="scala-js.html">Scala.js</a>, <a href="spark.html">Apache Spark</a>, <a href="spatial.html">Spatial</a>, <a href="topshell.html">topshell</a>, <a href="vale.html">Vale</a>, <a href="vyxal.html">Vyxal</a>, <a href="xgboost-model.html">Xgboost</a>, <a href="xgboost.html">XGBoost</a> ```Example from <a href='https://godbolt.org/'>Compiler Explorer</a>: // Type your code here, or load an example. object Square { def square(num: Int): Int = num * num } ``` ```Example from <a href='https://riju.codes/scala'>Riju</a>: println("Hello, world!") ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/s/Scala.scala'>hello-world</a>: object HelloWorld extends App { println("Hello World") } ``` ```Example from <a href='http://helloworldcollection.de/#Scala'>the Hello World Collection</a>: // Hello world in Scala object HelloWorld extends App { println("Hello world!") } ``` ```Example from <a href='https://github.com/scala/vscode-scala-syntax'>Linguist</a>: #!/bin/sh exec scala "$0" "$@" !# object HelloWorld { def main(args: Array[String]) { println("Hello, world!") } } ``` ```Example from <a href='https://en.wikipedia.org/wiki/Scala_(programming_language)'>Wikipedia</a>: val urls = List("http://scala-lang.org", "https://github.com/scala/scala") def fromURL(url: String) = scala.io.Source.fromURL(url) .getLines().mkString("\n") val t = System.currentTimeMillis() urls.par.map(fromURL(_)) println("time: " + (System.currentTimeMillis - t) + "ms") ``` ```Scala <a href="../lists/keywords.html#q=scala">Keywords</a> abstract case catch class def do else extends false final finally for forSome if implicit import lazy match new null object override package private protected return sealed super this throw trait try true type val var while with yield ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Standard Library FeatureLink ../features/hasStandardLibrary.html Supported <span class="hasFeature">✓</span> Example println("Hello, World!") Token row Feature Conditionals FeatureLink ../features/hasConditionals.html Supported <span class="hasFeature">✓</span> Example Token row Feature Inheritance FeatureLink ../features/hasInheritance.html Supported <span class="hasFeature">✓</span> Example Token row Feature Functions FeatureLink ../features/hasFunctions.html Supported <span class="hasFeature">✓</span> Example Token row Feature Exceptions FeatureLink ../features/hasExceptions.html Supported <span class="hasFeature">✓</span> Example Token row Feature Classes FeatureLink ../features/hasClasses.html Supported <span class="hasFeature">✓</span> Example Token row Feature While Loops FeatureLink ../features/hasWhileLoops.html Supported <span class="hasFeature">✓</span> Example Token row Feature Booleans FeatureLink ../features/hasBooleans.html Supported <span class="hasFeature">✓</span> Example Token true false row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example /* A comment */ Token /* */ row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token println row Feature Message Passing FeatureLink ../features/hasMessagePassing.html Supported <span class="hasFeature">✓</span> Example Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token // row Feature Type Inference FeatureLink ../features/hasTypeInference.html Supported <span class="hasFeature">✓</span> Example Token row Feature Operator Overloading FeatureLink ../features/hasOperatorOverloading.html Supported <span class="hasFeature">✓</span> Example Token row Feature Implicit Arguments FeatureLink ../features/hasImplicitArguments.html Supported <span class="hasFeature">✓</span> Example // https://docs.scala-lang.org/tour/implicit-parameters.html abstract class Monoid[A] { def add(x: A, y: A): A def unit: A } object ImplicitTest { implicit val stringMonoid: Monoid[String] = new Monoid[String] { def add(x: String, y: String): String = x concat y def unit: String = "" } implicit val intMonoid: Monoid[Int] = new Monoid[Int] { def add(x: Int, y: Int): Int = x + y def unit: Int = 0 } def sum[A](xs: List[A])(implicit m: Monoid[A]): A = if (xs.isEmpty) m.unit else m.add(xs.head, sum(xs.tail)) def main(args: Array[String]): Unit = { println(sum(List(1, 2, 3))) // uses intMonoid implicitly println(sum(List("a", "b", "c"))) // uses stringMonoid implicitly } } Token row Feature Macros FeatureLink ../features/hasMacros.html Supported <span class="hasFeature">✓</span> Example // https://docs.scala-lang.org/scala3/guides/macros/macros.html import scala.quoted.* // imports Quotes, Expr def inspectCode(x: Expr[Any])(using Quotes): Expr[Any] = println(x.show) x Token row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Partial Application FeatureLink ../features/hasPartialApplication.html Supported <span class="hasFeature">✓</span> Example def add(x: Int, y: Int) = {x+y}; add(1, _: Int) Token row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "hello world" Token " row Feature Case Insensitive Identifiers FeatureLink ../features/hasCaseInsensitiveIdentifiers.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 01/24/2025 1879 9.4
Zig - Programming language Zig === Zig is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2015 by Andrew Kelley. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222015%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2015 https://pldb.io/concepts/../lists/creators.html#q=Andrew%20Kelley Andrew Kelley #45 on PLDB 10 Years Old 4k <span title="Zig repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/ziglang/zig ``` A programming language designed for robustness, optimality, and clarity. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Zig is developed on <a href="https://github.com/ziglang/zig">GitHub</a> and has 32,864 stars - Watch the history of <a href="https://www.youtube.com/watch?v=MQXfU5Czy64">the Zig repo visualized with Gource</a> - There are at least 3,909 Zig repos on <a href="https://github.com/search?q=language:Zig">GitHub</a> - Zig is written in <a href="zig.html">Zig</a>, <a href="c.html">C</a>, <a href="assembly-language.html">Assembly language</a>, <a href="cpp.html">C++</a>, <a href="pascal.html">Pascal</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="markdown.html">Markdown</a>, <a href="cmake.html">CMake</a>, <a href="python.html">Python</a>, <a href="yaml.html">YAML</a>, <a href="ring.html">Ring</a>, <a href="powershell.html">PowerShell</a>, <a href="json.html">JSON</a>, <a href="javascript.html">JavaScript</a>, <a href="html.html">HTML</a>, <a href="objective-c.html">Objective-C</a> - The Google BigQuery Public Dataset GitHub snapshot shows 20 users using Zig in 21 repos on <a href="https://api.github.com/search/repositories?q=language:Zig">GitHub</a> - There are 5,511 members in the <a href="https://reddit.com/r/Zig">Zig subreddit</a> - Explore Zig snippets on <a href="http://www.rosettacode.org/wiki/Category:Zig">Rosetta Code</a> - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/zig.py">syntax highlighting</a> for Zig - Learn <a href="https://exercism.org/tracks/zig">Zig on exercism.</a> - 13 PLDB concepts link to Zig: <a href="ace.html">Ace Editor</a>, <a href="bio.html">Bio</a>, <a href="bog.html">bog</a>, <a href="buzz.html">buzz</a>, <a href="cloc.html">cloc</a>, <a href="cyber.html">Cyber</a>, <a href="mal.html">mal</a>, <a href="mojo.html">Mojo</a>, <a href="pcre.html">PCRE</a>, <a href="prql.html">PRQL</a>, <a href="pygments.html">Pygments</a>, <a href="roc.html">Roc</a>, <a href="zig.html">Zig</a> ```Example from <a href='https://godbolt.org/'>Compiler Explorer</a>: // Type your code here, or load an example. export fn square(num: i32) i32 { return num * num; } ``` ```Example from <a href='https://riju.codes/zig'>Riju</a>: const std = @import("std"); pub fn main() anyerror!void { std.log.info("Hello, world!", .{}); } ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/z/Zig.zig'>hello-world</a>: const std = @import("std"); pub fn main() !void { const stdout = std.io.getStdOut().writer(); try stdout.print("Hello World", .{}); } ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Binary Literals FeatureLink ../features/hasBinaryNumbers.html Supported <span class="hasFeature">✓</span> Example Token row Feature Integers FeatureLink ../features/hasIntegers.html Supported <span class="hasFeature">✓</span> Example Token row Feature Floats FeatureLink ../features/hasFloats.html Supported <span class="hasFeature">✓</span> Example Token row Feature Hexadecimals FeatureLink ../features/hasHexadecimals.html Supported <span class="hasFeature">✓</span> Example Token row Feature Octals FeatureLink ../features/hasOctals.html Supported <span class="hasFeature">✓</span> Example Token row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "Hello world" Token " row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token std.debug.print Built with Scroll v170.4.1 01/24/2025 804 4
Lua - Programming language Lua === Lua is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1993 by Roberto Ierusalimschy. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221993%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1993 https://pldb.io/concepts/../lists/creators.html#q=Roberto%20Ierusalimschy Roberto Ierusalimschy #24 on PLDB 32 Years Old 244k <span title="Lua repos on GitHub.">Repos</span> Lua ( LOO-ə, from Portuguese: lua [ˈlu.(w)ɐ] meaning moon) is a lightweight, multi-paradigm programming language designed primarily for embedded systems and clients. Lua is cross-platform, since the interpreter is written in ANSI C, and has a relatively simple C API. Lua was originally designed in 1993 as a language for extending software applications to meet the increasing demand for customization at the time. Read more on Wikipedia... https://en.wikipedia.org/wiki/Lua_(programming_language) Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - There are at least 243,541 Lua repos on <a href="https://github.com/search?q=language:Lua">GitHub</a> - Early development of Lua happened in <a href="../lists/labs.html#q=Tecgraf">Tecgraf</a> - The Google BigQuery Public Dataset GitHub snapshot shows 23k users using Lua in 34k repos on <a href="https://api.github.com/search/repositories?q=language:Lua">GitHub</a> - Check out the 24 <a href="https://www.meetup.com/topics/lua/">Lua meetup groups</a> on Meetup.com. - There are 20,927 members in the <a href="https://reddit.com/r/lua">Lua subreddit</a> - There are 477 <a href="https://projecteuler.net/language=Lua">Project Euler</a> users using Lua - Explore Lua snippets on <a href="http://www.rosettacode.org/wiki/Category:Lua">Rosetta Code</a> - Lua on HOPL https://hopl.info/showlanguage.prx?exp=2196 Lua on HOPL - Lua ranks #30 in the <a href="https://www.tiobe.com/tiobe-index/">TIOBE Index</a> - Lua Ubuntu package https://packages.ubuntu.com/jammy/lua5.4 Lua Ubuntu package - <a href="antlr.html">ANTLR</a> <a href="https://github.com/antlr/grammars-v4/tree/master/lua">grammar</a> for Lua - Lua <a href="language-server-protocol.html">LSP</a> <a href="https://github.com/LuaLS/lua-language-server">implementation</a> - <a href="codemirror.html">CodeMirror</a> <a href="https://github.com/codemirror/codemirror5/tree/master/mode/lua">package</a> for syntax highlighting Lua - <a href="monaco.html">Monaco</a> <a href="https://github.com/microsoft/monaco-editor/tree/main/src/basic-languages/lua">package</a> for syntax highlighting Lua - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/scripting.py">syntax highlighting</a> for Lua - GitHub supports <a href="https://github.com/LuaLS/lua.tmbundle" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for Lua - Lua appears in the <a href="https://github.com/mame/quine-relay">Quine Relay</a> project - Learn <a href="https://exercism.org/tracks/lua">Lua on exercism.</a> - PLDB has 3 <a href="jupyter-notebook.html">Jupyter</a> Kernels for Lua: <a href="https://github.com/pakozm/IPyLua">github.com</a>, <a href="https://github.com/neomantra/lua_ipython_kernel">github.com</a>, <a href="https://github.com/scrapinghub/splash/tree/master/splash/kernel">github.com</a> - There is a <a href="https://luarocks.org/">central package repository</a> for Lua - Indeed.com has 736 matches for <a href="https://www.indeed.com/jobs?q=lua developer">"lua developer"</a>. - <a href="https://www.lua.org/">lua.org</a> was registered in 2000 - See also: (28 related languages) <a href="clu.html">CLU</a>, <a href="modula-2.html">Modula-2</a>, <a href="scheme.html">Scheme</a>, <a href="snobol.html">SNOBOL</a>, <a href="falcon.html">Falcon</a>, <a href="gamemonkey-script.html">GameMonkey Script</a>, <a href="io.html">Io</a>, <a href="javascript.html">JavaScript</a>, <a href="julia.html">Julia</a>, <a href="minid.html">MiniD</a>, <a href="red.html">Red</a>, <a href="ruby.html">Ruby</a>, <a href="squirrel.html">Squirrel</a>, <a href="tcl.html">Tcl</a>, <a href="lisp.html">Lisp</a>, <a href="python.html">Python</a>, <a href="modula.html">Modula</a>, <a href="awk.html">awk</a>, <a href="ada.html">Ada</a>, <a href="eiffel.html">Eiffel</a>, <a href="haskell.html">Haskell</a>, <a href="sql.html">SQL</a>, <a href="vhdl.html">VHDL</a>, <a href="self.html">Self</a>, <a href="raku.html">Raku</a>, <a href="parrot-vm.html">Parrot</a>, <a href="android.html">Android</a>, <a href="c.html">C</a> - Read more about Lua on the web: 1. http://www.lua.org/manual/5.1/manual.html#2.1 1. - 67 PLDB concepts link to Lua: <a href="ace.html">Ace Editor</a>, <a href="arrow-format.html">Apache Arrow</a>, <a href="blitzmax.html">BlitzMax</a>, <a href="bounce-lang.html">Bounce</a>, <a href="buzz.html">buzz</a>, <a href="carbon.html">Carbon</a>, <a href="cir.html">CIR</a>, <a href="circle-lang.html">circle-lang</a>, <a href="cloc.html">cloc</a>, <a href="commonmark.html">commonmark</a>, <a href="concurr.html">ConCurr</a>, <a href="cspydr.html">CSpydr</a>, <a href="cyber.html">Cyber</a>, <a href="deno.html">Deno</a>, <a href="djot.html">Djot</a>, <a href="drakon.html">DRAKON</a>, <a href="emscripten.html">Emscripten</a>, <a href="encore.html">Encore</a>, <a href="factor.html">Factor</a>, <a href="fennel.html">Fennel</a>, <a href="flatbuffers.html">FlatBuffers</a>, <a href="haxe.html">Haxe</a>, <a href="hina.html">Hina</a>, <a href="hook.html">Hook</a>, <a href="hush.html">Hush</a>, <a href="ibis.html">Ibis</a>, <a href="jakt.html">Jakt</a>, <a href="jammy.html">Jammy</a>, <a href="lean.html">Lean</a>, <a href="lil.html">Lil</a>, <a href="lily.html">Lily</a>, <a href="luajit.html">LuaJIT</a>, <a href="mal.html">mal</a>, <a href="matplotlib.html">Matplotlib</a>, <a href="micro-editor.html">micro-editor</a>, <a href="minilang.html">Minilang</a>, <a href="mongodb.html">MongoDB</a>, <a href="moonscript.html">MoonScript</a>, <a href="mun-lang.html">mun-lang</a>, <a href="mycroft.html">mycroft</a>, <a href="nelua.html">Nelua</a>, <a href="oopsilon.html">oopsilon</a>, <a href="php.html">PHP</a>, <a href="pragtical.html">Pragtical</a>, <a href="prismjs.html">Prism</a>, <a href="pygments.html">Pygments</a>, <a href="raptorjit.html">raptorjit</a>, <a href="redis.html">Redis</a>, <a href="rmarkdown.html">RMarkdown</a>, <a href="rosie.html">rosie</a>, <a href="savi.html">Savi</a>, <a href="sile.html">sile</a>, <a href="speedie.html">Speedie</a>, <a href="sporth.html">sporth</a>, <a href="tbox-lib.html">tbox-lib</a>, <a href="terra.html">Terra</a>, <a href="textadept-editor.html">Textadept</a>, <a href="titan.html">titan</a>, <a href="tl.html">Typed Lua</a>, <a href="ucl.html">UCL</a>, <a href="urweb.html">UrWeb</a>, <a href="vlc.html">VLC</a>, <a href="wasm.html">WebAssembly</a>, <a href="wax.html">Wax</a>, <a href="wonkey.html">Wonkey</a>, <a href="wren.html">Wren</a>, <a href="wu.html">Wu</a> ```Example from <a href='https://riju.codes/lua'>Riju</a>: print("Hello, world!") ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/l/Lua.lua'>hello-world</a>: print("Hello World") ``` ```Example from <a href='http://helloworldcollection.de/#Lua'>the Hello World Collection</a>: # Hello World in Lua print "Hello world" ``` ```Example from <a href='https://github.com/LuaLS/lua.tmbundle'>Linguist</a>: -- A simple counting object that increments an internal counter whenever it receives a bang at its first inlet, or changes to whatever number it receives at its second inlet. local HelloCounter = pd.Class:new():register("h-counter") function HelloCounter:initialize(sel, atoms) self.inlets = 2 self.outlets = 1 self.num = 0 return true end function HelloCounter:in_1_bang() self:outlet(1, "float", {self.num}) self.num = self.num + 1 end function HelloCounter:in_2_float(f) self.num = f end ``` ```Example from <a href='https://en.wikipedia.org/wiki/Lua_(programming_language)'>Wikipedia</a>: $ cc -o example example.c -llua $ ./example Result: 8 ``` ```Lua <a href="../lists/keywords.html#q=lua">Keywords</a> and break do else elseif end false for function goto if in local nil not or repeat return then true until while ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Standard Library FeatureLink ../features/hasStandardLibrary.html Supported <span class="hasFeature">✓</span> Example print("Hello, World!") Token row Feature Constants FeatureLink ../features/hasConstants.html Supported <span class="hasFeature">✓</span> Example pi <const> = 3.14159 Token row Feature Lists FeatureLink ../features/hasLists.html Supported <span class="hasFeature">✓</span> Example myList = {1, 2, 3} Token row Feature Bitwise Operators FeatureLink ../features/hasBitWiseOperators.html Supported <span class="hasFeature">✓</span> Example & | ~ << >> ~ Token row Feature Hexadecimals FeatureLink ../features/hasHexadecimals.html Supported <span class="hasFeature">✓</span> Example -- 0[xX][0-9a-fA-F]+ (integer) -- 0[xX][0-9a-fA-F]*\.[0-9a-fA-F]+([pP][+-]?[0-9]+)? (float) 0x5F3759DF 0x0.1D 0xA23p-4 0X1.921FB54442D18P+1 Token row Feature Integers FeatureLink ../features/hasIntegers.html Supported <span class="hasFeature">✓</span> Example 80766866 Token row Feature Floats FeatureLink ../features/hasFloats.html Supported <span class="hasFeature">✓</span> Example -- [0-9]*\.[0-9]+([eE][+-]?[0-9]+)? -- (decimal float) -- 0[xX][0-9a-fA-F]*\.[0-9a-fA-F]+([pP][+-]?[0-9]+)? -- (hex float) Token row Feature Scientific Notation FeatureLink ../features/hasScientificNotation.html Supported <span class="hasFeature">✓</span> Example 1E2 .12345E+6 1.e+0 0x15e-2 0x2.p10 0X.8p-0 0x1.Fp+0 0x1fffp-16 0x1p-2 Token row Feature Conditionals FeatureLink ../features/hasConditionals.html Supported <span class="hasFeature">✓</span> Example if true then print("true") end Token row Feature Functions FeatureLink ../features/hasFunctions.html Supported <span class="hasFeature">✓</span> Example function myFunction() print("hello") end Token row Feature While Loops FeatureLink ../features/hasWhileLoops.html Supported <span class="hasFeature">✓</span> Example while true do print("hello") end Token row Feature Booleans FeatureLink ../features/hasBooleans.html Supported <span class="hasFeature">✓</span> Example true false Token true false row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "Hello world" Token " row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example print("hello world") Token print row Feature Maps FeatureLink ../features/hasMaps.html Supported <span class="hasFeature">✓</span> Example myMap = { key = "value", [35] = 35, } Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example -- A comment Token -- row Feature Operator Overloading FeatureLink ../features/hasOperatorOverloading.html Supported <span class="hasFeature">✓</span> Example Token row Feature Assignment FeatureLink ../features/hasAssignment.html Supported <span class="hasFeature">✓</span> Example Token row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example --[[ A comment. --]] Token --[[ --]] row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Case Insensitive Identifiers FeatureLink ../features/hasCaseInsensitiveIdentifiers.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Octals FeatureLink ../features/hasOctals.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 01/24/2025 2006 10
Go - Programming language Go == Go is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2009 by Rob Pike and Ken Thompson and Robert Griesemer. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222009%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2009 https://pldb.io/concepts/../lists/creators.html#q=Rob%20Pike Rob Pike https://pldb.io/concepts/../lists/creators.html#q=Ken%20Thompson Ken Thompson https://pldb.io/concepts/../lists/creators.html#q=Robert%20Griesemer Robert Griesemer #11 on PLDB 16 Years Old 1m <span title="Go repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/golang/go ``` Go (often referred to as golang) is a programming language created at Google in 2009 by Robert Griesemer, Rob Pike, and Ken Thompson. It is a compiled, statically typed language in the tradition of Algol and C, with garbage collection, limited structural typing, memory safety features and CSP-style concurrent programming features added. The compiler and other language tools originally developed by Google are all free and open source.. Read more on Wikipedia... https://en.wikipedia.org/wiki/Go_(programming_language) Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Go is developed on <a href="https://github.com/golang/go">GitHub</a> and has 121,611 stars - Watch the history of <a href="https://www.youtube.com/watch?v=2FwdgwMMCv4">the Go repo visualized with Gource</a> - There are at least 1,083,789 Go repos on <a href="https://github.com/search?q=language:Go">GitHub</a> - Early development of Go happened in <a href="../lists/labs.html#q=Google">Google</a> - Go is written in <a href="go.html">Go</a>, <a href="assembly-language.html">Assembly language</a>, <a href="c.html">C</a>, <a href="markdown.html">Markdown</a>, <a href="json.html">JSON</a>, <a href="bash.html">Bash</a>, <a href="html.html">HTML</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="javascript.html">JavaScript</a>, <a href="perl.html">Perl</a>, <a href="yaml.html">YAML</a>, <a href="make.html">Make</a>, <a href="css.html">CSS</a>, <a href="logos.html">Logos</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="cpp.html">C++</a>, <a href="fortran-90.html">Fortran 90</a>, <a href="csv.html">CSV</a>, <a href="python.html">Python</a>, <a href="objective-c.html">Objective-C</a>, <a href="awk.html">awk</a>, <a href="matlab.html">MATLAB</a> - The Google BigQuery Public Dataset GitHub snapshot shows 45k users using Go in 91k repos on <a href="https://api.github.com/search/repositories?q=language:Go">GitHub</a> - Check out the 315 <a href="https://www.meetup.com/topics/golang/">Go meetup groups</a> on Meetup.com. - There are 1,768 <a href="https://projecteuler.net/language=Go">Project Euler</a> users using Go - In the 2021 StackOverflow <a href="https://insights.stackoverflow.com/survey">developer survey</a> Go programmers reported a median salary of $75,669. 9% of respondents reported using Go. 7,879 programmers reported using Go, and 15,788 said they wanted to use it - Explore Go snippets on <a href="http://www.rosettacode.org/wiki/Category:Go">Rosetta Code</a> - Go is supported by the <a href="https://www.sourceware.org/gdb/">GDB</a> - Go ranks #14 in the <a href="https://www.tiobe.com/tiobe-index/">TIOBE Index</a> - Go Ubuntu package https://packages.ubuntu.com/jammy/golang Go Ubuntu package - <a href="antlr.html">ANTLR</a> <a href="https://github.com/antlr/grammars-v4/tree/master/golang">grammar</a> for Go - Go <a href="language-server-protocol.html">LSP</a> <a href="https://github.com/sourcegraph/go-langserver">implementation</a> - <a href="codemirror.html">CodeMirror</a> <a href="https://github.com/codemirror/codemirror5/tree/master/mode/go">package</a> for syntax highlighting Go - <a href="monaco.html">Monaco</a> <a href="https://github.com/microsoft/monaco-editor/tree/main/src/basic-languages/go">package</a> for syntax highlighting Go - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/go.py">syntax highlighting</a> for Go - GitHub supports <a href="https://github.com/AlanQuatermain/go-tmbundle" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for Go - Go appears in the <a href="https://github.com/mame/quine-relay">Quine Relay</a> project - Learn <a href="https://exercism.org/tracks/go">Go on exercism.</a> - PLDB has 4 <a href="jupyter-notebook.html">Jupyter</a> Kernels for Go: <a href="https://github.com/yunabe/lgo">github.com</a>, <a href="https://github.com/takluyver/igo">github.com</a>, <a href="https://github.com/fabian-z/gopherlab">github.com</a>, <a href="https://github.com/gopherdata/gophernotes">github.com</a> - Indeed.com has 1,284 matches for <a href="https://www.indeed.com/jobs?q=go engineer">"go engineer"</a>. - See also: (33 related languages) <a href="assembly-language.html">Assembly language</a>, <a href="linux.html">Linux</a>, <a href="freebsd.html">FreeBSD</a>, <a href="solaris.html">Solaris</a>, <a href="alef.html">ALEF</a>, <a href="apl.html">APL</a>, <a href="bcpl.html">BCPL</a>, <a href="c.html">C</a>, <a href="csp.html">CSP</a>, <a href="limbo.html">Limbo</a>, <a href="modula.html">Modula</a>, <a href="newsqueak.html">Newsqueak</a>, <a href="oberon.html">Oberon</a>, <a href="occam.html">Occam</a>, <a href="pascal.html">Pascal</a>, <a href="python.html">Python</a>, <a href="smalltalk.html">Smalltalk</a>, <a href="crystal.html">Crystal</a>, <a href="algol.html">Algol</a>, <a href="unix.html">Unix</a>, <a href="java.html">Java</a>, <a href="utf-8.html">UTF-8</a>, <a href="csharp.html">C#</a>, <a href="rust.html">Rust</a>, <a href="erlang.html">Erlang</a>, <a href="chapel.html">Chapel</a>, <a href="cilk.html">CIL</a>, <a href="mongodb.html">MongoDB</a>, <a href="standard-ml.html">Standard ML</a>, <a href="cobol.html">COBOL</a>, <a href="fortran.html">Fortran</a>, <a href="scala.html">Scala</a>, <a href="dart.html">Dart</a> - 88 PLDB concepts link to Go: <a href="abs.html">abs</a>, <a href="ace.html">Ace Editor</a>, <a href="ale.html">a Lisp Environment</a>, <a href="ante-esolang.html">Ante</a>, <a href="aretext.html">aretext</a>, <a href="ark-lang.html">Ark</a>, <a href="arrow-format.html">Apache Arrow</a>, <a href="battlestar.html">Battlestar</a>, <a href="bebasic.html">BeBasic</a>, <a href="blacklight.html">Blacklight</a>, <a href="borgo.html">Borgo</a>, <a href="cir.html">CIR</a>, <a href="clay.html">clay</a>, <a href="cloc.html">cloc</a>, <a href="comby.html">comby</a>, <a href="cuelang.html">Cue</a>, <a href="cyber.html">Cyber</a>, <a href="dafny.html">Dafny</a>, <a href="dasel.html">Dasel</a>, <a href="ddp.html">DDP</a>, <a href="dgraph.html">dgraph</a>, <a href="differential-datalog.html">Differential Datalog</a>, <a href="drakon.html">DRAKON</a>, <a href="elvish.html">Elvish</a>, <a href="eyg.html">EYG</a>, <a href="flatbuffers.html">FlatBuffers</a>, <a href="fo.html">fo</a>, <a href="fql.html">Foundation Query Language</a>, <a href="frundis.html">Frundis</a>, <a href="funl.html">funl</a>, <a href="g-fu.html">g-fu</a>, <a href="gcc.html">GCC</a>, <a href="gentee.html">gentee</a>, <a href="gfoo.html">gfoo</a>, <a href="git.html">Git</a>, <a href="go.html">Go</a>, <a href="goal.html">Goal</a>, <a href="gogs-editor.html">gogs-editor</a>, <a href="gridstudio-editor.html">gridstudio-editor</a>, <a href="h-lang.html">h</a>, <a href="hcl.html">HCL</a>, <a href="hera.html">Hera</a>, <a href="hhvm.html">HHVM</a>, <a href="hujson.html">HuJSON</a>, <a href="ink-lang.html">ink-lang</a>, <a href="ivy.html">ivy</a>, <a href="jayfor.html">jayfor</a>, <a href="jql.html">JSON Query Language</a>, <a href="json-with-comments.html">JSON with Comments</a>, <a href="jule.html">Jule</a>, <a href="ko.html">ko</a>, <a href="ktyek.html">ktye/k</a>, <a href="kubernetes.html">Kubernetes</a>, <a href="m3db.html">m3db</a>, <a href="mal.html">mal</a>, <a href="mangle.html">Mangle</a>, <a href="mgmt.html">mgmt</a>, <a href="micro-editor.html">micro-editor</a>, <a href="moonbit.html">MoonBit</a>, <a href="multiaddr.html">multiaddr</a>, <a href="nit.html">Nit</a>, <a href="nomad.html">Nomad</a>, <a href="noms-db.html">noms-db</a>, <a href="observable-framework.html">Observable Framework</a>, <a href="oden.html">oden</a>, <a href="ok.html">OK</a>, <a href="olc.html">Open Location Code</a>, <a href="orange.html">orange</a>, <a href="pipefish.html">Pipefish</a>, <a href="please-build.html">Please Build</a>, <a href="prometheus.html">PROMETHEUS</a>, <a href="pygments.html">Pygments</a>, <a href="qoir.html">QOIR</a>, <a href="rye.html">Rye</a>, <a href="simple-binary-encoding.html">Simple Binary Encoding</a>, <a href="slope.html">Slope</a>, <a href="smc.html">SMC</a>, <a href="snowball-programming-language.html">Snowball</a>, <a href="tawa.html">Tawa</a>, <a href="tensorflow.html">TensorFlow</a>, <a href="testml.html">TestML</a>, <a href="tmtp.html">TMTP</a>, <a href="touch.html">Touch</a>, <a href="v.html">V</a>, <a href="vsxu.html">VSXu</a>, <a href="wa.html">Wa-lang</a>, <a href="wing.html">Wing</a>, <a href="yggdrasil.html">Yggdrasil</a> ```Example from <a href='https://godbolt.org/'>Compiler Explorer</a>: // Type your code here, or load an example. // Your function name should start with a capital letter. package main func Square(x int) int { return x * x } func main() {} ``` ```Example from <a href='https://riju.codes/go'>Riju</a>: package main import "fmt" func main() { fmt.Println("Hello, world!") } ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/g/Go.go'>hello-world</a>: package main import "fmt" func main() { fmt.Println("Hello World") } ``` ```Example from <a href='http://helloworldcollection.de/#Go'>the Hello World Collection</a>: // Hello world in Go package main import "fmt" func main() { fmt.Printf("Hello World\n") } ``` ```Example from <a href='https://github.com/AlanQuatermain/go-tmbundle'>Linguist</a>: // Autogenerated by Thrift Compiler (1.0.0-dev) // DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING package linguist import ( "bytes" "fmt" "git.apache.org/thrift.git/lib/go/thrift" ) // (needed to ensure safety because of naive import list construction.) var _ = thrift.ZERO var _ = fmt.Printf var _ = bytes.Equal func init() { } ``` ```Example from <a href='https://en.wikipedia.org/wiki/Go_(programming_language)'>Wikipedia</a>: package main import ( "fmt" "time" ) func readword(ch chan string) { fmt.Println("Type a word, then hit Enter.") var word string fmt.Scanf("%s", &word) ch <- word } func timeout(t chan bool) { time.Sleep(5 * time.Second) t <- true } func main() { t := make(chan bool) go timeout(t) ch := make(chan string) go readword(ch) select { case word := <-ch: fmt.Println("Received", word) case <-t: fmt.Println("Timeout.") } } ``` ```Go <a href="../lists/keywords.html#q=go">Keywords</a> break case chan const continue default defer else fallthrough for func go goto if import interface map package range return select struct switch type var ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Standard Library FeatureLink ../features/hasStandardLibrary.html Supported <span class="hasFeature">✓</span> Example fmt.Println("Hello, World!") Token row Feature Floats FeatureLink ../features/hasFloats.html Supported <span class="hasFeature">✓</span> Example // \d+(\.\d+[eE][+\-]?\d+|\.\d*|[eE][+\-]?\d+) Token row Feature Hexadecimals FeatureLink ../features/hasHexadecimals.html Supported <span class="hasFeature">✓</span> Example // 0[xX][0-9a-fA-F]+ Token row Feature Octals FeatureLink ../features/hasOctals.html Supported <span class="hasFeature">✓</span> Example // 0[0-7]+ Token row Feature Conditionals FeatureLink ../features/hasConditionals.html Supported <span class="hasFeature">✓</span> Example Token row Feature Switch Statements FeatureLink ../features/hasSwitch.html Supported <span class="hasFeature">✓</span> Example Token row Feature Constants FeatureLink ../features/hasConstants.html Supported <span class="hasFeature">✓</span> Example Token row Feature Case Sensitivity FeatureLink ../features/isCaseSensitive.html Supported <span class="hasFeature">✓</span> Example Token row Feature Assignment FeatureLink ../features/hasAssignment.html Supported <span class="hasFeature">✓</span> Example Token = row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token fmt.Println row Feature Message Passing FeatureLink ../features/hasMessagePassing.html Supported <span class="hasFeature">✓</span> Example Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token // row Feature Variadic Functions FeatureLink ../features/hasVariadicFunctions.html Supported <span class="hasFeature">✓</span> Example // This variadic function takes an arbitrary number of ints as arguments. func sum(nums ...int) { fmt.Print("The sum of ", nums) // Also a variadic function. total := 0 for _, num := range nums { total += num } fmt.Println(" is", total) // Also a variadic function. } Token row Feature Type Inference FeatureLink ../features/hasTypeInference.html Supported <span class="hasFeature">✓</span> Example Token row Feature Lists FeatureLink ../features/hasLists.html Supported <span class="hasFeature">✓</span> Example myList := []int{1, 2, 3} Token row Feature File Imports FeatureLink ../features/hasImports.html Supported <span class="hasFeature">✓</span> Example import ( "fmt" "math" ) import . "fmt" import _ "io" import log "github.com/foo/bar" import m "math" Token row Feature Increment and decrement operators FeatureLink ../features/hasIncrementAndDecrementOperators.html Supported <span class="hasFeature">✓</span> Example i := 0 i++ i-- Token row Feature Integers FeatureLink ../features/hasIntegers.html Supported <span class="hasFeature">✓</span> Example i, j := 42, 2701 Token row Feature Booleans FeatureLink ../features/hasBooleans.html Supported <span class="hasFeature">✓</span> Example c := true Token row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example /* A comment */ Token /* */ row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token row Feature Pointers FeatureLink ../features/hasPointers.html Supported <span class="hasFeature">✓</span> Example package main import "fmt" func main() { i, j := 42, 2701 p := &i // point to i fmt.Println(*p) // read i through the pointer *p = 21 // set i through the pointer fmt.Println(i) // see the new value of i p = &j // point to j *p = *p / 37 // divide j through the pointer fmt.Println(j) // see the new value of j } Token row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "hello world" Token " row Feature Case Insensitive Identifiers FeatureLink ../features/hasCaseInsensitiveIdentifiers.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Operator Overloading FeatureLink ../features/hasOperatorOverloading.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 01/24/2025 2630 13.2
Fennel - Programming language Fennel ====== Fennel is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2016 by Calvin Rose. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222016%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2016 https://pldb.io/concepts/../lists/creators.html#q=Calvin%20Rose Calvin Rose #132 on PLDB 9 Years Old 207 <span title="Fennel repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/bakpakin/fennel ``` Lua Lisp Language - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"lisp"%5D%7D%5D%2C"logic"%3A"AND"%7D'>lisp</a> - Fennel is developed on <a href="https://github.com/bakpakin/fennel">GitHub</a> and has 2,369 stars - There are at least 207 Fennel repos on <a href="https://github.com/search?q=language:Fennel">GitHub</a> - Early development of Fennel happened in <a href="../lists/labs.html#q=https://lists.sr.ht/%7Etechnomancy/fennel">https://lists.sr.ht/%7Etechnomancy/fennel</a> - Fennel is written in <a href="fennel.html">Fennel</a>, <a href="markdown.html">Markdown</a>, <a href="lua.html">Lua</a>, <a href="yaml.html">YAML</a>, <a href="make.html">Make</a>, <a href="diff.html">Diff</a>, <a href="bourne-shell.html">Bourne shell</a> - The Google BigQuery Public Dataset GitHub snapshot shows 12 users using Fennel in 12 repos on <a href="https://api.github.com/search/repositories?q=language:Fennel">GitHub</a> - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/lisp.py">syntax highlighting</a> for Fennel - <a href="https://fennel-lang.org/">fennel-lang.org</a> was registered in 2018 - 5 PLDB concepts link to Fennel: <a href="cloc.html">cloc</a>, <a href="fennel.html">Fennel</a>, <a href="funl.html">funl</a>, <a href="mal.html">mal</a>, <a href="pygments.html">Pygments</a> ```Example from the web: ;; Sample: read the state of the keyboard and move the player accordingly (local dirs {:up [0 -1] :down [0 1] :left [-1 0] :right [1 0]}) (each [key delta (pairs dirs)] (when (love.keyboard.isDown key) (let [[dx dy] delta [px py] player x (+ px (* dx player.speed dt)) y (+ py (* dy player.speed dt))] (: world :move player x y)))) ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/f/Fennel.fnl'>hello-world</a>: (print "Hello World") ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Integers FeatureLink ../features/hasIntegers.html Supported <span class="hasFeature">✓</span> Example ; -?\d+ Token row Feature Floats FeatureLink ../features/hasFloats.html Supported <span class="hasFeature">✓</span> Example ; -?\d+\.\d+ Token row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "Hello world" Token " row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token print row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example ; A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example ; A comment Token ; row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 01/19/2025 672 3.4
Dale - Programming language Dale ==== Dale is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2013 by tomhrr. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222013%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2013 https://pldb.io/concepts/../lists/creators.html#q=tomhrr tomhrr #478 on PLDB 12 Years Old ```Download source code: git clone https://github.com/tomhrr/dale/ ``` Lisp-flavoured C - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"lisp"%5D%7D%5D%2C"logic"%3A"AND"%7D'>lisp</a> - Dale is developed on <a href="https://github.com/tomhrr/dale/">GitHub</a> and has 1,024 stars - Dale is written in <a href="diet.html">DIET</a>, <a href="perl.html">Perl</a>, <a href="cpp.html">C++</a>, <a href="markdown.html">Markdown</a>, <a href="yaml.html">YAML</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="cmake.html">CMake</a>, <a href="vim-script.html">Vim script</a>, <a href="dockerfile.html">Dockerfile</a> Language <a href="../lists/features.html">features</a> ====================================================== row Feature References FeatureLink ../features/hasReferences.html Supported <span class="hasFeature">✓</span> Example Token row Feature Constructors FeatureLink ../features/hasConstructors.html Supported <span class="hasFeature">✓</span> Example Token row Feature Namespaces FeatureLink ../features/hasNamespaces.html Supported <span class="hasFeature">✓</span> Example Token row Feature Function Overloading FeatureLink ../features/hasFunctionOverloading.html Supported <span class="hasFeature">✓</span> Example Token row Feature Manual Memory Management FeatureLink ../features/hasManualMemoryManagement.html Supported <span class="hasFeature">✓</span> Example Token row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Bitwise Operators FeatureLink ../features/hasBitWiseOperators.html Supported <span class="hasFeature">✓</span> Example Token row Feature Pointers FeatureLink ../features/hasPointers.html Supported <span class="hasFeature">✓</span> Example Token row Feature File Imports FeatureLink ../features/hasImports.html Supported <span class="hasFeature">✓</span> Example Token row Feature Garbage Collection FeatureLink ../features/hasGarbageCollection.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 01/18/2025 474 2.4
pie-lang - Programming language pie-lang ======== pie-lang is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2018 by David Christiansen. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222018%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2018 https://pldb.io/concepts/../lists/creators.html#q=David%20Christiansen David Christiansen #874 on PLDB 7 Years Old ```Download source code: git clone https://github.com/the-little-typer/pie ``` Pie: A Little Language with Dependent Types. Pie is a Racket language, requiring Racket version 6.5 or newer. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"lisp"%5D%7D%5D%2C"logic"%3A"AND"%7D'>lisp</a> - pie-lang is developed on <a href="https://github.com/the-little-typer/pie">GitHub</a> and has 685 stars - Early development of pie-lang happened in <a href="../lists/labs.html#q=https://github.com/the-little-typer">https://github.com/the-little-typer</a> - pie-lang is written in <a href="racket.html">Racket</a>, <a href="yaml.html">YAML</a>, <a href="markdown.html">Markdown</a> - <a href="http://thelittletyper.com/">thelittletyper.com</a> was registered in 2017 Built with Scroll v170.4.1 01/18/2025 345 1.7
Sibilant - Programming language Sibilant ======== Sibilant is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2010 by Jacob Rothstein. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222010%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2010 https://pldb.io/concepts/../lists/creators.html#q=Jacob%20Rothstein Jacob Rothstein #956 on PLDB 15 Years Old ```Download source code: git clone https://github.com/jbr/sibilant ``` Just another compile-to-js LISP-like language - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"lisp"%5D%7D%5D%2C"logic"%3A"AND"%7D'>lisp</a> - Sibilant is developed on <a href="https://github.com/jbr/sibilant">GitHub</a> and has 384 stars - Early development of Sibilant happened in <a href="../lists/labs.html#q=https://github.com/jbr/sibilant/issues">https://github.com/jbr/sibilant/issues</a> - Sibilant is written in <a href="javascript.html">JavaScript</a>, <a href="markdown.html">Markdown</a>, <a href="yaml.html">YAML</a>, <a href="json.html">JSON</a>, <a href="html.html">HTML</a>, <a href="scss.html">SCSS</a>, <a href="css.html">CSS</a> ```Sibilant <a href="../lists/keywords.html#q=sibilant">Keywords</a> assign def do each if lambda pipe set this var when ``` Built with Scroll v170.4.1 01/18/2025 356 1.8
Nu - Programming language Nu == Nu is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2007 by Tim Burks. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222007%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2007 https://pldb.io/concepts/../lists/creators.html#q=Tim%20Burks Tim Burks #865 on PLDB 18 Years Old 215 <span title="Nu repos on GitHub.">Repos</span> Nu is an interpreted object-oriented programming language, with a Lisp-like syntax, created by Tim Burks as an alternative scripting language to program OS X through its Cocoa application programming interface (API). Implementations also exist for iPhone and Linux. The language was first announced at C4, a conference for indie Mac developers held in August 2007.. Read more on Wikipedia... https://en.wikipedia.org/wiki/Nu_(programming_language) Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"lisp"%5D%7D%5D%2C"logic"%3A"AND"%7D'>lisp</a> - There are at least 215 Nu repos on <a href="https://github.com/search?q=language:Nu">GitHub</a> - Early development of Nu happened in <a href="../lists/labs.html#q=https://github.com/programming-nu">https://github.com/programming-nu</a> - The Google BigQuery Public Dataset GitHub snapshot shows 331 users using Nu in 375 repos on <a href="https://api.github.com/search/repositories?q=language:Nu">GitHub</a> - GitHub supports <a href="https://github.com/jsallis/nu.tmbundle" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for Nu - See also: (6 related languages) <a href="x86-isa.html">X86</a>, <a href="lisp.html">Lisp</a>, <a href="objective-c.html">Objective-C</a>, <a href="ruby.html">Ruby</a>, <a href="linux.html">Linux</a>, <a href="f-script.html">F-Script</a> ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/n/Nu.nu'>hello-world</a>: (puts "Hello World") ``` ```Example from <a href='https://github.com/jsallis/nu.tmbundle'>Linguist</a>: #!/usr/bin/env nush (puts "Hello") ``` ```Example from <a href='https://en.wikipedia.org/wiki/Nu_(programming_language)'>Wikipedia</a>: (unless @prefix (set @prefix "#{((((NSProcessInfo processInfo) arguments) 0) dirName)}..")) (unless @icon_files (set @icon_files (array "#{@prefix}/share/nu/resources/nu.icns"))) ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "Hello world" Token " row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token puts Built with Scroll v170.4.1 01/18/2025 574 2.9
Phel - Programming language Phel ==== Phel is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2020 by Jens Haase. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222020%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2020 https://pldb.io/concepts/../lists/creators.html#q=Jens%20Haase Jens Haase #780 on PLDB 5 Years Old ```Download source code: git clone https://github.com/phel-lang/phel-lang ``` Phel is a functional programming language that transpiles to PHP. A Lisp dialect inspired by Clojure and Janet. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"lisp"%5D%7D%5D%2C"logic"%3A"AND"%7D'>lisp</a> - Phel is developed on <a href="https://github.com/phel-lang/phel-lang">GitHub</a> and has 413 stars - Early development of Phel happened in <a href="../lists/labs.html#q=https://github.com/phel-lang">https://github.com/phel-lang</a> - Phel compiles to <a href="php.html">PHP</a> - Phel is written in <a href="php.html">PHP</a>, <a href="markdown.html">Markdown</a>, <a href="json.html">JSON</a>, <a href="yaml.html">YAML</a>, <a href="svg.html">SVG</a>, <a href="xml.html">XML</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="dockerfile.html">Dockerfile</a> - <a href="https://phel-lang.org/">phel-lang.org</a> was registered in 2020 ```Example from the web: (ns hello-world\boot) (println "Hello, World!") ``` Built with Scroll v170.4.1 01/18/2025 391 2
Lux - Programming language Lux === Lux is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2014 by Eduardo Julián. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222014%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2014 https://pldb.io/concepts/../lists/creators.html#q=Eduardo%20Juli%C3%A1n Eduardo Julián #705 on PLDB 11 Years Old ```Download source code: git clone https://github.com/LuxLang/lux/ ``` The Lux Programming Language - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"lisp"%5D%7D%5D%2C"logic"%3A"AND"%7D'>lisp</a> - Lux is developed on <a href="https://github.com/LuxLang/lux/">GitHub</a> and has 1,666 stars - Early development of Lux happened in <a href="../lists/labs.html#q=https://github.com/LuxLang">https://github.com/LuxLang</a> - Lux compiles to <a href="javascript.html">JavaScript</a> or <a href="java.html">Java</a> or <a href="php.html">PHP</a> or <a href="python.html">Python</a> or <a href="r.html">R</a> or <a href="ruby.html">Ruby</a> or <a href="scheme.html">Scheme</a> - Lux is written in <a href="markdown.html">Markdown</a>, <a href="clojure.html">Clojure</a>, <a href="yaml.html">YAML</a>, <a href="svg.html">SVG</a>, <a href="lisp.html">Lisp</a>, <a href="bourne-shell.html">Bourne shell</a> Built with Scroll v170.4.1 01/18/2025 379 1.9
ferret - Programming language ferret ====== ferret is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2017 by Nurullah Akkaya. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222017%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2017 https://pldb.io/concepts/../lists/creators.html#q=Nurullah%20Akkaya Nurullah Akkaya #697 on PLDB 8 Years Old ```Download source code: git clone https://github.com/nakkaya/ferret ``` Ferret is a free software lisp implementation for real time embedded control systems. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"lisp"%5D%7D%5D%2C"logic"%3A"AND"%7D'>lisp</a> - ferret is developed on <a href="https://github.com/nakkaya/ferret">GitHub</a> and has 1,068 stars - Early development of ferret happened in <a href="../lists/labs.html#q=Near East University">Near East University</a> - ferret is written in <a href="yaml.html">YAML</a>, <a href="make.html">Make</a>, <a href="markdown.html">Markdown</a> - <a href="http://ferret-lang.org">ferret-lang.org</a> was registered in 2017 ```Example from the web: ;;; lazy-sum.clj (defn positive-numbers ([] (positive-numbers 1)) ([n] (cons n (lazy-seq (positive-numbers (inc n)))))) (println (->> (positive-numbers) (take 5) (apply +))) ``` HackerNews discussions of ferret ================================ title|titleLink|date|score|comments Ferret – A free software Clojure implementation|https://news.ycombinator.com/item?id=14951116|08/07/2017|266|79 Built with Scroll v170.4.1 01/18/2025 382 1.9
Hackett - Programming language Hackett ======= Hackett is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2017 by Alexis King. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222017%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2017 https://pldb.io/concepts/../lists/creators.html#q=Alexis%20King Alexis King #682 on PLDB 8 Years Old ```Download source code: git clone https://github.com/lexi-lambda/hackett ``` Hackett is an attempt to implement a Haskell-like language with support for Racket’s macro system, built using the techniques described in the paper Type Systems as Macros. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"lisp"%5D%7D%5D%2C"logic"%3A"AND"%7D'>lisp</a> - Hackett is developed on <a href="https://github.com/lexi-lambda/hackett">GitHub</a> and has 1,159 stars - Early development of Hackett happened in <a href="../lists/labs.html#q=https://github.com/lexi-lambda/hackett/issues">https://github.com/lexi-lambda/hackett/issues</a> - Hackett is written in <a href="racket.html">Racket</a>, <a href="markdown.html">Markdown</a>, <a href="yaml.html">YAML</a>, <a href="css.html">CSS</a>, <a href="bourne-shell.html">Bourne shell</a> ```Example from the web: #lang hackett (data (Maybe a) Nothing (Just a)) (def x : Integer (let ([y 3] [z 7]) {y + z})) (class (Show a) [show : {a -> String}]) (instance (forall [a] (Show a) => (Show (Maybe a))) [show (λ* [[(Just x)] {"(Just " ++ (show x) ++ ")"}] [[Nothing ] "Nothing"])]) ``` Built with Scroll v170.4.1 01/18/2025 405 2
LFE - Programming language LFE === LFE, aka Lisp Flavored Erlang, is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2008 by Robert Virding. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222008%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2008 https://pldb.io/concepts/../lists/creators.html#q=Robert%20Virding Robert Virding #492 on PLDB 17 Years Old 51 <span title="LFE repos on GitHub.">Repos</span> Lisp Flavored Erlang (LFE) is a functional, concurrent, general-purpose programming language and Lisp dialect built on top of Core Erlang and the Erlang Virtual Machine (BEAM). LFE builds on top of Erlang in order to provide a Lisp syntax for writing distributed, fault-tolerant, soft real-time, non-stop applications. LFE also extends Erlang to support meta-programming with Lisp macros and an improved developer experience with a feature-rich REPL. Read more on Wikipedia... https://en.wikipedia.org/wiki/LFE_(programming_language) Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"lisp"%5D%7D%5D%2C"logic"%3A"AND"%7D'>lisp</a> - There are at least 51 LFE repos on <a href="https://github.com/search?q=language:LFE">GitHub</a> - Early development of LFE happened in <a href="../lists/labs.html#q=https://github.com/lfe">https://github.com/lfe</a> - The Google BigQuery Public Dataset GitHub snapshot shows 14 users using LFE in 15 repos on <a href="https://api.github.com/search/repositories?q=language:LFE">GitHub</a> - Explore LFE snippets on <a href="http://www.rosettacode.org/wiki/Category:LFE">Rosetta Code</a> - GitHub supports <a href="https://github.com/textmate/lisp.tmbundle" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for LFE - Learn <a href="https://exercism.org/tracks/lfe">LFE on exercism.</a> - Indeed.com has 0 matches for <a href="https://www.indeed.com/jobs?q=lfe developer">"lfe developer"</a>. - See also: (6 related languages) <a href="erlang.html">Erlang</a>, <a href="common-lisp.html">Common Lisp</a>, <a href="scheme.html">Scheme</a>, <a href="elixir.html">Elixir</a>, <a href="hy.html">Hy</a>, <a href="lisp.html">Lisp</a> - Read more about LFE on the web: 1. https://lfe.io/ 1. - 1 PLDB concepts link to LFE: <a href="cloc.html">cloc</a> ```Example from <a href='https://github.com/textmate/lisp.tmbundle'>Linguist</a>: ;; Copyright (c) 2013 Duncan McGreggor <oubiwann@cogitat.io> ;; ;; Licensed under the Apache License, Version 2.0 (the "License"); ;; you may not use this file except in compliance with the License. ;; You may obtain a copy of the License at ;; ;; http://www.apache.org/licenses/LICENSE-2.0 ;; ;; Unless required by applicable law or agreed to in writing, software ;; distributed under the License is distributed on an "AS IS" BASIS, ;; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ;; See the License for the specific language governing permissions and ;; limitations under the License. ;; File : church.lfe ;; Author : Duncan McGreggor ;; Purpose : Demonstrating church numerals from the lambda calculus ;; The code below was used to create the section of the user guide here: ;; http://lfe.github.io/user-guide/recursion/5.html ;; ;; Here is some example usage: ;; ;; > (slurp '"church.lfe") ;; #(ok church) ;; > (zero) ;; #Fun<lfe_eval.10.53503600> ;; > (church->int1 (zero)) ;; 0 ;; > (church->int1 (three)) ;; 3 ;; > (church->int1 (five)) ;; 5 ;; > (church->int2 #'five/0) ;; 5 ;; > (church->int2 (lambda () (get-church 25))) ;; 25 (defmodule church (export all)) (defun zero () (lambda (s) (lambda (x) x))) (defun one () (lambda (s) (lambda (x) (funcall s x)))) (defun two () (lambda (s) (lambda (x) (funcall s (funcall s x))))) (defun three () (lambda (s) (lambda (x) (funcall s (funcall s (funcall s x)))))) (defun four () (lambda (s) (lambda (x) (funcall s (funcall s (funcall s (funcall s x))))))) (defun five () (get-church 5)) (defun int-successor (n) (+ n 1)) (defun church->int1 (church-numeral) " Converts a called church numeral to an integer, e.g.: > (church->int1 (five)) " (funcall (funcall church-numeral #'int-successor/1) 0)) (defun church->int2 (church-numeral) " Converts a non-called church numeral to an integer, e.g.: > (church->int2 #'five/0) " (funcall (funcall (funcall church-numeral) #'int-successor/1) 0)) (defun church-successor (church-numeral) (lambda (s) (lambda (x) (funcall s (funcall (funcall church-numeral s) x))))) (defun get-church (church-numeral count limit) (cond ((== count limit) church-numeral) ((/= count limit) (get-church (church-successor church-numeral) (+ 1 count) limit)))) (defun get-church (integer) (get-church (zero) 0 integer)) ``` ```Example from <a href='https://en.wikipedia.org/wiki/LFE_(programming_language)'>Wikipedia</a>: (defun parse-args (flag) "Given one or more command-line arguments, extract the passed values. For example, if the following was passed via the command line: $ erl -my-flag my-value-1 -my-flag my-value-2 One could then extract it in an LFE program by calling this function: (let ((args (parse-args 'my-flag))) ... ) In this example, the value assigned to the arg variable would be a list containing the values my-value-1 and my-value-2." (let ((`#(ok ,data) (init:get_argument flag))) (lists:merge data))) (defun get-pages () "With no argument, assume 'url parameter was passed via command line." (let ((urls (parse-args 'url))) (get-pages urls))) (defun get-pages (urls) "Start inets and make (potentially many) HTTP requests." (inets:start) (plists:map (lambda (x) (get-page x)) urls)) (defun get-page (url) "Make a single HTTP request." (let* ((method 'get) (headers '()) (request-data `#(,url ,headers)) (http-options ()) (request-options '(#(sync false)))) (httpc:request method request-data http-options request-options) (receive (`#(http #(,request-id #(error ,reason))) (io:format "Error: ~p~n" `(,reason))) (`#(http #(,request-id ,result)) (io:format "Result: ~p~n" `(,result)))))) ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example ; A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example ; A comment Token ; row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 01/18/2025 1207 6
wisp - Programming language wisp ==== wisp is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2012 by Santosh Rajan and Irakli Gozalishvili and LeXofLeviafan and Chris McCormick. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222012%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2012 https://pldb.io/concepts/../lists/creators.html#q=Santosh%20Rajan Santosh Rajan https://pldb.io/concepts/../lists/creators.html#q=Irakli%20Gozalishvili Irakli Gozalishvili https://pldb.io/concepts/../lists/creators.html#q=LeXofLeviafan LeXofLeviafan https://pldb.io/concepts/../lists/creators.html#q=Chris%20McCormick Chris McCormick #353 on PLDB 13 Years Old 30 <span title="wisp repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/Gozala/wisp ``` A little Clojure-like LISP in JavaScript - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"lisp"%5D%7D%5D%2C"logic"%3A"AND"%7D'>lisp</a> - wisp is developed on <a href="https://github.com/Gozala/wisp">GitHub</a> and has 983 stars - There are at least 30 wisp repos on <a href="https://github.com/search?q=language:wisp">GitHub</a> - wisp is written in <a href="markdown.html">Markdown</a>, <a href="json.html">JSON</a>, <a href="make.html">Make</a>, <a href="yaml.html">YAML</a>, <a href="javascript.html">JavaScript</a> - The Google BigQuery Public Dataset GitHub snapshot shows 17 users using wisp in 23 repos on <a href="https://api.github.com/search/repositories?q=language:wisp">GitHub</a> - GitHub supports <a href="https://github.com/atom/language-clojure" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for wisp ```Example from the web: (alert "Hello world!") ``` ```Example from <a href='https://github.com/atom/language-clojure'>Linguist</a>: ;; # wisp ; Wisp is homoiconic JS dialect with a clojure syntax, s-expressions and ; macros. Wisp code compiles to a human readable javascript, which is one ; of they key differences from clojurescript. ;; ## wisp data structures ;; 1. nil - is just like js undefined with a differenc that it's ;; not something can be defined. In fact it's just a shortcut for ;; void(0) in JS. nil ;; => void(0) ;; 2. Booleans - Wisp booleans true / false are JS booleans true ;; => true ;; 3. Numbers - Wisp numbers are JS numbers 1 ;; => 1 ;; 4. Strings - Wisp strings are JS Strings "Hello world" ;; Wisp strings can be multiline "Hello, My name is wisp!" ;; 5. Characters - Characters are sugar for JS single char strings \a ;; => "a" ;; 6. Keywords - Keywords are symbolic identifiers that evaluate to ;; themselves. :keyword ;; => "keyword" ;; Since in JS string constats fulfill this purpose of symbolic ;; identifiers, keywords compile to equivalent JS strings. (window.addEventListener :load handler false) ;; Keywords can be invoked as functions, that desugars to plain ;; associated value access in JS (:bar foo) ;; => foo["bar"] ;; 7. Vectors - Wisp vectors are JS arrays. [ 1 2 3 4 ] ;; Note: Commas are white space & can be used if desired [ 1, 2, 3, 4] ;; 8. Maps - Maps are hash maps, plain JS objects. Note that unlike ;; in clojure keys can not be of arbitary types. { "foo" bar :beep-bop "bop" 1 2 } ;; Commas are optional but can come handy for separating key value ;; pairs. { a 1, b 2 } ;; In a future JSONs syntax may be made compatible with map syntax. ;; 9. Lists - You can't have a lisp without lists! Wisp has lists too. ;; Wisp is homoiconic and it's code is made up of lists representing ;; expressions. The first item in the expression is a function, being ;; invoked with rest items as arguments. (foo bar baz) ; => foo(bar, baz); ;; # Conventions ;; Wisp puts a lot of effort in making naming conventions tra ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Booleans FeatureLink ../features/hasBooleans.html Supported <span class="hasFeature">✓</span> Example Token true false row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "Hello world" Token " row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example ; A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example ; A comment Token ; row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="hasFeature">✓</span> Example Token Built with Scroll v170.4.1 01/18/2025 872 4.4
Hy - Programming language Hy == Hy is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2013 by Paul Tagliamonte. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222013%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2013 https://pldb.io/concepts/../lists/creators.html#q=Paul%20Tagliamonte Paul Tagliamonte #150 on PLDB 12 Years Old 398 <span title="Hy repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/hylang/hy ``` Hy (alternately, Hylang) is a programming language, a dialect of the language Lisp designed to interact with the language Python by translating expressions into Python's abstract syntax tree (AST). Hy was introduced at Python Conference (PyCon) 2013 by Paul Tagliamonte.Similar to Kawa's and Clojure's mapping of s-expressions onto the Java virtual machine (JVM), Hy is meant to operate as a transparent Lisp front end to Python's abstract syntax. Lisp allows operating on code as data (metaprogramming). Read more on Wikipedia... https://en.wikipedia.org/wiki/Hy_(programming_language) Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"lisp"%5D%7D%5D%2C"logic"%3A"AND"%7D'>lisp</a> - Hy is developed on <a href="https://github.com/hylang/hy">GitHub</a> and has 4,818 stars - There are at least 398 Hy repos on <a href="https://github.com/search?q=language:Hy">GitHub</a> - Early development of Hy happened in <a href="../lists/labs.html#q=https://github.com/hylang">https://github.com/hylang</a> - Hy is written in <a href="python.html">Python</a>, <a href="restructuredtext.html">reStructuredText</a>, <a href="svg.html">SVG</a>, <a href="yaml.html">YAML</a>, <a href="markdown.html">Markdown</a>, <a href="css.html">CSS</a>, <a href="dockerfile.html">Dockerfile</a> - The Google BigQuery Public Dataset GitHub snapshot shows 154 users using Hy in 180 repos on <a href="https://api.github.com/search/repositories?q=language:Hy">GitHub</a> - Explore Hy snippets on <a href="http://www.rosettacode.org/wiki/Category:Hy">Rosetta Code</a> - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/lisp.py">syntax highlighting</a> for Hy - GitHub supports <a href="https://github.com/Slowki/hy.tmLanguage.git" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for Hy - PLDB has 2 <a href="jupyter-notebook.html">Jupyter</a> Kernels for Hy: <a href="https://github.com/bollwyvl/hy_kernel/">github.com</a>, <a href="https://github.com/Calysto/calysto_hy">github.com</a> - <a href="http://hylang.org/">hylang.org</a> was registered in 2013 - See also: (5 related languages) <a href="lisp.html">Lisp</a>, <a href="ia-32.html">IA-32</a>, <a href="clojure.html">Clojure</a>, <a href="python.html">Python</a>, <a href="jvm.html">JVM</a> ```Example from the web: (+ "Hyllo " "World" "!") ``` ```Example from <a href='https://riju.codes/hy'>Riju</a>: (print "Hello, world!") ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/h/Hy.hy'>hello-world</a>: (print "Hello World") ``` ```Example from <a href='https://github.com/Slowki/hy.tmLanguage.git'>Linguist</a>: ;; Fibonacci example in Hy. (defn fib [n] (if (<= n 2) n (+ (fib (- n 1)) (fib (- n 2))))) (if (= __name__ "__main__") (for [x [1 2 3 4 5 6 7 8]] (print (fib x)))) ``` ```Example from <a href='https://en.wikipedia.org/wiki/Hy_(programming_language)'>Wikipedia</a>: => (print "Hy!") Hy! => (defn salutationsnm [name] (print (+ "Hy " name "!"))) => (salutationsnm "YourName") Hy YourName! ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Integers FeatureLink ../features/hasIntegers.html Supported <span class="hasFeature">✓</span> Example ; -?\d+ Token row Feature Floats FeatureLink ../features/hasFloats.html Supported <span class="hasFeature">✓</span> Example ; -?\d+\.\d+ Token row Feature Hexadecimals FeatureLink ../features/hasHexadecimals.html Supported <span class="hasFeature">✓</span> Example ; 0[xX][a-fA-F0-9]+ Token row Feature Octals FeatureLink ../features/hasOctals.html Supported <span class="hasFeature">✓</span> Example ; 0[0-7]+j? Token row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "Hello world" Token " row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token print row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example ; A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example ; A comment Token ; row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 01/18/2025 938 4.7
NewLisp - Programming language NewLisp ======= NewLisp is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1991 by Lutz Mueller. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221991%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1991 https://pldb.io/concepts/../lists/creators.html#q=Lutz%20Mueller Lutz Mueller #474 on PLDB 34 Years Old 476 <span title="NewLisp repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/kosh04/newlisp ``` newLISP is an open source scripting language in the Lisp family of programming languages developed by Lutz Mueller and released under the GNU General Public License.. Read more on Wikipedia... https://en.wikipedia.org/wiki/NewLISP Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"lisp"%5D%7D%5D%2C"logic"%3A"AND"%7D'>lisp</a> - NewLisp is developed on <a href="https://github.com/kosh04/newlisp">GitHub</a> and has 94 stars - There are at least 476 NewLisp repos on <a href="https://github.com/search?q=language:NewLisp">GitHub</a> - Early development of NewLisp happened in <a href="../lists/labs.html#q=http://kosh.sdf.org">http://kosh.sdf.org</a> - NewLisp is written in <a href="lisp.html">Lisp</a>, <a href="c.html">C</a>, <a href="html.html">HTML</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="make.html">Make</a>, <a href="yaml.html">YAML</a>, <a href="vim-script.html">Vim script</a>, <a href="css.html">CSS</a>, <a href="markdown.html">Markdown</a>, <a href="xml.html">XML</a> - The Google BigQuery Public Dataset GitHub snapshot shows 774 users using NewLisp in 812 repos on <a href="https://api.github.com/search/repositories?q=language:NewLisp">GitHub</a> - There are 1 <a href="https://projecteuler.net/language=newLISP">Project Euler</a> users using NewLisp - Explore NewLisp snippets on <a href="http://www.rosettacode.org/wiki/Category:NewLISP">Rosetta Code</a> - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/lisp.py">syntax highlighting</a> for NewLisp - GitHub supports <a href="https://github.com/textmate/lisp.tmbundle" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for NewLisp - <a href="http://www.newlisp.org/">newlisp.org</a> was registered in 1999 - See also: (17 related languages) <a href="lisp.html">Lisp</a>, <a href="common-lisp.html">Common Lisp</a>, <a href="scheme.html">Scheme</a>, <a href="pascal.html">Pascal</a>, <a href="c.html">C</a>, <a href="tcl.html">Tcl</a>, <a href="s-expressions.html">S-expressions</a>, <a href="xml.html">XML</a>, <a href="utf-8.html">UTF-8</a>, <a href="tcp.html">TCP</a>, <a href="udp.html">UDP</a>, <a href="linux.html">Linux</a>, <a href="solaris.html">Solaris</a>, <a href="sqlite.html">SQLite</a>, <a href="smtp.html">SMTP</a>, <a href="ftp.html">FTP</a>, <a href="opengl.html">OpenGL</a> ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/n/NewLISP.lsp'>hello-world</a>: #!/usr/bin/newlisp (print "Hello World\n") (exit) ``` ```Example from <a href='https://github.com/textmate/lisp.tmbundle'>Linguist</a>: #!/usr/bin/env newlisp (constant 'NUM 8) (define (intersects? q1 q2) (or (= (q1 0) (q2 0)) (= (q1 1) (q2 1)) (= (abs (- (q1 0) (q2 0))) (abs (- (q1 1) (q2 1)))))) (define (variant? alist) (set 'logic nil) (cond ((= (length alist) 1) true) ((> (length alist) 1) (while (> (length alist) 1) (set 'q (pop alist -1)) (dolist (el alist) (push (intersects? (list q (inc (length alist))) (list el (+ 1 $idx))) logic -1))) (not (apply or logic))))) (define (fork-by-line alist) (let (res '()) (dolist (i (sequence 1 NUM)) (set 'tmp alist) (push i tmp -1) (setf res (push tmp res -1))) res)) (define (find-variants num) (let (res '()) (cond ((< num 1) (begin (println "num < 1") (exit))) ((= num 1) (dolist (i (sequence 1 NUM)) (push (list i) res -1))) ((> num 1) (dolist (v (find-variants (dec num))) (set 'passed (filter variant? (fork-by-line v))) (if (not (empty? passed)) (extend res passed))))) res)) (set 'solutions (find-variants NUM)) (println (length solutions)) ;;(exit) ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token print row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 01/18/2025 934 4.7
ClojureScript - Programming language ClojureScript ============= ClojureScript is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2011 by Rich Hickey. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222011%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2011 https://pldb.io/concepts/../lists/creators.html#q=Rich%20Hickey Rich Hickey #73 on PLDB 14 Years Old ```Download source code: git clone https://github.com/clojure/clojurescript ``` Clojure to JS compiler - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"lisp"%5D%7D%5D%2C"logic"%3A"AND"%7D'>lisp</a> - ClojureScript is developed on <a href="https://github.com/clojure/clojurescript">GitHub</a> and has 9,204 stars - Early development of ClojureScript happened in <a href="../lists/labs.html#q=https://github.com/clojure">https://github.com/clojure</a> - ClojureScript compiles to <a href="javascript.html">JavaScript</a> - ClojureScript is written in <a href="clojurescript.html">ClojureScript</a>, <a href="clojure.html">Clojure</a>, <a href="javascript.html">JavaScript</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="html.html">HTML</a>, <a href="markdown.html">Markdown</a>, <a href="bash.html">Bash</a>, <a href="yaml.html">YAML</a>, <a href="xml.html">XML</a>, <a href="css.html">CSS</a>, <a href="powershell.html">PowerShell</a>, <a href="json.html">JSON</a>, <a href="svg.html">SVG</a> - <a href="http://clojure.com/blog/2011/07/22/introducing-clojurescript.html">First announcement of</a> ClojureScript - There are 2,985 members in the <a href="https://reddit.com/r/Clojurescript">ClojureScript subreddit</a> - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/jvm.py">syntax highlighting</a> for ClojureScript - <a href="https://clojurescript.org/">clojurescript.org</a> was registered in 2011 - 5 PLDB concepts link to ClojureScript: <a href="clojurescript.html">ClojureScript</a>, <a href="datascript.html">datascript</a>, <a href="mal.html">mal</a>, <a href="pygments.html">Pygments</a>, <a href="reason.html">Reason</a> ```Example from <a href='https://riju.codes/clojurescript'>Riju</a>: (println "Hello, world!") ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Garbage Collection FeatureLink ../features/hasGarbageCollection.html Supported <span class="hasFeature">✓</span> Example Token row Feature Dynamic Typing FeatureLink ../features/hasDynamicTyping.html Supported <span class="hasFeature">✓</span> Example Token row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Integers FeatureLink ../features/hasIntegers.html Supported <span class="hasFeature">✓</span> Example Token row Feature Floats FeatureLink ../features/hasFloats.html Supported <span class="hasFeature">✓</span> Example Token row Feature Hexadecimals FeatureLink ../features/hasHexadecimals.html Supported <span class="hasFeature">✓</span> Example Token row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token println Built with Scroll v170.4.1 01/18/2025 624 3.1
lispyscript - Programming language lispyscript =========== lispyscript is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2012 by Santosh Rajan. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222012%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2012 https://pldb.io/concepts/../lists/creators.html#q=Santosh%20Rajan Santosh Rajan #575 on PLDB 13 Years Old ```Download source code: git clone https://github.com/santoshrajan/lispyscript ``` A javascript With Lispy Syntax And Macros! - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"lisp"%5D%7D%5D%2C"logic"%3A"AND"%7D'>lisp</a> - lispyscript is developed on <a href="https://github.com/santoshrajan/lispyscript">GitHub</a> and has 572 stars - Early development of lispyscript happened in <a href="../lists/labs.html#q=https://github.com/santoshrajan/lispyscript/issues">https://github.com/santoshrajan/lispyscript/issues</a> - lispyscript is written in <a href="javascript.html">JavaScript</a>, <a href="markdown.html">Markdown</a>, <a href="json.html">JSON</a>, <a href="css.html">CSS</a>, <a href="html.html">HTML</a>, <a href="make.html">Make</a>, <a href="yaml.html">YAML</a>, <a href="coffeescript.html">CoffeeScript</a> - <a href="http://lispyscript.com">lispyscript.com</a> was registered in 2021 - Read more about lispyscript on the web: 1. http://web.archive.org/web/20180123072250/http://lispyscript.com/ 1. ```Example from the web: ;; test with and without the "./" ;;(var k (require "square.ls")) ;;(var k (require "./square.ls")) ;; or test .ls files requiring .js files: ;;(var k (require "square.js")) ;;(var k (require "./square.js")) ;; or test omitting .ls extensions: (var k (require "square")) ;;(var k (require "./square")) (console.log (k 10)) ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example ; A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example ; A comment Token ; row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 01/18/2025 494 2.5
chrysaLisp - Programming language chrysaLisp ========== chrysaLisp is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2015 by Chris Hinsley. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222015%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2015 https://pldb.io/concepts/../lists/creators.html#q=Chris%20Hinsley Chris Hinsley #935 on PLDB 10 Years Old ```Download source code: git clone https://github.com/vygr/ChrysaLisp ``` Parallel OS, with GUI, Terminal, OO Assembler, Class libraries, C-Script compiler, Lisp interpreter and more... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"lisp"%5D%7D%5D%2C"logic"%3A"AND"%7D'>lisp</a> - chrysaLisp is developed on <a href="https://github.com/vygr/ChrysaLisp">GitHub</a> and has 1,608 stars - Early development of chrysaLisp happened in <a href="../lists/labs.html#q=Tao Group">Tao Group</a> - chrysaLisp is written in <a href="markdown.html">Markdown</a>, <a href="lisp.html">Lisp</a>, <a href="pascal.html">Pascal</a>, <a href="svg.html">SVG</a>, <a href="powershell.html">PowerShell</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="cpp.html">C++</a>, <a href="c.html">C</a>, <a href="php.html">PHP</a>, <a href="make.html">Make</a> ```Example from the web: ;imports (import 'sys/lisp.inc) (import 'class/lisp.inc) (import 'gui/lisp.inc) (structure 'event 0 (byte 'win_close 'win_min 'win_max 'win_button)) (ui-tree window (create-window (+ window_flag_close window_flag_min window_flag_max)) nil (ui-element _ (create-flow) ('flow_flags (logior flow_flag_down flow_flag_fillw flow_flag_lasth)) (ui-element display (create-label) ('text "0" 'color argb_white 'flow_flags flow_flag_align_hright 'font (create-font "fonts/OpenSans-Regular.ttf" 24))) (ui-element _ (create-grid) ('grid_width 4 'grid_height 4 'color toolbar_col 'font (create-font "fonts/OpenSans-Regular.ttf" 42)) (each (lambda (text) (component-connect (ui-element _ (create-button) ('text (if (eql text "C") "AC" text))) event_win_button)) "789/456*123-0=C+")))) (gui-add (apply view-change (cat (list window 920 48) (view-pref-size (window-set-title (window-connect-close (window-connect-min (window-connect-max window event_win_max) event_win_min) event_win_close) "Calculator"))))) (defun do_lastop () (cond ((eql lastop "+") (setq accum (+ accum num))) ((eql lastop "-") (setq accum (- accum num))) ((eql lastop "*") (setq accum (* accum num))) ((eql lastop "/") (if (/= num 0) (setq accum (/ accum num))))) accum) (defq id t accum 0 value 0 num 0 lastop nil) (while id (cond ((>= (setq id (get-long (defq msg (mail-read (task-mailbox))) ev_msg_target_id)) event_win_button) (defq op (get (view-find-id window (get-long msg ev_msg_action_source_id)) 'text)) (cond ((eql op "AC") (setq accum 0 value 0 num 0 lastop nil)) ((find op "=+-/*") (if lastop (setq value (do_lastop)) (setq value num accum num)) (setq lastop op num 0)) (t (cond ((= num 0) (unless (eql op "0")) (setq num (to-num op))) (t (setq num (to-num (cat (str num) op))))) (setq value num))) (set display 'text (str value)) (view-dirty (view-layout display))) ((= id event_win_close) ;close button (setq id nil)) ((= id event_win_min) ;min button (bind '(x y _ _) (view-get-bounds window)) (bind '(w h) (view-pref-size window)) (view-change-dirty window x y w h)) ((= id event_win_max) ;max button (bind '(x y _ _) (view-get-bounds window)) (view-change-dirty window x y 512 512)) (t (view-event window msg)))) (view-hide window) ``` Built with Scroll v170.4.1 01/18/2025 741 3.7
CHICKEN - Programming language CHICKEN ======= CHICKEN is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2000 by Felix Winkelmann. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222000%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2000 https://pldb.io/concepts/../lists/creators.html#q=Felix%20Winkelmann Felix Winkelmann #768 on PLDB 25 Years Old ```Download source code: git clone https://code.call-cc.org/git/chicken-core.git ``` Chicken (stylized as CHICKEN) is a programming language, specifically a compiler and interpreter which implement a dialect of the programming language Scheme, and which compiles Scheme source code to standard C. It is mostly R5RS compliant and offers many extensions to the standard. The newer R7RS standard is supported through an extension library. Read more on Wikipedia... https://en.wikipedia.org/wiki/CHICKEN_(Scheme_implementation) Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"compiler"%5D%7D%5D%2C"logic"%3A"AND"%7D'>compiler</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"lisp"%5D%7D%5D%2C"logic"%3A"AND"%7D'>lisp</a> - CHICKEN is an implementation of <a href="scheme.html">Scheme</a> - Early development of CHICKEN happened in <a href="../lists/labs.html#q=The Chicken Team">The Chicken Team</a> - CHICKEN is written in <a href="scheme.html">Scheme</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="c.html">C</a>, <a href="lisp.html">Lisp</a>, <a href="tex.html">Tex</a>, <a href="make.html">Make</a>, <a href="tcl.html">Tcl</a>, <a href="css.html">CSS</a>, <a href="html.html">HTML</a> - CHICKEN on HOPL https://hopl.info/showlanguage.prx?exp=8676 CHICKEN on HOPL - See also: (5 related languages) <a href="scheme.html">Scheme</a>, <a href="linux.html">Linux</a>, <a href="ios.html">iOS</a>, <a href="android.html">Android</a>, <a href="stalin.html">Stalin</a> - 1 PLDB concepts link to CHICKEN: <a href="queue.html">Queue</a> ```Example from the web: A glimpse of CHICKEN ;;; hello-world.scm (print "Hello, world!") ;;; Running it interpreted: $ csi -s hello-world.scm Hello, world! ;;; Compiling and running the executable binary: $ csc hello-world.scm $ ./hello-world Hello, world! ``` Built with Scroll v170.4.1 01/18/2025 544 2.7
Djot - Text markup language Djot ==== Djot is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22textMarkup%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">text markup language</a> created in 2022 by John MacFarlane. https://pldb.io/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222022%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2022 https://pldb.io/../lists/creators.html#q=John%20MacFarlane John MacFarlane #350 on PLDB 3 Years Old ```Download source code: git clone https://github.com/jgm/djot ``` A light markup language - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"textMarkup"%5D%7D%5D%2C"logic"%3A"AND"%7D'>text markup language</a> - Djot is developed on <a href="https://github.com/jgm/djot">GitHub</a> and has 1,631 stars - Early development of Djot happened in <a href="../lists/labs.html#q=https://github.com/jgm/djot/issues">https://github.com/jgm/djot/issues</a> - <a href="commonmark.html">commonmark</a> influenced the design of Djot - Djot is written in <a href="markdown.html">Markdown</a>, <a href="html.html">HTML</a>, <a href="vim-script.html">Vim script</a>, <a href="make.html">Make</a>, <a href="css.html">CSS</a>, <a href="lua.html">Lua</a>, <a href="yaml.html">YAML</a> - Read more about Djot on the web: 1. https://htmlpreview.github.io/?https://github.com/jgm/djot/blob/master/doc/syntax.html 1. ```Example from the web: _italic_ *bold* `code` H~2~O 20^th^ {=highlighted=} {+underlined+} {-strikethrough-} imported /root/pldb.io/code/conceptPage.scroll exists true original ../code/conceptPage.scroll lines 22 ``` p = mv` $`E = K + U` Start a new paragraph with a blank line. > A blockquote {% look like this and can span multiple lines %} Horizontal lines: ================= *** --- Verbatim blocks: ``` $ tree . ├── aa │ └── foo.txt ├── bb │ └── bar.txt └── c.png ``` ```myLang func say-hello(nm) { print("hello ${nm}!"); } ``` Links: <https://example.com> [read more](https://example.com) [read this too][foo bar] [one more link][] ![beautiful skyline](clouds.jpg) ![coastal shores][shore] ![lush forests][] [shore]: the-beach.jpg [lush forests]: pines.jpg Tables ====== | Name | Size | Color | | --- | --- | --- | | lime | small | green | | orange | medium | orange | | grapefruit | large | yellow or pink | Built with Scroll v170.4.1 01/13/2025 457 2.3
PLANIT - Programming language PLANIT ====== PLANIT is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1967. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221967%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1967 #4394 on PLDB 58 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Early development of PLANIT happened in <a href="../lists/labs.html#q=Purdue University">Purdue University</a> - PLANIT on HOPL https://hopl.info/showlanguage.prx?exp=296 PLANIT on HOPL - Read more about PLANIT on Semantic Scholar: 1. https://semanticscholar.org/paper/727178f186186866e862cb909374646efd3384e6 1. Built with Scroll v170.4.1 01/09/2025 217 1.1
Cairo - Programming language Cairo ===== Cairo is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2022. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222022%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2022 #713 on PLDB 3 Years Old ```Download source code: git clone https://github.com/starkware-libs/cairo ``` The Rust-inspired language that makes it easy to build scalable dApps with the power of validity proofs. Cairo lets you write provable programs without requiring a deep understanding of the underlying ZK concepts. From onchain gaming to provable ML, Cairo makes building trustless applications possible. Cairo is also the smart-contract language of Starknet, an L2 blockchain that is verified over Ethereum. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"contractLanguage"%5D%7D%5D%2C"logic"%3A"AND"%7D'>contractLanguage</a> - Cairo is developed on <a href="https://github.com/starkware-libs/cairo">GitHub</a> and has 1,658 stars - <a href="rust.html">Rust</a> influenced the design of Cairo - Cairo is written in <a href="rust.html">Rust</a>, <a href="asciidoc.html">AsciiDoc</a>, <a href="toml.html">TOML</a>, <a href="json.html">JSON</a>, <a href="markdown.html">Markdown</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="yaml.html">YAML</a>, <a href="html.html">HTML</a> ```Example from the web: use core::felt252; fn main() -> felt252 { let n = 2 + 3; n } ``` Built with Scroll v170.4.1 01/07/2025 388 1.9
Foundation Query Language - Query language Foundation Query Language ========================= Foundation Query Language is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22queryLanguage%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">query language</a> created in 2024 by Jon Anderson. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222024%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2024 https://pldb.io/concepts/../lists/creators.html#q=Jon%20Anderson Jon Anderson #1885 on PLDB 1 Years Old ```Download source code: git clone https://github.com/janderland/fql ``` Foundation DB Query Language - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"queryLanguage"%5D%7D%5D%2C"logic"%3A"AND"%7D'>queryLanguage</a> - Foundation Query Language is developed on <a href="https://github.com/janderland/fql">GitHub</a> and has 140 stars - Foundation Query Language is written in <a href="go.html">Go</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="javascript.html">JavaScript</a>, <a href="markdown.html">Markdown</a>, <a href="css.html">CSS</a>, <a href="yaml.html">YAML</a>, <a href="html.html">HTML</a>, <a href="dockerfile.html">Dockerfile</a> ```Example from the web: /some/where("home", "town", 88.3)=clear ``` Built with Scroll v170.4.1 01/07/2025 295 1.5
Borgo - Programming language Borgo ===== Borgo is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2023 by Marco Sampellegrini. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222023%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2023 https://pldb.io/concepts/../lists/creators.html#q=Marco%20Sampellegrini Marco Sampellegrini #674 on PLDB 2 Years Old ```Download source code: git clone https://github.com/borgo-lang/borgo ``` A language for writing applications that is more expressive than Go but less complex than Rust. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Borgo is developed on <a href="https://github.com/borgo-lang/borgo">GitHub</a> and has 4,261 stars - Borgo compiles to <a href="go.html">Go</a> - Borgo is written in <a href="expect.html">Expect</a>, <a href="rust.html">Rust</a>, <a href="markdown.html">Markdown</a>, <a href="typescript.html">TypeScript</a>, <a href="toml.html">TOML</a>, <a href="json.html">JSON</a>, <a href="go.html">Go</a>, <a href="javascript.html">JavaScript</a>, <a href="yaml.html">YAML</a>, <a href="nix.html">Nix</a>, <a href="css.html">CSS</a> ```Example from the web: use fmt enum NetworkState<T> { Loading, Failed(int), Success(T), } struct Response { title: string, duration: int, } fn main() { let res = Response { title: "Hello world", duration: 0, } let state = NetworkState.Success(res) let msg = match state { NetworkState.Loading => "still loading", NetworkState.Failed(code) => fmt.Sprintf("Got error code: %d", code), NetworkState.Success(res) => res.title, } fmt.Println(msg) } ``` Built with Scroll v170.4.1 01/07/2025 385 1.9
KDL - Programming language KDL === KDL is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2020. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222020%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2020 #870 on PLDB 5 Years Old ```Download source code: git clone https://github.com/kdl-org/kdl ``` KDL is a small, pleasant document language with XML-like node semantics that looks like you're invoking a bunch of CLI commands! It's meant to be used both as a serialization format and a configuration language, much like JSON, YAML, or XML. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - KDL is developed on <a href="https://github.com/kdl-org/kdl">GitHub</a> and has 1,231 stars - <a href="sdlang.html">SDLang</a> influenced the design of KDL - KDL is written in <a href="markdown.html">Markdown</a>, <a href="svg.html">SVG</a>, <a href="yaml.html">YAML</a>, <a href="python.html">Python</a>, <a href="json.html">JSON</a>, <a href="xml.html">XML</a> ```Example from the web: package { name my-pkg version "1.2.3" dependencies { // Nodes can have standalone values as well as // key/value pairs. lodash "^3.2.1" optional=#true alias=underscore } scripts { // "Raw" and dedented multi-line strings are supported. message """ hello world """ build #""" echo "foo" node -c "console.log('hello, world!');" echo "foo" > some-file.txt """# } // `\` breaks up a single node across multiple lines. the-matrix 1 2 3 \ 4 5 6 \ 7 8 9 // "Slashdash" comments operate at the node level, // with just `/-`. /-this-is-commented { this entire node { is gone } } } ``` Built with Scroll v170.4.1 01/07/2025 421 2.1
Three.js - Library Three.js ======== Three.js is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22library%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">library</a> created in 2010 by Ricardo Cabello. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222010%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2010 https://pldb.io/concepts/../lists/creators.html#q=Ricardo%20Cabello Ricardo Cabello #1003 on PLDB 15 Years Old ```Download source code: git clone https://github.com/mrdoob/three.js ``` Javascript library for making animated 3D computer graphics in a web browser using WebGL. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"library"%5D%7D%5D%2C"logic"%3A"AND"%7D'>library</a> - Three.js is developed on <a href="https://github.com/mrdoob/three.js">GitHub</a> and has 102,620 stars Built with Scroll v170.4.1 01/07/2025 233 1.2
Openverse - Search engine Openverse ========= Openverse is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22searchEngine%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">search engine</a> created in 2016 by Liza Daly. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222016%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2016 https://pldb.io/concepts/../lists/creators.html#q=Liza%20Daly Liza Daly #1374 on PLDB 9 Years Old ```Download source code: git clone https://github.com/wordpress/openverse ``` Openverse is a search engine for openly-licensed media. This monorepo includes all application code. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"searchEngine"%5D%7D%5D%2C"logic"%3A"AND"%7D'>searchEngine</a> - Openverse is developed on <a href="https://github.com/wordpress/openverse">GitHub</a> and has 232 stars - Openverse is written in <a href="python.html">Python</a>, <a href="markdown.html">Markdown</a>, <a href="json5.html">JSON5</a>, <a href="typescript.html">TypeScript</a>, <a href="json.html">JSON</a>, <a href="javascript.html">JavaScript</a>, <a href="svg.html">SVG</a>, <a href="yaml.html">YAML</a>, <a href="sql.html">SQL</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="html.html">HTML</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="toml.html">TOML</a>, <a href="xml.html">XML</a>, <a href="css.html">CSS</a>, <a href="bash.html">Bash</a>, <a href="ini.html">Ini</a>, <a href="csv.html">CSV</a> Built with Scroll v170.4.1 01/07/2025 343 1.7
Pkl - Programming language Pkl === Pkl is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2024. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222024%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2024 #486 on PLDB 1 Years Old ```Download source code: git clone https://github.com/apple/pkl ``` A configuration as code language with rich validation and tooling. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Pkl is developed on <a href="https://github.com/apple/pkl">GitHub</a> and has 10,459 stars - Early development of Pkl happened in <a href="../lists/labs.html#q=Apple">Apple</a> - Pkl compiles to <a href="yaml.html">YAML</a> or <a href="json.html">JSON</a> or <a href="plist.html">Property list</a> or <a href="java-properties.html">Java Properties</a> - Pkl is written in <a href="java.html">Java</a>, <a href="kotlin.html">Kotlin</a>, <a href="html.html">HTML</a>, <a href="asciidoc.html">AsciiDoc</a>, <a href="gradle.html">Gradle</a>, <a href="javascript.html">JavaScript</a>, <a href="json.html">JSON</a>, <a href="yaml.html">YAML</a>, <a href="xml.html">XML</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="markdown.html">Markdown</a>, <a href="css.html">CSS</a>, <a href="toml.html">TOML</a>, <a href="svg.html">SVG</a>, <a href="dtd.html">DTD</a> ```Example from the web: name = "Swallow" job { title = "Sr. Nest Maker" company = "Nests R Us" yearsOfExperience = 2 } ``` Built with Scroll v170.4.1 01/07/2025 378 1.9
WiredTiger - Library WiredTiger ========== WiredTiger is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22library%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">library</a> created in 2010 by Keith Bostic and Michael Cahill. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222010%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2010 https://pldb.io/concepts/../lists/creators.html#q=Keith%20Bostic Keith Bostic https://pldb.io/concepts/../lists/creators.html#q=Michael%20Cahill Michael Cahill #709 on PLDB 15 Years Old ```Download source code: git clone https://github.com/wiredtiger/wiredtiger ``` WiredTiger database engine - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"library"%5D%7D%5D%2C"logic"%3A"AND"%7D'>library</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"database"%5D%7D%5D%2C"logic"%3A"AND"%7D'>database</a> - WiredTiger is developed on <a href="https://github.com/wiredtiger/wiredtiger">GitHub</a> and has 2,245 stars - WiredTiger is written in <a href="python.html">Python</a>, <a href="c.html">C</a>, <a href="cpp.html">C++</a>, <a href="cmake.html">CMake</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="bash.html">Bash</a>, <a href="markdown.html">Markdown</a>, <a href="restructuredtext.html">reStructuredText</a>, <a href="yaml.html">YAML</a>, <a href="tcl.html">Tcl</a>, <a href="json.html">JSON</a>, <a href="html.html">HTML</a>, <a href="make.html">Make</a>, <a href="css.html">CSS</a>, <a href="toml.html">TOML</a>, <a href="svg.html">SVG</a>, <a href="jupyter-notebook.html">Jupyter Notebook</a>, <a href="javascript.html">JavaScript</a>, <a href="perl.html">Perl</a>, <a href="starlark.html">starlark</a>, <a href="xml.html">XML</a>, <a href="assembly-language.html">Assembly language</a>, <a href="powershell.html">PowerShell</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="ini.html">Ini</a>, <a href="diff.html">Diff</a> - See also: (1 related languages) <a href="mongodb.html">MongoDB</a> Built with Scroll v170.4.1 01/07/2025 450 2.3
RocksDB - Database RocksDB ======= RocksDB is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22database%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">database</a> created in 2011. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222011%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2011 #829 on PLDB 14 Years Old ```Download source code: git clone https://github.com/facebook/rocksdb ``` A library that provides an embeddable, persistent key-value store for fast storage. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"database"%5D%7D%5D%2C"logic"%3A"AND"%7D'>database</a> - RocksDB is developed on <a href="https://github.com/facebook/rocksdb">GitHub</a> and has 28,750 stars - Early development of RocksDB happened in <a href="../lists/labs.html#q=Facebook">Facebook</a> - RocksDB is written in <a href="cpp.html">C++</a>, <a href="java.html">Java</a>, <a href="markdown.html">Markdown</a>, <a href="html.html">HTML</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="python.html">Python</a>, <a href="yaml.html">YAML</a>, <a href="cmake.html">CMake</a>, <a href="scss.html">SCSS</a>, <a href="ini.html">Ini</a>, <a href="make.html">Make</a>, <a href="svg.html">SVG</a>, <a href="xml.html">XML</a>, <a href="json.html">JSON</a>, <a href="c.html">C</a>, <a href="bash.html">Bash</a>, <a href="perl.html">Perl</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="assembly-language.html">Assembly language</a>, <a href="powershell.html">PowerShell</a>, <a href="protobuf.html">Protocol Buffers</a> Built with Scroll v170.4.1 01/07/2025 362 1.8
MLscript - Programming language MLscript ======== MLscript is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2020 by Luyu Cheng and Lionel Parreaux. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222020%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2020 https://pldb.io/concepts/../lists/creators.html#q=Luyu%20Cheng Luyu Cheng https://pldb.io/concepts/../lists/creators.html#q=Lionel%20Parreaux Lionel Parreaux #982 on PLDB 5 Years Old ```Download source code: git clone https://github.com/hkust-taco/mlscript/ ``` A step towards rethinking pattern matching to make it more powerful and natural to use. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - MLscript is developed on <a href="https://github.com/hkust-taco/mlscript/">GitHub</a> and has 170 stars - Early development of MLscript happened in <a href="../lists/labs.html#q=HKUST">HKUST</a> - <a href="ml.html">ML</a> and <a href="ocaml.html">OCaml</a> and <a href="haskell.html">Haskell</a> and <a href="standard-ml.html">Standard ML</a> and <a href="scala.html">Scala</a> and <a href="rust.html">Rust</a> influenced the design of MLscript - MLscript is written in <a href="scala.html">Scala</a>, <a href="standard-ml.html">Standard ML</a>, <a href="typescript.html">TypeScript</a>, <a href="markdown.html">Markdown</a>, <a href="json.html">JSON</a>, <a href="html.html">HTML</a>, <a href="javascript.html">JavaScript</a>, <a href="css.html">CSS</a>, <a href="nix.html">Nix</a>, <a href="yaml.html">YAML</a>, <a href="make.html">Make</a> - <a href="https://dl.acm.org/doi/pdf/10.1145/3689746">First announcement of</a> MLscript ```Example from the web: type List[A] = Cons[A] | Nil class Cons[out A](head: A, tail: List[A]) { fun map: (A -> 'B) -> List['B] map(f) = Cons of f(head), tail.map(f) } module Nil { fun map(f) = Nil } fun (::) cons(x, xs) = Cons(x, xs) fun show(xs) = let rec go(xs) = if xs is Cons(h, Nil) then String(h) Cons(h, t) then join(String(h), ", ", go(t)) Nil then "" join("[", go(xs), "]") let xs = 1 :: 2 :: 3 :: Nil show(xs) show(xs.map of x => succ(x)) ``` Built with Scroll v170.4.1 01/07/2025 503 2.5
CCL - Programming language CCL === CCL, aka Categorical Configuration Language, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2024 by Dmitrii Kovanikov. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222024%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2024 https://pldb.io/concepts/../lists/creators.html#q=Dmitrii%20Kovanikov Dmitrii Kovanikov #1518 on PLDB 1 Years Old ```Download source code: git clone https://github.com/chshersh/ccl ``` A configuration language. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - CCL is developed on <a href="https://github.com/chshersh/ccl">GitHub</a> and has 87 stars - CCL is written in <a href="ocaml.html">OCaml</a>, <a href="markdown.html">Markdown</a> - Read more about CCL on the web: 1. https://chshersh.com/blog/2025-01-06-the-most-elegant-configuration-language.html 1. ```Example from the web: /= This is a CCL document title = CCL Example database = enabled = true ports = = 8000 = 8001 = 8002 limits = cpu = 1500mi memory = 10Gb user = guestId = 42 user = login = chshersh createdAt = 2024-12-31 ``` Built with Scroll v170.4.1 01/07/2025 294 1.5
Carbon - Programming language Carbon ====== Carbon is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2020 by Chandler Carruth and Jon Ross-Perkins. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222020%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2020 https://pldb.io/concepts/../lists/creators.html#q=Chandler%20Carruth Chandler Carruth https://pldb.io/concepts/../lists/creators.html#q=Jon%20Ross-Perkins Jon Ross-Perkins #260 on PLDB 5 Years Old ```Download source code: git clone https://github.com/carbon-language/carbon-lang ``` Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README) - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Carbon is developed on <a href="https://github.com/carbon-language/carbon-lang">GitHub</a> and has 32,258 stars - Early development of Carbon happened in <a href="../lists/labs.html#q=Google">Google</a> - Carbon is written in <a href="markdown.html">Markdown</a>, <a href="cpp.html">C++</a>, <a href="bazel.html">Bazel</a>, <a href="python.html">Python</a>, <a href="yaml.html">YAML</a>, <a href="starlark.html">starlark</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="json.html">JSON</a>, <a href="svg.html">SVG</a>, <a href="diff.html">Diff</a>, <a href="javascript.html">JavaScript</a>, <a href="vim-script.html">Vim script</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="xml.html">XML</a>, <a href="protobuf.html">Protocol Buffers</a>, <a href="c.html">C</a>, <a href="scheme.html">Scheme</a>, <a href="html.html">HTML</a>, <a href="yacc.html">Yacc</a>, <a href="lua.html">Lua</a>, <a href="lex.html">Lex</a>, <a href="make.html">Make</a>, <a href="toml.html">TOML</a> - Read more about Carbon on the web: 1. https://news.ycombinator.com/item?id=32151609 1. ```Example from the web: package Sorting api; fn Partition[T:! Comparable & Movable](s: Slice(T)) -> i64 { var i: i64 = -1; for (e: T in s) { if (e <= s.Last()) { ++i; Swap(&s[i], &e); } } return i; } fn QuickSort[T:! Comparable & Movable](s: Slice(T)) { if (s.Size() <= 1) { return; } let p: i64 = Partition(s); QuickSort(s[:p - 1])); QuickSort(s[p + 1:])); } ``` ```Example from <a href='https://godbolt.org/'>Compiler Explorer</a>: package sample api; fn Square(x: i32) -> i32 { return x * x; } fn Main() -> i32 { return Square(12); } ``` Built with Scroll v170.4.1 01/07/2025 532 2.7
Wa-lang - Programming language Wa-lang ======= Wa-lang is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2022 by Shushan Chai and Ernan Ding. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222022%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2022 https://pldb.io/concepts/../lists/creators.html#q=Shushan%20Chai Shushan Chai https://pldb.io/concepts/../lists/creators.html#q=Ernan%20Ding Ernan Ding #180 on PLDB 3 Years Old ```Download source code: git clone https://github.com/wa-lang/wa ``` Wa-lang is a general-purpose programming language designed for for WebAssembly. The goal is to provide a simple, reliable, easy-to-use, statically typed language for high-performance web applications. The code generator and runtime are fully independently developed (not dependent on external projects such as LLVM). Currently, Wa-lang is in the engineering trial stage. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Wa-lang is developed on <a href="https://github.com/wa-lang/wa">GitHub</a> and has 1,380 stars - Early development of Wa-lang happened in <a href="../lists/labs.html#q=武汉市江夏区凹语言开发工作室">武汉市江夏区凹语言开发工作室</a> - <a href="c.html">C</a> and <a href="cpp.html">C++</a> and <a href="go.html">Go</a> and <a href="wasm.html">WebAssembly</a> influenced the design of Wa-lang - Wa-lang is written in <a href="wa.html">Wa-lang</a>, <a href="go.html">Go</a>, <a href="assembly-language.html">Assembly language</a>, <a href="c.html">C</a>, <a href="javascript.html">JavaScript</a> - 1 PLDB concepts link to Wa-lang: <a href="wa.html">Wa-lang</a> ```Example from the web: import "fmt" global year: i32 = 2023 func main { println("hello, Wa!") println(add(40, 2), year) fmt.Println(1+1) } func add(a: i32, b: i32) => i32 { return a+b } ``` ```Wa-lang <a href="../lists/keywords.html#q=wa">Keywords</a> break case const continue default defer else for func if import interface map range return struct switch type global ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Standard Library FeatureLink ../features/hasStandardLibrary.html Supported <span class="hasFeature">✓</span> Example fmt.Println("Hello, World!") Token row Feature Floats FeatureLink ../features/hasFloats.html Supported <span class="hasFeature">✓</span> Example // \d+(\.\d+[eE][+\-]?\d+|\.\d*|[eE][+\-]?\d+) Token row Feature Hexadecimals FeatureLink ../features/hasHexadecimals.html Supported <span class="hasFeature">✓</span> Example // 0[xX][0-9a-fA-F]+ Token row Feature Octals FeatureLink ../features/hasOctals.html Supported <span class="hasFeature">✓</span> Example // 0[0-7]+ Token row Feature Conditionals FeatureLink ../features/hasConditionals.html Supported <span class="hasFeature">✓</span> Example Token row Feature Switch Statements FeatureLink ../features/hasSwitch.html Supported <span class="hasFeature">✓</span> Example Token row Feature Constants FeatureLink ../features/hasConstants.html Supported <span class="hasFeature">✓</span> Example Token row Feature Case Sensitivity FeatureLink ../features/isCaseSensitive.html Supported <span class="hasFeature">✓</span> Example Token row Feature Assignment FeatureLink ../features/hasAssignment.html Supported <span class="hasFeature">✓</span> Example Token = row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token println row Feature Message Passing FeatureLink ../features/hasMessagePassing.html Supported <span class="hasFeature">✓</span> Example Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token // row Feature Variadic Functions FeatureLink ../features/hasVariadicFunctions.html Supported <span class="hasFeature">✓</span> Example // This variadic function takes an arbitrary number of ints as arguments. func sum(nums: ...int) { print("The sum of ", nums) // Also a variadic function. total := 0 for _, num := range nums { total += num } println(" is", total) // Also a variadic function. } Token row Feature Type Inference FeatureLink ../features/hasTypeInference.html Supported <span class="hasFeature">✓</span> Example Token row Feature Operator Overloading FeatureLink ../features/hasOperatorOverloading.html Supported <span class="hasFeature">✓</span> Example #wa:operator + MyInt_add type MyInt :struct { V: int } func MyInt_add(x, y: MyInt) => int { return x.V + y.V } func main { x1 := MyInt{V: 100} x2 := MyInt{V: 42} println(x1 + x2) } Token row Feature File Imports FeatureLink ../features/hasImports.html Supported <span class="hasFeature">✓</span> Example import ( "math" "strings" ) import "strings" => . import "io" => _ import "math" => m Token row Feature Increment and decrement operators FeatureLink ../features/hasIncrementAndDecrementOperators.html Supported <span class="hasFeature">✓</span> Example i := 0 i++ i-- Token row Feature Integers FeatureLink ../features/hasIntegers.html Supported <span class="hasFeature">✓</span> Example i, j := 42, 2701 Token row Feature Booleans FeatureLink ../features/hasBooleans.html Supported <span class="hasFeature">✓</span> Example c := true Token row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example /* A comment */ Token /* */ row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token row Feature Pointers FeatureLink ../features/hasPointers.html Supported <span class="hasFeature">✓</span> Example func main { i, j := 42, 2701 p := &i // point to i println(*p) // read i through the pointer *p = 21 // set i through the pointer println(i) // see the new value of i p = &j // point to j *p = *p / 37 // divide j through the pointer println(j) // see the new value of j } Token row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "hello world" Token " row Feature Case Insensitive Identifiers FeatureLink ../features/hasCaseInsensitiveIdentifiers.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 01/07/2025 1016 5.1
Vyxal - Esoteric programming language Vyxal ===== Vyxal is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22esolang%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">esoteric programming language</a> created in 2020 by lyxal. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222020%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2020 https://pldb.io/concepts/../lists/creators.html#q=lyxal lyxal #757 on PLDB 5 Years Old ```Download source code: git clone https://github.com/Vyxal/Vyxal ``` A code-golfing language experience that has aspects of traditional programming languages - terse, elegant, readable. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"esolang"%5D%7D%5D%2C"logic"%3A"AND"%7D'>esoteric programming language</a> - Vyxal is developed on <a href="https://github.com/Vyxal/Vyxal">GitHub</a> and has 265 stars - Early development of Vyxal happened in <a href="../lists/labs.html#q=Code Golf">Code Golf</a> - Vyxal is written in <a href="scala.html">Scala</a>, <a href="markdown.html">Markdown</a>, <a href="yaml.html">YAML</a>, <a href="python.html">Python</a>, <a href="javascript.html">JavaScript</a>, <a href="scheme.html">Scheme</a>, <a href="css.html">CSS</a>, <a href="html.html">HTML</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="json.html">JSON</a> - There are 3 members in the <a href="https://www.reddit.com/r/vyxal">Vyxal subreddit</a> ```Example from the web: ₁ƛ₍₃₅kF½*∑∴, ``` Built with Scroll v170.4.1 01/07/2025 336 1.7
Nim - Programming language Nim === Nim is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2008 by Andreas Rumpf. https://pldb.io/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222008%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2008 https://pldb.io/../lists/creators.html#q=Andreas%20Rumpf Andreas Rumpf #46 on PLDB 17 Years Old 8k <span title="Nim repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/nim-lang/Nim ``` Nim (formerly named Nimrod) is an imperative, multi-paradigm, compiled programming language designed and developed by Andreas Rumpf. It is designed to be "efficient, expressive, and elegant", supporting metaprogramming, functional, message passing, procedural, and object-oriented programming styles by providing several features such as compile time code generation, algebraic data types, a foreign function interface (FFI) with C and compiling to JavaScript, C and C++.. Read more on Wikipedia... https://en.wikipedia.org/wiki/Nim_(programming_language) Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Nim is developed on <a href="https://github.com/nim-lang/Nim">GitHub</a> and has 16,308 stars - There are at least 8,018 Nim repos on <a href="https://github.com/search?q=language:Nim">GitHub</a> - Early development of Nim happened in <a href="../lists/labs.html#q=https://github.com/nim-lang">https://github.com/nim-lang</a> - Nim compiles to <a href="c.html">C</a> or <a href="cpp.html">C++</a> or <a href="objective-c.html">Objective-C</a> or <a href="javascript.html">JavaScript</a> - Nim is written in <a href="nim.html">Nim</a>, <a href="markdown.html">Markdown</a>, <a href="html.html">HTML</a>, <a href="yaml.html">YAML</a>, <a href="c.html">C</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="json.html">JSON</a>, <a href="restructuredtext.html">reStructuredText</a>, <a href="python.html">Python</a>, <a href="css.html">CSS</a>, <a href="assembly-language.html">Assembly language</a>, <a href="csv.html">CSV</a>, <a href="sql.html">SQL</a>, <a href="tex.html">Tex</a>, <a href="ini.html">Ini</a>, <a href="xml.html">XML</a>, <a href="bash.html">Bash</a> - The Google BigQuery Public Dataset GitHub snapshot shows 299 users using Nim in 472 repos on <a href="https://api.github.com/search/repositories?q=language:Nim">GitHub</a> - There are 36 <a href="https://projecteuler.net/language=Nim">Project Euler</a> users using Nim - Explore Nim snippets on <a href="http://www.rosettacode.org/wiki/Category:Nim">Rosetta Code</a> - Nim appears in the <a href="https://www.tiobe.com/tiobe-index/">TIOBE Index</a> - Nim Ubuntu package https://packages.ubuntu.com/jammy/nim Nim Ubuntu package - Nim <a href="language-server-protocol.html">LSP</a> <a href="https://github.com/PMunch/nimlsp">implementation</a> - GitHub supports <a href="https://github.com/Varriount/NimLime" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for Nim - Nim appears in the <a href="https://github.com/mame/quine-relay">Quine Relay</a> project - Learn <a href="https://exercism.org/tracks/nim">Nim on exercism.</a> - There is a <a href="https://nimble.directory/">central package repository</a> for Nim - <a href="https://nim-lang.org/">nim-lang.org</a> was registered in 2014 - See also: (25 related languages) <a href="ada.html">Ada</a>, <a href="modula-3.html">Modula-3</a>, <a href="lisp.html">Lisp</a>, <a href="object-pascal.html">Object Pascal</a>, <a href="python.html">Python</a>, <a href="oberon.html">Oberon</a>, <a href="c.html">C</a>, <a href="javascript.html">JavaScript</a>, <a href="pascal.html">Pascal</a>, <a href="delphi.html">Delphi</a>, <a href="csharp.html">C#</a>, <a href="go.html">Go</a>, <a href="objective-c.html">Objective-C</a>, <a href="ios.html">iOS</a>, <a href="android.html">Android</a>, <a href="git.html">Git</a>, <a href="json.html">JSON</a>, <a href="opengl.html">OpenGL</a>, <a href="postgresql.html">PostgreSQL</a>, <a href="mysql.html">MySQL</a>, <a href="sqlite.html">SQLite</a>, <a href="lua.html">Lua</a>, <a href="scala.html">Scala</a>, <a href="d.html">D</a>, <a href="rust.html">Rust</a> - Read more about Nim on the web: 1. https://irclogs.nim-lang.org/01-07-2012.html 1. - 13 PLDB concepts link to Nim: <a href="ace.html">Ace Editor</a>, <a href="cloc.html">cloc</a>, <a href="flatbuffers.html">FlatBuffers</a>, <a href="flow9.html">Flow9</a>, <a href="mal.html">mal</a>, <a href="nim.html">Nim</a>, <a href="nimskull.html">Nimskull</a>, <a href="pipelines.html">pipelines</a>, <a href="pygments.html">Pygments</a>, <a href="shiv.html">shiv</a>, <a href="spry.html">spry</a>, <a href="star.html">Star</a>, <a href="xidoc.html">Xidoc</a> ```Example from <a href='https://godbolt.org/'>Compiler Explorer</a>: # Type your code here, or load an example. proc square(num: int): int {.exportc.} = num * num ``` ```Example from <a href='https://riju.codes/nim'>Riju</a>: echo "Hello, world!" ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/n/Nim.nim'>hello-world</a>: echo("Hello World") ``` ```Example from <a href='http://helloworldcollection.de/#Nim'>the Hello World Collection</a>: # Hello world in Nim echo "Hello World" ``` ```Example from <a href='https://github.com/Varriount/NimLime'>Linguist</a>: # from: https://github.com/nim-lang/Nim/blob/27b081d1f77604ee47c886e69dbc52f53ea3741f/compiler/nimfix/nimfix.nim.cfg # Special configuration file for the Nim project # gc:markAndSweep hint[XDeclaredButNotUsed]:off path:"$projectPath/.." path:"$lib/packages/docutils" path:"$nim" define:useStdoutAsStdmsg symbol:nimfix define:nimfix cs:partial #define:useNodeIds define:booting define:noDocgen ``` ```Example from <a href='https://en.wikipedia.org/wiki/Nim_(programming_language)'>Wikipedia</a>: proc printf(formatstr: cstring) {.header: "<stdio.h>", varargs.} printf("%s %d\n", "foo", 5) ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Unicode Identifers FeatureLink ../features/hasUnicodeIdentifiers.html Supported <span class="hasFeature">✓</span> Example let δ = 0.00001 Token row Feature Booleans FeatureLink ../features/hasBooleans.html Supported <span class="hasFeature">✓</span> Example let res = true Token true false on off row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "Hello world" Token " row Feature Assignment FeatureLink ../features/hasAssignment.html Supported <span class="hasFeature">✓</span> Example Token = row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example #[ A comment ]# Token #[ ]# row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token echo row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example # A comment Token # row Feature Static Typing FeatureLink ../features/hasStaticTyping.html Supported <span class="hasFeature">✓</span> Example Token row Feature Case Insensitive Identifiers FeatureLink ../features/hasCaseInsensitiveIdentifiers.html Supported <span class="hasFeature">✓</span> Example # Though they may be phased out: # https://github.com/nim-lang/RFCs/issues/456 Token row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="hasFeature">✓</span> Example Token row Feature Macros FeatureLink ../features/hasMacros.html Supported <span class="hasFeature">✓</span> Example # https://hookrace.net/blog/introduction-to-metaprogramming-in-nim/#macros import macros dumpTree: result = 10 Token row Feature Templates FeatureLink ../features/hasTemplates.html Supported <span class="hasFeature">✓</span> Example # https://hookrace.net/blog/introduction-to-metaprogramming-in-nim/#templates template debug*(args: varargs[string, `imported /root/pldb.io/code/conceptPage.scroll ]) = if logLevel <= Level.debug: const module = instantiationInfo().filename[0 .. ^5] echo "[$# $#][$#]: $#" % [getDateStr(), getClockStr(), module, join args] Token row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Gotos FeatureLink ../features/hasGotos.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 12/31/2024 1425 7.1
MongoDB - Database MongoDB ======= MongoDB is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22database%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">database</a> created in 2009 by Eliot Horowitz and Dwight Merriman. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222009%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2009 https://pldb.io/concepts/../lists/creators.html#q=Eliot%20Horowitz Eliot Horowitz https://pldb.io/concepts/../lists/creators.html#q=Dwight%20Merriman Dwight Merriman #81 on PLDB 16 Years Old ```Download source code: git clone https://github.com/mongodb/mongo ``` MongoDB (from humongous) is a free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemas. MongoDB is developed by MongoDB Inc., and is published under a combination of the GNU Affero General Public License and the Apache License.. Read more on Wikipedia... https://en.wikipedia.org/wiki/MongoDB Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"database"%5D%7D%5D%2C"logic"%3A"AND"%7D'>database</a> - MongoDB is developed on <a href="https://github.com/mongodb/mongo">GitHub</a> and has 25,860 stars - Early development of MongoDB happened in <a href="../lists/labs.html#q=https://www.mongodb.com/community/forums/">https://www.mongodb.com/community/forums/</a> - MongoDB is written in <a href="cpp.html">C++</a>, <a href="javascript.html">JavaScript</a>, <a href="c.html">C</a>, <a href="python.html">Python</a>, <a href="yaml.html">YAML</a>, <a href="idl.html">IDL</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="markdown.html">Markdown</a>, <a href="protobuf.html">Protocol Buffers</a>, <a href="json.html">JSON</a>, <a href="starlark.html">starlark</a>, <a href="assembly-language.html">Assembly language</a>, <a href="cmake.html">CMake</a>, <a href="bazel.html">Bazel</a>, <a href="make.html">Make</a>, <a href="xml.html">XML</a>, <a href="bash.html">Bash</a>, <a href="tex.html">Tex</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="m4.html">M4</a>, <a href="restructuredtext.html">reStructuredText</a>, <a href="html.html">HTML</a>, <a href="pascal.html">Pascal</a>, <a href="diff.html">Diff</a>, <a href="perl.html">Perl</a>, <a href="ini.html">Ini</a>, <a href="ruby.html">Ruby</a>, <a href="meson.html">Meson</a>, <a href="lua.html">Lua</a>, <a href="css.html">CSS</a>, <a href="tcl.html">Tcl</a>, <a href="toml.html">TOML</a>, <a href="php.html">PHP</a>, <a href="java.html">Java</a>, <a href="objective-cpp.html">Objective C++</a>, <a href="reason.html">Reason</a>, <a href="swift.html">Swift</a>, <a href="csv.html">CSV</a>, <a href="jupyter-notebook.html">Jupyter Notebook</a>, <a href="powershell.html">PowerShell</a>, <a href="svg.html">SVG</a>, <a href="rust.html">Rust</a>, <a href="awk.html">awk</a>, <a href="r.html">R</a>, <a href="d.html">D</a>, <a href="objective-c.html">Objective-C</a> - There are 17,286 members in the <a href="https://www.reddit.com/r/mongodb">MongoDB subreddit</a> - Indeed.com has 1,243 matches for <a href="https://www.indeed.com/jobs?q=mongodb developer and dba">"mongodb developer and dba"</a>. - <a href="https://www.mongodb.com/">mongodb.com</a> was registered in 2008 - See also: (8 related languages) <a href="c.html">C</a>, <a href="javascript.html">JavaScript</a>, <a href="linux.html">Linux</a>, <a href="solaris.html">Solaris</a>, <a href="freebsd.html">FreeBSD</a>, <a href="json.html">JSON</a>, <a href="nginx-config.html">Nginx</a>, <a href="sql.html">SQL</a> - 1 PLDB concepts link to MongoDB: <a href="wiredtiger.html">WiredTiger</a> ```Example from <a href='https://riju.codes/mongodb'>Riju</a>: db.collection.find() ``` ```MongoDB <a href="../lists/keywords.html#q=mongodb">Keywords</a> find findOne drop createIndex ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Booleans FeatureLink ../features/hasBooleans.html Supported <span class="hasFeature">✓</span> Example Token row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example Token row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example $comment: "A comment" Token Built with Scroll v170.4.1 12/31/2024 813 4.1
Berkeley DB - Library Berkeley DB =========== Berkeley DB is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22library%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">library</a> created in 1991 by Keith Bostic and Margo Seltzer. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221991%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1991 https://pldb.io/concepts/../lists/creators.html#q=Keith%20Bostic Keith Bostic https://pldb.io/concepts/../lists/creators.html#q=Margo%20Seltzer Margo Seltzer #996 on PLDB 34 Years Old ```Download source code: git clone https://github.com/berkeleydb/libdb ``` Berkeley DB (BDB) is a software library intended to provide a high-performance embedded database for key/value data. Berkeley DB is written in C with API bindings for C++, C#, Java, Perl, PHP, Python, Ruby, Smalltalk, Tcl, and many other programming languages. BDB stores arbitrary key/data pairs as byte arrays, and supports multiple data items for a single key. Read more on Wikipedia... https://en.wikipedia.org/wiki/Berkeley_DB Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"library"%5D%7D%5D%2C"logic"%3A"AND"%7D'>library</a> - Early development of Berkeley DB happened in <a href="../lists/labs.html#q=Sleepycat Software">Sleepycat Software</a> - Berkeley DB is written in <a href="tcl.html">Tcl</a>, <a href="c.html">C</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="cpp.html">C++</a>, <a href="m4.html">M4</a>, <a href="html.html">HTML</a>, <a href="awk.html">awk</a>, <a href="dtrace.html">DTrace</a>, <a href="d.html">D</a>, <a href="perl.html">Perl</a>, <a href="make.html">Make</a>, <a href="assembly-language.html">Assembly language</a>, <a href="csv.html">CSV</a> - Read more about Berkeley DB on the web: 1. http://static.usenix.org/event/usenix99/full_papers/olson/olson.pdf 1. Built with Scroll v170.4.1 12/31/2024 413 2.1
ZBasic - Programming language ZBasic ====== ZBasic is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1980. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221980%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1980 #4613 on PLDB 45 Years Old ZBasic is a compiler which was first released by Simutek (Tucson, Arizona) in 1980. The combined efforts of Andrew Gariepy, Scott Terry, David Overton, Greg Branche, and Halbert Laing led to versions for MS-DOS, Apple II, Macintosh, CP/M, and TRS-80 computers. ZBasic is a very fast, efficient and quite advanced BASIC compiler with an integrated development environment. Read more on Wikipedia... https://en.wikipedia.org/wiki/ZBasic Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - ZBasic on HOPL https://hopl.info/showlanguage.prx?exp=7002 ZBasic on HOPL - See also: (3 related languages) <a href="basic.html">BASIC</a>, <a href="futurebasic.html">FutureBASIC</a>, <a href="visual-basic.html">Visual Basic</a> Built with Scroll v170.4.1 12/28/2024 285 1.4
odin - Programming language odin ==== odin is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2016 by Bill Hall. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222016%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2016 https://pldb.io/concepts/../lists/creators.html#q=Bill%20Hall Bill Hall #89 on PLDB 9 Years Old 417 <span title="odin repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/odin-lang/Odin ``` Odin Programming Language - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - odin is developed on <a href="https://github.com/odin-lang/Odin">GitHub</a> and has 6,235 stars - There are at least 417 odin repos on <a href="https://github.com/search?q=language:Odin">GitHub</a> - Early development of odin happened in <a href="../lists/labs.html#q=https://github.com/odin-lang">https://github.com/odin-lang</a> - odin is written in <a href="odin.html">odin</a>, <a href="c.html">C</a>, <a href="cpp.html">C++</a>, <a href="markdown.html">Markdown</a>, <a href="make.html">Make</a>, <a href="python.html">Python</a>, <a href="yaml.html">YAML</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="xml.html">XML</a>, <a href="assembly-language.html">Assembly language</a>, <a href="glsl.html">GLSL</a>, <a href="html.html">HTML</a>, <a href="javascript.html">JavaScript</a>, <a href="nix.html">Nix</a> - The Google BigQuery Public Dataset GitHub snapshot shows 5 users using odin in 6 repos on <a href="https://api.github.com/search/repositories?q=language:Odin">GitHub</a> - There are 913 members in the <a href="https://reddit.com/r/odinlang">odin subreddit</a> - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/archetype.py">syntax highlighting</a> for odin - <a href="https://odin-lang.org">odin-lang.org</a> was registered in 2017 - 4 PLDB concepts link to odin: <a href="ace.html">Ace Editor</a>, <a href="cloc.html">cloc</a>, <a href="odin.html">odin</a>, <a href="pygments.html">Pygments</a> ```Example from the web: package main import "core:fmt" main :: proc() { program := "+ + * 😃 - /"; accumulator := 0; for token in program { switch token { case '+': accumulator += 1; case '-': accumulator -= 1; case '*': accumulator *= 2; case '/': accumulator /= 2; case '😃': accumulator *= accumulator; case: // Ignore everything else } } fmt.printf("The program \"%s\" calculates the value %d\n", program, accumulator); } ``` ```Example from <a href='https://riju.codes/odin'>Riju</a>: package main import "core:fmt" main :: proc() { fmt.printf("Hello, world!\n"); } ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/o/Odin.odin'>hello-world</a>: package main import "core:fmt" main :: proc() { fmt.println("Hello World"); } ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "Hello world" Token " row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token fmt.println row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token // row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 12/26/2024 697 3.5
Org Mode - Text markup language Org Mode ======== Org Mode is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22textMarkup%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">text markup language</a> created in 2003 by Carsten Dominik. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222003%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2003 https://pldb.io/concepts/../lists/creators.html#q=Carsten%20Dominik Carsten Dominik #97 on PLDB 22 Years Old 18 <span title="Org Mode repos on GitHub.">Repos</span> ```Download source code: git clone https://git.savannah.gnu.org/git/emacs/org-mode.git ``` Org-mode (also: Org mode; ) is a document editing, formatting, and organizing mode, designed for notes, planning, and authoring within the free software text editor Emacs. The name is used to encompass plain text files ("org files") that include simple marks to indicate levels of a hierarchy (such as the outline of an essay, a topic list with subtopics, nested computer code, etc.), and an editor with functions that can read the markup and manipulate hierarchy elements (expand/hide elements, move blocks of elements, check off to-do list items, etc.). Org-mode was created by Carsten Dominik in 2003, originally to organize his own life and work, and since the first release numerous other users and developers have contributed to this free software package. Read more on Wikipedia... https://en.wikipedia.org/wiki/Org-mode Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"textMarkup"%5D%7D%5D%2C"logic"%3A"AND"%7D'>text markup language</a> - There are at least 18 Org Mode repos on <a href="https://github.com/search?q=language:Org">GitHub</a> - Early development of Org Mode happened in <a href="../lists/labs.html#q=https://list.orgmode.org/">https://list.orgmode.org/</a> - The Google BigQuery Public Dataset GitHub snapshot shows 1 users using Org Mode in 1 repos on <a href="https://api.github.com/search/repositories?q=language:Org">GitHub</a> - There are 23,000 members in the <a href="https://www.reddit.com/r/orgmode/">Org Mode subreddit</a> - <a href="https://orgmode.org/">orgmode.org</a> was registered in 2007 - See also: (12 related languages) <a href="emacs-editor.html">Emacs</a>, <a href="html.html">HTML</a>, <a href="latex.html">LaTeX</a>, <a href="markdown.html">Markdown</a>, <a href="restructuredtext.html">reStructuredText</a>, <a href="textile.html">Textile</a>, <a href="git.html">Git</a>, <a href="mediawiki.html">MediaWiki</a>, <a href="pandoc-app.html">Pandoc</a>, <a href="vim.html">Vim</a>, <a href="sublime-editor.html">Sublime Text</a>, <a href="scroll.html">Scroll</a> - Read more about Org Mode on the web: 1. https://orgmode.org/org.html#Document-structure 1. - 1 PLDB concepts link to Org Mode: <a href="bike.html">Bike</a> ```Example from the web: * Top level headline ** Second level *** 3rd level some text *** 3rd level more text * Another top level headline ``` ```Example from the web: #+OPTIONS: H:3 num:nil toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t TeX:t LaTeX:t skip:nil d:(HIDE) tags:not-in-toc #+STARTUP: align fold nodlcheck hidestars oddeven lognotestate #+SEQ_TODO: TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@) #+TAGS: Write(w) Update(u) Fix(f) Check(c) #+TITLE: org-ruby #+AUTHOR: Brian Dewey #+EMAIL: bdewey@gmail.com #+LANGUAGE: en #+PRIORITIES: A C B #+CATEGORY: worg {Back to Worg's index} * Motivation The dominant simple plain-text markup languages for the web are Textile and Markdown. A factor for the popularity of those markup formats is the widespread availability of simple, free packages for converting the formats to HTML. For example, the world of Ruby-powered websites has settled on RedCloth for converting Textile to HTML. The default way to convert org-mode files to HTML is the powerful publishing functionality provided by =emacs=. However, =emacs= does not easiliy integrate into many existing website frameworks. =Org-ruby= tries to make it easier to use org-mode files in both dyanmic and static website generation tools written in Ruby. =Org-ruby= is a simple Ruby gem to convert org-mode files to HTML. * Using Org-ruby =Org-ruby= follows the same model as other Ruby markup libraries. You install the gem: #+BEGIN_EXAMPLE sudo gem install org-ruby #+END_EXAMPLE Then, to convert an org-file to HTML in your Ruby code: #+BEGIN_EXAMPLE require 'rubygems' require 'org-ruby' data = IO.read(filename) puts Orgmode::Parser.new(data).to_html #+END_EXAMPLE * Walkthrough: Using org-ruby with Webby Here is an example of how to integrate =org-ruby= into Webby, a static website generation tool written in Ruby. Webby follows a similar pattern to other static site generation tools (like nanoc, Jekyll, and webgen): - You author website content in text with simple markup - Each page is fed through one or more /filters/ to produce HTML - The HTML is mixed in with layouts to produce the final pages For a Webby site, a the source for a page may look like this: #+BEGIN_EXAMPLE --- title: Special Directories created_at: 2009-12-17 status: Complete filter: - erb - maruku tags: - powershell --- <%= @page.title %> ================== Special Directories are a set of directories, each of which has a function that will navigate you to the appropriate directory using the push-location cmdlet. For example, the function `home` might navigate to `c:\users\bdewey.` Install ------- Copy the module to somewhere in `ENV:PSModulePath`. Then, InstallModule SpecialDirectories #+END_EXAMPLE In the above example, the text is written in Markdown. At the top of the file, metadata informs Webby to pass the text through two /filters/ to produce HTML. The first filter, =erb=, handles embedded Ruby. In this case, it will replace ~<%= @page.title %>~ with the page title (=Special Directories=). The second filter uses Maruku to translate Markdown into HTML. You can use the exact same pattern to include org-mode files in a Webby site. For this walkthrough, I assume you already have Webby installed, and that you've already created a site. 1. Make sure you have =org-ruby= installed: =sudo gem install org-ruby=. 2. You need to register a new Webby filter to handle org-mode content. Webby makes this easy. In the =lib/= folder of your site, create a file =orgmode.rb=: #+BEGIN_EXAMPLE require 'org-ruby' Webby::Filters.register :org do |input| Orgmode::Parser.new(input).to_html end #+END_EXAMPLE This code creates a new filter, =org=, that will use the =org-ruby= parser to translate org-mode input into HTML. 3. Create your content. For example: #+BEGIN_EXAMPLE --- title: Orgmode Parser created_at: 2009-12-21 status: Under development filter: - erb - org tags: - orgmode - ruby --- <%= @page.title %> Status: <%= @page.status %> * Description Helpful Ruby routines for parsing orgmode files. The most significant thing this library does today is convert orgmode files to textile. Currently, you cannot do much to customize the conversion. The supplied textile conversion is optimized for extracting "content" from the orgfile as opposed to "metadata." * History ** 2009-12-29: Version 0.4 - The first thing output in HTML gets the class "title" - HTML output is now indented - Proper support for multi-paragraph list items. See? This paragraph is part of the last bullet. - Fixed bugs: - "rake spec" wouldn't work on Linux. Needed "require 'rubygems'". #+END_EXAMPLE This file will go through the =erb= and =org= filters; as defined in the previous step, the =org= filter will use =org-ruby= to generate HTML. That's all there is to it! ``` ```Example from <a href='https://riju.codes/org'>Riju</a>: Hello, world! ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/o/Org-mode.org'>hello-world</a>: Hello World ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="hasFeature">✓</span> Example Token Built with Scroll v170.4.1 12/20/2024 1428 7.1
Scroll - Text markup language Scroll ====== Scroll is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22textMarkup%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">text markup language</a> created in 2019 by Breck Yunits. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222019%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2019 https://pldb.io/concepts/../lists/creators.html#q=Breck%20Yunits Breck Yunits #368 on PLDB 6 Years Old ```Download source code: git clone https://github.com/breck7/scroll ``` Scroll is a language for scientists of all ages. Scroll has an unusually simple syntax, an extensive set of features needed by researchers, bloggers, knowledge bases and sites of all sizes, is highly expandable, and is familiar to anyone who knows Markdown. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"textMarkup"%5D%7D%5D%2C"logic"%3A"AND"%7D'>text markup language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"staticSiteGenerator"%5D%7D%5D%2C"logic"%3A"AND"%7D'>static site generator</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"commandLineApp"%5D%7D%5D%2C"logic"%3A"AND"%7D'>command line application</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"dataNotation"%5D%7D%5D%2C"logic"%3A"AND"%7D'>dataNotation</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"dataValidationLanguage"%5D%7D%5D%2C"logic"%3A"AND"%7D'>dataValidationLanguage</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"wikiMarkup"%5D%7D%5D%2C"logic"%3A"AND"%7D'>wikiMarkup</a> - Scroll is developed on <a href="https://github.com/breck7/scroll">GitHub</a> and has 414 stars - Early development of Scroll happened in <a href="../lists/labs.html#q=Breck's Lab">Breck's Lab</a> - <a href="markdown.html">Markdown</a> and <a href="lisp.html">Lisp</a> and <a href="javascript.html">JavaScript</a> and <a href="haml.html">HAML</a> and <a href="html.html">HTML</a> and <a href="python.html">Python</a> and <a href="tsv.html">TSV</a> and <a href="csv.html">CSV</a> and <a href="yaml.html">YAML</a> and <a href="jekyll.html">Jekyll</a> and <a href="wordpress.html">WordPress</a> and <a href="tex.html">Tex</a> and <a href="mathematica.html">Mathematica</a> and <a href="dplyr.html">dplyr</a> and <a href="antlr.html">ANTLR</a> and <a href="reactjs.html">ReactJS</a> influenced the design of Scroll - Scroll compiles to <a href="html.html">HTML</a> or <a href="csv.html">CSV</a> or <a href="tsv.html">TSV</a> or <a href="json.html">JSON</a> or <a href="rss.html">RSS</a> or <a href="txt.html">Plain text</a> - Scroll is written in <a href="parsers.html">Parsers</a>, <a href="particles.html">Particles</a>, <a href="javascript.html">JavaScript</a>, <a href="yaml.html">YAML</a>, <a href="css.html">CSS</a>, <a href="json.html">JSON</a> - There are 0 members in the <a href="https://www.reddit.com/r/WorldWideScroll/">Scroll subreddit</a> - <a href="https://scroll.pub/">scroll.pub</a> was registered in 2021 - See also: (3 related languages) <a href="markdown.html">Markdown</a>, <a href="particles.html">Particles</a>, <a href="parsers.html">Parsers</a> - 3 PLDB concepts link to Scroll: <a href="org.html">Org Mode</a>, <a href="podlite.html">Podlite</a>, <a href="quaint.html">Quaint</a> ```Example from the web: title This is Scroll. The keyword for title is title. * Scroll is an extensible alternative to Markdown. You extend it by writing parsers. ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Multiline Strings FeatureLink ../features/hasMultilineStrings.html Supported <span class="hasFeature">✓</span> Example plainText This is a multiline string Token row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example // A multiline comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="hasFeature">✓</span> Example * A link to PLDB https://pldb.io Token row Feature File Imports FeatureLink ../features/hasImports.html Supported <span class="hasFeature">✓</span> Example import settings.scroll Token row Feature Ternary operators FeatureLink ../features/hasTernaryOperators.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 12/16/2024 914 4.6
OPML - Xml format OPML ==== OPML, aka Outline Processor Markup Language, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22xmlFormat%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">xml format</a> created in 2000 by Dave Winer. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222000%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2000 https://pldb.io/concepts/../lists/creators.html#q=Dave%20Winer Dave Winer #2656 on PLDB 25 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"xmlFormat"%5D%7D%5D%2C"logic"%3A"AND"%7D'>xmlFormat</a> - 1 PLDB concepts link to OPML: <a href="bike.html">Bike</a> ```Example from the web: <outline text="Great Plains"> <outline text="Kansas"/> <outline text="Nebraska"/> <outline text="North Dakota"/> <outline text="Oklahoma"/> <outline text="South Dakota"/> </outline> ``` Built with Scroll v170.4.1 12/14/2024 256 1.3
Bike - Xml format Bike ==== Bike is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22xmlFormat%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">xml format</a> created in 2022 by Jesse Grosjean. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222022%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2022 https://pldb.io/concepts/../lists/creators.html#q=Jesse%20Grosjean Jesse Grosjean #3033 on PLDB 3 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"xmlFormat"%5D%7D%5D%2C"logic"%3A"AND"%7D'>xmlFormat</a> - <a href="org.html">Org Mode</a> and <a href="opml.html">OPML</a> influenced the design of Bike Built with Scroll v170.4.1 12/14/2024 206 1
LevelDB - Database LevelDB ======= LevelDB is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22database%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">database</a> created in 2011 by Sanjay Ghemawat and Jeff Dean. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222011%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2011 https://pldb.io/concepts/../lists/creators.html#q=Sanjay%20Ghemawat Sanjay Ghemawat https://pldb.io/concepts/../lists/creators.html#q=Jeff%20Dean Jeff Dean #823 on PLDB 14 Years Old ```Download source code: git clone https://github.com/google/leveldb ``` LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"database"%5D%7D%5D%2C"logic"%3A"AND"%7D'>database</a> - LevelDB is developed on <a href="https://github.com/google/leveldb">GitHub</a> and has 36,694 stars - Early development of LevelDB happened in <a href="../lists/labs.html#q=Google">Google</a> - LevelDB is written in <a href="cpp.html">C++</a>, <a href="markdown.html">Markdown</a>, <a href="cmake.html">CMake</a>, <a href="yaml.html">YAML</a>, <a href="html.html">HTML</a>, <a href="c.html">C</a> Built with Scroll v170.4.1 12/04/2024 306 1.5
vyper - Programming language vyper ===== vyper is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2016. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222016%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2016 #747 on PLDB 9 Years Old 117 <span title="vyper repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/ethereum/vyper ``` Pythonic Smart Contract Language for the EVM - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - vyper is developed on <a href="https://github.com/ethereum/vyper">GitHub</a> and has 4,828 stars - There are at least 117 vyper repos on <a href="https://github.com/search?q=language:Vyper">GitHub</a> - vyper is written in <a href="python.html">Python</a>, <a href="restructuredtext.html">reStructuredText</a>, <a href="markdown.html">Markdown</a>, <a href="yaml.html">YAML</a>, <a href="make.html">Make</a>, <a href="html.html">HTML</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="toml.html">TOML</a>, <a href="bash.html">Bash</a>, <a href="svg.html">SVG</a>, <a href="bourne-shell.html">Bourne shell</a> - The Google BigQuery Public Dataset GitHub snapshot shows 1 users using vyper in 1 repos on <a href="https://api.github.com/search/repositories?q=language:Vyper">GitHub</a> Built with Scroll v170.4.1 12/04/2024 337 1.7
Swallow - Programming language Swallow ======= Swallow is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2021 by Saptak. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222021%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2021 https://pldb.io/concepts/../lists/creators.html#q=Saptak Saptak #1535 on PLDB 4 Years Old ```Download source code: git clone https://github.com/peregrine-lang/Peregrine ``` A blazing fast language for the blazing fast world(WIP) - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Swallow is developed on <a href="https://github.com/peregrine-lang/Peregrine">GitHub</a> and has 1,462 stars - Swallow is written in <a href="cpp.html">C++</a>, <a href="markdown.html">Markdown</a>, <a href="svg.html">SVG</a>, <a href="meson.html">Meson</a>, <a href="json.html">JSON</a>, <a href="yaml.html">YAML</a> Built with Scroll v170.4.1 12/04/2024 265 1.3
Ron - Data notation Ron === Ron, aka Rusty Object Notation, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22dataNotation%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">data notation</a> created in 2015 by Juniper Tyree. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222015%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2015 https://pldb.io/concepts/../lists/creators.html#q=Juniper%20Tyree Juniper Tyree #304 on PLDB 10 Years Old ```Download source code: git clone https://github.com/ron-rs/ron ``` RON is a simple readable data serialization format that looks similar to Rust syntax. It's designed to support all of Serde's data model, so structs, enums, tuples, arrays, generic maps, and primitive values. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"dataNotation"%5D%7D%5D%2C"logic"%3A"AND"%7D'>dataNotation</a> - Ron is developed on <a href="https://github.com/ron-rs/ron">GitHub</a> and has 3,238 stars - Early development of Ron happened in <a href="../lists/labs.html#q=https://github.com/ron-rs">https://github.com/ron-rs</a> - Ron is written in <a href="rust.html">Rust</a>, <a href="markdown.html">Markdown</a>, <a href="yaml.html">YAML</a>, <a href="toml.html">TOML</a> ```Example from the web: GameConfig( // optional struct name window_size: (800, 600), window_title: "PAC-MAN", fullscreen: false, mouse_sensitivity: 1.4, key_bindings: { "up": Up, "down": Down, "left": Left, "right": Right, // Uncomment to enable WASD controls /* "W": Up, "A": Down, "S": Left, "D": Right, */ }, difficulty_options: ( start_difficulty: Easy, adaptive: false, ), ) ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example /* A comment */ Token /* */ row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token // row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 12/04/2024 445 2.2
Pyth - Esoteric programming language Pyth ==== Pyth is an <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22esolang%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">esoteric programming language</a> created in 2014 by Isaac Grosof. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222014%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2014 https://pldb.io/concepts/../lists/creators.html#q=Isaac%20Grosof Isaac Grosof #1096 on PLDB 11 Years Old ```Download source code: git clone https://github.com/isaacg1/pyth ``` Pyth, an extremely concise language. Try it here: - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"esolang"%5D%7D%5D%2C"logic"%3A"AND"%7D'>esoteric programming language</a> - Pyth is developed on <a href="https://github.com/isaacg1/pyth">GitHub</a> and has 263 stars - Early development of Pyth happened in <a href="../lists/labs.html#q=https://github.com/isaacg1/pyth/issues">https://github.com/isaacg1/pyth/issues</a> - Pyth is written in <a href="html.html">HTML</a>, <a href="restructuredtext.html">reStructuredText</a>, <a href="python.html">Python</a>, <a href="javascript.html">JavaScript</a>, <a href="css.html">CSS</a>, <a href="svg.html">SVG</a>, <a href="make.html">Make</a>, <a href="markdown.html">Markdown</a> - Pyth on Esolang https://esolangs.org/wiki/Pyth Pyth on Esolang Built with Scroll v170.4.1 12/04/2024 313 1.6
neut - Programming language neut ==== neut is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2018. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222018%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2018 #655 on PLDB 7 Years Old ```Download source code: git clone https://github.com/u2zv1wx/neut ``` A dependently-typed programming language with static memory management - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - neut is developed on <a href="https://github.com/u2zv1wx/neut">GitHub</a> and has 831 stars - Early development of neut happened in <a href="../lists/labs.html#q=https://github.com/vekatze/neut/issues">https://github.com/vekatze/neut/issues</a> - neut is written in <a href="haskell.html">Haskell</a>, <a href="markdown.html">Markdown</a>, <a href="json.html">JSON</a>, <a href="yaml.html">YAML</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="javascript.html">JavaScript</a>, <a href="css.html">CSS</a>, <a href="typescript.html">TypeScript</a>, <a href="handlebars.html">Handlebars</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="svg.html">SVG</a>, <a href="toml.html">TOML</a>, <a href="c.html">C</a> - Read more about neut on the web: 1. https://www.reddit.com/r/ProgrammingLanguages/comments/gprche/neut_a_dependentlytyped_programming_language_with/ 1. ```Example from the web: ; download the core library (ensure core/0.1.0.0 "https://github.com/u2zv1wx/neut-core/raw/master/release/0.1.0.0.tar.gz") (include "core/0.1.0.0/core.neut") (with identity.bind (let str "a") (let _ (string.print str)) (let _ (string.print str)) (string.print str)) ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example ; A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example ; A comment Token ; row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 12/04/2024 455 2.3
lem-editor - Editor lem-editor ========== lem-editor is an <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22editor%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">editor</a> created in 2015. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222015%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2015 #1055 on PLDB 10 Years Old ```Download source code: git clone https://github.com/cxxxr/lem ``` Common Lisp editor/IDE with high expansibility - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"editor"%5D%7D%5D%2C"logic"%3A"AND"%7D'>editor</a> - lem-editor is developed on <a href="https://github.com/cxxxr/lem">GitHub</a> and has 2,180 stars - Early development of lem-editor happened in <a href="../lists/labs.html#q=https://github.com/lem-project">https://github.com/lem-project</a> - lem-editor is written in <a href="lisp.html">Lisp</a>, <a href="markdown.html">Markdown</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="json.html">JSON</a>, <a href="yaml.html">YAML</a>, <a href="make.html">Make</a>, <a href="dockerfile.html">Dockerfile</a> Built with Scroll v170.4.1 12/04/2024 282 1.4
HVM2 - Virtual machine HVM2 ==== HVM2 is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22vm%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">virtual machine</a> created in 2024 by Victor Taelin. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222024%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2024 https://pldb.io/concepts/../lists/creators.html#q=Victor%20Taelin Victor Taelin #791 on PLDB 1 Years Old ```Download source code: git clone https://github.com/higherorderco/hvm ``` A massively parallel, optimal functional runtime in Rust - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"vm"%5D%7D%5D%2C"logic"%3A"AND"%7D'>virtual machine</a> - HVM2 is developed on <a href="https://github.com/higherorderco/hvm">GitHub</a> and has 10,355 stars - HVM2 is written in <a href="rust.html">Rust</a>, <a href="yaml.html">YAML</a>, <a href="cuda.html">CUDA</a>, <a href="markdown.html">Markdown</a>, <a href="javascript.html">JavaScript</a>, <a href="c.html">C</a>, <a href="toml.html">TOML</a>, <a href="python.html">Python</a> - See also: (1 related languages) <a href="hvm.html">hvm</a> - 1 PLDB concepts link to HVM2: <a href="hvm.html">hvm</a> Built with Scroll v170.4.1 12/04/2024 299 1.5
HTSQL - Query language HTSQL ===== HTSQL is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22queryLanguage%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">query language</a> created in 2006 by Clark Evans and Kirill Simonov. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222006%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2006 https://pldb.io/concepts/../lists/creators.html#q=Clark%20Evans Clark Evans https://pldb.io/concepts/../lists/creators.html#q=Kirill%20Simonov Kirill Simonov #1585 on PLDB 19 Years Old ```Download source code: git clone https://github.com/prometheusresearch/htsql ``` HTSQL is a comprehensive navigational query language for relational databases. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"queryLanguage"%5D%7D%5D%2C"logic"%3A"AND"%7D'>queryLanguage</a> - HTSQL is developed on <a href="https://github.com/prometheusresearch/htsql">GitHub</a> and has 25 stars - HTSQL is written in <a href="python.html">Python</a>, <a href="yaml.html">YAML</a>, <a href="restructuredtext.html">reStructuredText</a>, <a href="tex.html">Tex</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="sql.html">SQL</a>, <a href="html.html">HTML</a>, <a href="make.html">Make</a>, <a href="css.html">CSS</a>, <a href="javascript.html">JavaScript</a>, <a href="cython.html">Cython</a> ```Example from the web: /school{name, count(department) :as '# of Dept.'} ``` Built with Scroll v170.4.1 12/04/2024 324 1.6
Aardvark - Programming language Aardvark ======== Aardvark is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2020 by Hg0428 and JustCoding123 and CompilingCoder and TheBoys619 and PlasDev and ZDev1. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222020%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2020 https://pldb.io/concepts/../lists/creators.html#q=Hg0428 Hg0428 https://pldb.io/concepts/../lists/creators.html#q=JustCoding123 JustCoding123 https://pldb.io/concepts/../lists/creators.html#q=CompilingCoder CompilingCoder https://pldb.io/concepts/../lists/creators.html#q=TheBoys619 TheBoys619 https://pldb.io/concepts/../lists/creators.html#q=PlasDev PlasDev https://pldb.io/concepts/../lists/creators.html#q=ZDev1 ZDev1 #1268 on PLDB 5 Years Old ```Download source code: git clone https://github.com/Aardvark-team/Aardvark-py ``` Aardvark was originally designed in Python as an interpretter. This encompassed all releases up to 1.0. Then, in 2021 and 2022, other implementations started emerging, written in language such as Go and C++. In 2022, however, Aardvark underwent the 1.0 redesign. The language was redesigned from the ground up and re-implemented with a new, but temporary Python interpretter. Now, in 2023, the team is building the final compiler. This compiler is written in Aardvark itself and compiles to LLVM. It has the goal of being faster than C while easier than Python. It was designed for beginners and pros alike. The documentation is avaialiable here: https://aardvark-docs.programit.repl.co. It includes many tutorials and articles. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Aardvark is developed on <a href="https://github.com/Aardvark-team/Aardvark-py">GitHub</a> and has 8 stars - Early development of Aardvark happened in <a href="../lists/labs.html#q=discord">discord</a> - Aardvark is written in <a href="python.html">Python</a>, <a href="markdown.html">Markdown</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="toml.html">TOML</a>, <a href="powershell.html">PowerShell</a>, <a href="json.html">JSON</a> ```Example from the web: stdout.write("Hello World!\n") ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature hasSelfOrThisWord FeatureLink ../features/hasSelfOrThisWord.html Supported <span class="hasFeature">✓</span> Example You can name it whatever you like. Token row Feature hasReservedWords FeatureLink ../features/hasReservedWords.html Supported <span class="hasFeature">✓</span> Example Token row Feature Sets FeatureLink ../features/hasSets.html Supported <span class="hasFeature">✓</span> Example Token row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token row Feature Prefix Notation FeatureLink ../features/hasPrefixNotation.html Supported <span class="hasFeature">✓</span> Example Token row Feature Postfix Notation FeatureLink ../features/hasPostfixNotation.html Supported <span class="hasFeature">✓</span> Example Token row Feature Pointers FeatureLink ../features/hasPointers.html Supported <span class="hasFeature">✓</span> Example Token row Feature Pattern Matching FeatureLink ../features/hasPatternMatching.html Supported <span class="hasFeature">✓</span> Example This functionality is included in switch statements. Token row Feature Operators FeatureLink ../features/hasOperators.html Supported <span class="hasFeature">✓</span> Example Token row Feature Octals FeatureLink ../features/hasOctals.html Supported <span class="hasFeature">✓</span> Example Token row Feature Null FeatureLink ../features/hasNull.html Supported <span class="hasFeature">✓</span> Example `null` Token row Feature Multiple Inheritance FeatureLink ../features/hasMultipleInheritance.html Supported <span class="hasFeature">✓</span> Example Token row Feature Multiline Strings FeatureLink ../features/hasMultilineStrings.html Supported <span class="hasFeature">✓</span> Example Token row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Module Pattern FeatureLink ../features/hasModules.html Supported <span class="hasFeature">✓</span> Example Token row Feature Manual Memory Management FeatureLink ../features/hasManualMemoryManagement.html Supported <span class="hasFeature">✓</span> Example Token row Feature Lists FeatureLink ../features/hasLists.html Supported <span class="hasFeature">✓</span> Example Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Infix Notation FeatureLink ../features/hasInfixNotation.html Supported <span class="hasFeature">✓</span> Example Token row Feature Increment and decrement operators FeatureLink ../features/hasIncrementAndDecrementOperators.html Supported <span class="hasFeature">✓</span> Example ++ and -- Token row Feature Implicit Arguments FeatureLink ../features/hasImplicitArguments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Integers FeatureLink ../features/hasIntegers.html Supported <span class="hasFeature">✓</span> Example Token row Feature Inheritance FeatureLink ../features/hasInheritance.html Supported <span class="hasFeature">✓</span> Example Token row Feature File Imports FeatureLink ../features/hasImports.html Supported <span class="hasFeature">✓</span> Example Token row Feature hasIfs FeatureLink ../features/hasIfs.html Supported <span class="hasFeature">✓</span> Example Token row Feature hasIfElses FeatureLink ../features/hasIfElses.html Supported <span class="hasFeature">✓</span> Example Token row Feature Here Document FeatureLink ../features/hasHereDocs.html Supported <span class="hasFeature">✓</span> Example Token row Feature Hexadecimals FeatureLink ../features/hasHexadecimals.html Supported <span class="hasFeature">✓</span> Example `16_fa7` would evaluate as a hexadecimal number Token row Feature hasGlobalScope FeatureLink ../features/hasGlobalScope.html Supported <span class="hasFeature">✓</span> Example Token row Feature hasForLoops FeatureLink ../features/hasForLoops.html Supported <span class="hasFeature">✓</span> Example Token row Feature hasFnArguments FeatureLink ../features/hasFnArguments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Floats FeatureLink ../features/hasFloats.html Supported <span class="hasFeature">✓</span> Example Token row Feature First-Class Functions FeatureLink ../features/hasFirstClassFunctions.html Supported <span class="hasFeature">✓</span> Example Token row Feature Exceptions FeatureLink ../features/hasExceptions.html Supported <span class="hasFeature">✓</span> Example Has throw, try, and catch Token row Feature Dynamic Properties FeatureLink ../features/hasDynamicProperties.html Supported <span class="hasFeature">✓</span> Example Token row Feature Constants FeatureLink ../features/hasConstants.html Supported <span class="hasFeature">✓</span> Example `static` keyword Token row Feature Constructors FeatureLink ../features/hasConstructors.html Supported <span class="hasFeature">✓</span> Example Token row Feature Conditionals FeatureLink ../features/hasConditionals.html Supported <span class="hasFeature">✓</span> Example Token row Feature hasContinue FeatureLink ../features/hasContinue.html Supported <span class="hasFeature">✓</span> Example Token row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Classes FeatureLink ../features/hasClasses.html Supported <span class="hasFeature">✓</span> Example Token row Feature hasBreak FeatureLink ../features/hasBreak.html Supported <span class="hasFeature">✓</span> Example Token row Feature Booleans FeatureLink ../features/hasBooleans.html Supported <span class="hasFeature">✓</span> Example Token row Feature Binary Literals FeatureLink ../features/hasBinaryNumbers.html Supported <span class="hasFeature">✓</span> Example `2_101` would evaluate as a binary number. Token row Feature Assignment FeatureLink ../features/hasAssignment.html Supported <span class="hasFeature">✓</span> Example Token row Feature Anonymous Functions FeatureLink ../features/hasAnonymousFunctions.html Supported <span class="hasFeature">✓</span> Example Token row Feature Labels FeatureLink ../features/hasLabels.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 12/04/2024 1193 6
SurrealDB - Query language SurrealDB ========= SurrealDB is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22queryLanguage%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">query language</a> created in 2016 by Tobie Morgan Hitchcock. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222016%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2016 https://pldb.io/concepts/../lists/creators.html#q=Tobie%20Morgan%20Hitchcock Tobie Morgan Hitchcock #847 on PLDB 9 Years Old ```Download source code: git clone https://github.com/surrealdb/surrealdb ``` SurrealDB is an end-to-end cloud-native database designed for modern applications, including web, mobile, serverless, Jamstack, backend, and traditional applications. With SurrealDB, you can simplify your database and API infrastructure, reduce development time, and build secure, performant apps quickly and cost-effectively. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"queryLanguage"%5D%7D%5D%2C"logic"%3A"AND"%7D'>queryLanguage</a> - SurrealDB is developed on <a href="https://github.com/surrealdb/surrealdb">GitHub</a> and has 28,116 stars - SurrealDB is written in <a href="rust.html">Rust</a>, <a href="svg.html">SVG</a>, <a href="yaml.html">YAML</a>, <a href="markdown.html">Markdown</a>, <a href="toml.html">TOML</a>, <a href="nix.html">Nix</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="make.html">Make</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="d.html">D</a>, <a href="ini.html">Ini</a> ```Example from the web: UPDATE person SET waist = <int> "34", height = <float> 201, score = <decimal> 0.3 + 0.3 + 0.3 + 0.1 ; ``` Built with Scroll v170.4.1 12/03/2024 365 1.8
Alonzo - Programming language Alonzo ====== Alonzo is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1994 by John D. Ramsdell. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221994%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1994 https://pldb.io/concepts/../lists/creators.html#q=John%20D.%20Ramsdell John D. Ramsdell #3849 on PLDB 31 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Early development of Alonzo happened in <a href="../lists/labs.html#q=The MITRE Corporation">The MITRE Corporation</a> - Alonzo on HOPL https://hopl.info/showlanguage.prx?exp=2158 Alonzo on HOPL - Read more about Alonzo on Semantic Scholar: 1. https://semanticscholar.org/paper/ec8b6e9cb4a7d2ac44989a3abaf89620000613e0 1. Built with Scroll v170.4.1 12/03/2024 237 1.2
VLC - Application VLC === VLC, aka VideoLAN Client, is an <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22application%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">application</a> created in 1996 by Jean-Baptiste Kempf. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221996%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1996 https://pldb.io/concepts/../lists/creators.html#q=Jean-Baptiste%20Kempf Jean-Baptiste Kempf #654 on PLDB 29 Years Old ```Download source code: git clone https://github.com/videolan/vlc ``` VLC media player - All pull requests are ignored, please use MRs on https://code.videolan.org/videolan/vlc - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"application"%5D%7D%5D%2C"logic"%3A"AND"%7D'>application</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"video"%5D%7D%5D%2C"logic"%3A"AND"%7D'>video</a> - VLC is developed on <a href="https://github.com/videolan/vlc">GitHub</a> and has 13,674 stars - VLC is written in <a href="c.html">C</a>, <a href="cpp.html">C++</a>, <a href="diff.html">Diff</a>, <a href="qml.html">QML</a>, <a href="objective-c.html">Objective-C</a>, <a href="svg.html">SVG</a>, <a href="xml.html">XML</a>, <a href="make.html">Make</a>, <a href="lua.html">Lua</a>, <a href="meson.html">Meson</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="qt.html">Qt</a>, <a href="m4.html">M4</a>, <a href="assembly-language.html">Assembly language</a>, <a href="python.html">Python</a>, <a href="html.html">HTML</a>, <a href="rust.html">Rust</a>, <a href="markdown.html">Markdown</a>, <a href="json.html">JSON</a>, <a href="glsl.html">GLSL</a>, <a href="toml.html">TOML</a>, <a href="javascript.html">JavaScript</a>, <a href="visual-basic.html">Visual Basic</a>, <a href="yaml.html">YAML</a>, <a href="css.html">CSS</a>, <a href="yacc.html">Yacc</a>, <a href="lex.html">Lex</a>, <a href="dtd.html">DTD</a>, <a href="xsd.html">XSD</a>, <a href="perl.html">Perl</a>, <a href="vim-script.html">Vim script</a>, <a href="protobuf.html">Protocol Buffers</a>, <a href="cmake.html">CMake</a> Built with Scroll v170.4.1 12/03/2024 492 2.5
Tao - Programming language Tao === Tao is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2020 by Joshua Barretto. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222020%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2020 https://pldb.io/concepts/../lists/creators.html#q=Joshua%20Barretto Joshua Barretto #1033 on PLDB 5 Years Old ```Download source code: git clone https://github.com/zesterer/tao ``` A statically-typed functional language with polymorphism, typeclasses, sum types, pattern-matching, first-class functions, currying, good diagnostics, and much more! - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Tao is developed on <a href="https://github.com/zesterer/tao">GitHub</a> and has 1,086 stars - Tao is written in <a href="rust.html">Rust</a>, <a href="toml.html">TOML</a>, <a href="markdown.html">Markdown</a>, <a href="svg.html">SVG</a>, <a href="scss.html">SCSS</a>, <a href="html.html">HTML</a>, <a href="bourne-shell.html">Bourne shell</a> ```Example from the web: fn factorial = | 0 => 1 \ y ~ x + 1 => y * factorial(x) ``` Built with Scroll v170.4.1 12/03/2024 301 1.5
Farcaster - Protocol Farcaster ========= Farcaster is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22protocol%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">protocol</a> created in 2021 by Dan Romero and Varun Srinivasan. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222021%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2021 https://pldb.io/concepts/../lists/creators.html#q=Dan%20Romero Dan Romero https://pldb.io/concepts/../lists/creators.html#q=Varun%20Srinivasan Varun Srinivasan #637 on PLDB 4 Years Old ```Download source code: git clone https://github.com/farcasterxyz/protocol ``` Farcaster is a decentralized social network built on top of Ethereum. The Layer 1 blockchain manages user identities, while a Layer 2 network propagates updates between users. It offers: Secure, memorable, and human-readable user identifiers like @alice. Real-time settlement and propagation of changes between users. Decentralized access to all data on the network at reasonable costs. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"protocol"%5D%7D%5D%2C"logic"%3A"AND"%7D'>protocol</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"microblogging"%5D%7D%5D%2C"logic"%3A"AND"%7D'>microblogging</a> - Farcaster is developed on <a href="https://github.com/farcasterxyz/protocol">GitHub</a> and has 1,913 stars - Early development of Farcaster happened in <a href="../lists/labs.html#q=https://github.com/farcasterxyz">https://github.com/farcasterxyz</a> - <a href="activity-pub.html">ActivityPub</a> and <a href="ssb.html">Secure Scuttlebutt</a> influenced the design of Farcaster - Farcaster is written in <a href="markdown.html">Markdown</a>, <a href="yaml.html">YAML</a>, <a href="json.html">JSON</a> Built with Scroll v170.4.1 12/03/2024 391 2
buzz - Programming language buzz ==== buzz is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2021 by Benoit Giannangeli. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222021%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2021 https://pldb.io/concepts/../lists/creators.html#q=Benoit%20Giannangeli Benoit Giannangeli #505 on PLDB 4 Years Old ```Download source code: git clone https://github.com/buzz-language/buzz ``` [Image Omitted] A screenshot of the <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> buzz. A small/lightweight typed scripting language (in development) - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - buzz is developed on <a href="https://github.com/buzz-language/buzz">GitHub</a> and has 1,168 stars - Early development of buzz happened in <a href="../lists/labs.html#q=https://github.com/buzz-language/">https://github.com/buzz-language/</a> - <a href="lua.html">Lua</a> influenced the design of buzz - buzz is written in <a href="zig.html">Zig</a>, <a href="lua.html">Lua</a>, <a href="markdown.html">Markdown</a>, <a href="json.html">JSON</a>, <a href="yaml.html">YAML</a>, <a href="dart.html">Dart</a>, <a href="typescript.html">TypeScript</a>, <a href="html.html">HTML</a> Built with Scroll v170.4.1 12/03/2024 376 1.9
Concepts Sitemap https://pldb.io/concepts/jill.html https://pldb.io/concepts/perl.html https://pldb.io/concepts/cuda.html https://pldb.io/concepts/roc.html https://pldb.io/concepts/grep.html https://pldb.io/concepts/mojo.html https://pldb.io/concepts/xla.html https://pldb.io/concepts/umka.html https://pldb.io/concepts/mlir.html https://pldb.io/concepts/srt.html https://pldb.io/concepts/egel.html https://pldb.io/concepts/swift-il.html https://pldb.io/concepts/webrtc.html https://pldb.io/concepts/llvmir.html https://pldb.io/concepts/rtmp.html https://pldb.io/concepts/sdlang.html https://pldb.io/concepts/snap.html https://pldb.io/concepts/clang.html https://pldb.io/concepts/dash.html https://pldb.io/concepts/gemtext.html https://pldb.io/concepts/hls.html https://pldb.io/concepts/acsv.html https://pldb.io/concepts/arweave.html https://pldb.io/concepts/aui-lang.html https://pldb.io/concepts/aui.html https://pldb.io/concepts/red.html https://pldb.io/concepts/prql.html https://pldb.io/concepts/lil.html https://pldb.io/concepts/triton.html https://pldb.io/concepts/bicep.html https://pldb.io/concepts/rescript.html https://pldb.io/concepts/jakt.html https://pldb.io/concepts/bun.html https://pldb.io/concepts/flowchart-fun.html https://pldb.io/concepts/haskell.html https://pldb.io/concepts/kotlin.html https://pldb.io/concepts/scala.html https://pldb.io/concepts/zig.html https://pldb.io/concepts/lua.html https://pldb.io/concepts/go.html https://pldb.io/concepts/fennel.html https://pldb.io/concepts/dale.html https://pldb.io/concepts/pie-lang.html https://pldb.io/concepts/sibilant.html https://pldb.io/concepts/nu.html https://pldb.io/concepts/phel.html https://pldb.io/concepts/lux.html https://pldb.io/concepts/ferret.html https://pldb.io/concepts/hackett.html https://pldb.io/concepts/lfe.html https://pldb.io/concepts/wisp.html https://pldb.io/concepts/hy.html https://pldb.io/concepts/newlisp.html https://pldb.io/concepts/clojurescript.html https://pldb.io/concepts/lispyscript.html https://pldb.io/concepts/chrysalisp.html https://pldb.io/concepts/chicken.html https://pldb.io/concepts/djot.html https://pldb.io/concepts/planit.html https://pldb.io/concepts/cairo.html https://pldb.io/concepts/borgo.html https://pldb.io/concepts/fql.html https://pldb.io/concepts/kdl.html https://pldb.io/concepts/threejs.html https://pldb.io/concepts/openverse.html https://pldb.io/concepts/pkl.html https://pldb.io/concepts/rocksdb.html https://pldb.io/concepts/wiredtiger.html https://pldb.io/concepts/ccl.html https://pldb.io/concepts/mlscript.html https://pldb.io/concepts/carbon.html https://pldb.io/concepts/wa.html https://pldb.io/concepts/vyxal.html https://pldb.io/concepts/nim.html https://pldb.io/concepts/mongodb.html https://pldb.io/concepts/berkeleydb.html https://pldb.io/concepts/zbasic.html https://pldb.io/concepts/odin.html https://pldb.io/concepts/org.html https://pldb.io/concepts/scroll.html https://pldb.io/concepts/bike.html https://pldb.io/concepts/opml.html https://pldb.io/concepts/leveldb.html https://pldb.io/concepts/pyth.html https://pldb.io/concepts/ron.html https://pldb.io/concepts/swallow.html https://pldb.io/concepts/vyper.html https://pldb.io/concepts/hvm2.html https://pldb.io/concepts/lem-editor.html https://pldb.io/concepts/neut.html https://pldb.io/concepts/aardvark.html https://pldb.io/concepts/htsql.html https://pldb.io/concepts/alonzo.html https://pldb.io/concepts/surrealdb.html https://pldb.io/concepts/tao-lang.html https://pldb.io/concepts/vlc.html https://pldb.io/concepts/farcaster.html https://pldb.io/concepts/buzz.html https://pldb.io/concepts/sqlite.html https://pldb.io/concepts/zyme.html https://pldb.io/concepts/yggdrasil.html https://pldb.io/concepts/true-basic.html https://pldb.io/concepts/python.html https://pldb.io/concepts/hjson.html https://pldb.io/concepts/irc.html https://pldb.io/concepts/webgl.html https://pldb.io/concepts/atprotocol.html https://pldb.io/concepts/tsar.html https://pldb.io/concepts/blossom.html https://pldb.io/concepts/ipfs.html https://pldb.io/concepts/olc.html https://pldb.io/concepts/sage.html https://pldb.io/concepts/baudot-code.html https://pldb.io/concepts/moonbit.html https://pldb.io/concepts/wgs.html https://pldb.io/concepts/flow.html https://pldb.io/concepts/metalang99.html https://pldb.io/concepts/ramdascript.html https://pldb.io/concepts/drupal.html https://pldb.io/concepts/templeos.html https://pldb.io/concepts/sporth.html https://pldb.io/concepts/web3js.html https://pldb.io/concepts/xarray.html https://pldb.io/concepts/psvg.html https://pldb.io/concepts/quickjs.html https://pldb.io/concepts/seif.html https://pldb.io/concepts/space.html https://pldb.io/concepts/moose64.html https://pldb.io/concepts/mushroom.html https://pldb.io/concepts/netbeans-editor.html https://pldb.io/concepts/note.html https://pldb.io/concepts/obsidian.html https://pldb.io/concepts/prescheme.html https://pldb.io/concepts/flutter.html https://pldb.io/concepts/ggplot2.html https://pldb.io/concepts/jaqt.html https://pldb.io/concepts/jsoncanvas.html https://pldb.io/concepts/cir.html https://pldb.io/concepts/concurr.html https://pldb.io/concepts/chapel.html https://pldb.io/concepts/clojure.html https://pldb.io/concepts/sui.html https://pldb.io/concepts/move.html https://pldb.io/concepts/cobol.html https://pldb.io/concepts/zonnon.html https://pldb.io/concepts/zope.html https://pldb.io/concepts/zopl.html https://pldb.io/concepts/zot.html https://pldb.io/concepts/zpl.html https://pldb.io/concepts/zpp.html https://pldb.io/concepts/zuo.html https://pldb.io/concepts/zz.html https://pldb.io/concepts/z2.html https://pldb.io/concepts/z80.html https://pldb.io/concepts/zccs.html https://pldb.io/concepts/zed.html https://pldb.io/concepts/zeek.html https://pldb.io/concepts/zeno.html https://pldb.io/concepts/zenscript.html https://pldb.io/concepts/zephir.html https://pldb.io/concepts/zephyr-asdl.html https://pldb.io/concepts/zeta.html https://pldb.io/concepts/zgrass.html https://pldb.io/concepts/zigzag.html https://pldb.io/concepts/zil.html https://pldb.io/concepts/zim-format.html https://pldb.io/concepts/zimbu.html https://pldb.io/concepts/zimpl.html https://pldb.io/concepts/zip-format.html https://pldb.io/concepts/zish.html https://pldb.io/concepts/zl.html https://pldb.io/concepts/zlang.html https://pldb.io/concepts/zoem.html https://pldb.io/concepts/zolang.html https://pldb.io/concepts/zone.html https://pldb.io/concepts/yasl.html https://pldb.io/concepts/yasnippet.html https://pldb.io/concepts/yawl.html https://pldb.io/concepts/ycp.html https://pldb.io/concepts/yedalog.html https://pldb.io/concepts/yess.html https://pldb.io/concepts/yeti.html https://pldb.io/concepts/yewslip.html https://pldb.io/concepts/yii.html https://pldb.io/concepts/yinyang.html https://pldb.io/concepts/yoga.html https://pldb.io/concepts/yoix.html https://pldb.io/concepts/yoptascript.html https://pldb.io/concepts/yorick.html https://pldb.io/concepts/yugabytedb.html https://pldb.io/concepts/yul.html https://pldb.io/concepts/yum-pm.html https://pldb.io/concepts/z-expressions.html https://pldb.io/concepts/z-flat.html https://pldb.io/concepts/z-machine.html https://pldb.io/concepts/z-notation.html https://pldb.io/concepts/z-shell.html https://pldb.io/concepts/z.html https://pldb.io/concepts/xsv-app.html https://pldb.io/concepts/xt3d.html https://pldb.io/concepts/xtao.html https://pldb.io/concepts/xtclang.html https://pldb.io/concepts/xtend.html https://pldb.io/concepts/xtext.html https://pldb.io/concepts/xtran.html https://pldb.io/concepts/xuml.html https://pldb.io/concepts/xupdate.html https://pldb.io/concepts/xxl.html https://pldb.io/concepts/xy.html https://pldb.io/concepts/y-lang.html https://pldb.io/concepts/y.html https://pldb.io/concepts/yabasic.html https://pldb.io/concepts/yacas.html https://pldb.io/concepts/yacc.html https://pldb.io/concepts/yakou-lang.html https://pldb.io/concepts/yaml.html https://pldb.io/concepts/yamp.html https://pldb.io/concepts/yang.html https://pldb.io/concepts/yap-prolog.html https://pldb.io/concepts/yara.html https://pldb.io/concepts/yarv.html https://pldb.io/concepts/xoc-compiler.html https://pldb.io/concepts/xodio.html https://pldb.io/concepts/xojo.html https://pldb.io/concepts/xotcl.html https://pldb.io/concepts/xpages.html https://pldb.io/concepts/xpath.html https://pldb.io/concepts/xpl.html https://pldb.io/concepts/xpl0.html https://pldb.io/concepts/xpm-format.html https://pldb.io/concepts/xpop.html https://pldb.io/concepts/xproc.html https://pldb.io/concepts/xprofan.html https://pldb.io/concepts/xql-lang.html https://pldb.io/concepts/xql.html https://pldb.io/concepts/xquery.html https://pldb.io/concepts/xs-lang.html https://pldb.io/concepts/xs.html https://pldb.io/concepts/xsd.html https://pldb.io/concepts/xsharp.html https://pldb.io/concepts/xsim.html https://pldb.io/concepts/xslt.html https://pldb.io/concepts/xdr.html https://pldb.io/concepts/xduce.html https://pldb.io/concepts/xe.html https://pldb.io/concepts/xetex.html https://pldb.io/concepts/xgboost-model.html https://pldb.io/concepts/xgboost.html https://pldb.io/concepts/xgmml.html https://pldb.io/concepts/xhtml.html https://pldb.io/concepts/xidoc.html https://pldb.io/concepts/xl-lang.html https://pldb.io/concepts/xl.html https://pldb.io/concepts/xlwings-editor.html https://pldb.io/concepts/xmi.html https://pldb.io/concepts/xmind.html https://pldb.io/concepts/xml-gl.html https://pldb.io/concepts/xml-ql.html https://pldb.io/concepts/xml-query-algebra.html https://pldb.io/concepts/xml.html https://pldb.io/concepts/xmpp.html https://pldb.io/concepts/xmtc.html https://pldb.io/concepts/xmtp.html https://pldb.io/concepts/x10.html https://pldb.io/concepts/x11-basic.html https://pldb.io/concepts/x86-64-isa.html https://pldb.io/concepts/x86-assembly.html https://pldb.io/concepts/x86-isa.html https://pldb.io/concepts/xadl.html https://pldb.io/concepts/xaml.html https://pldb.io/concepts/xbase.html https://pldb.io/concepts/xbasepp.html https://pldb.io/concepts/xbasic.html https://pldb.io/concepts/xbel.html https://pldb.io/concepts/xbl.html https://pldb.io/concepts/xblite.html https://pldb.io/concepts/xbrl.html https://pldb.io/concepts/xc.html https://pldb.io/concepts/xcard.html https://pldb.io/concepts/xcas.html https://pldb.io/concepts/xcompose.html https://pldb.io/concepts/xcore.html https://pldb.io/concepts/xcy.html https://pldb.io/concepts/world.html https://pldb.io/concepts/worldwideweb-browser.html https://pldb.io/concepts/worst.html https://pldb.io/concepts/wren.html https://pldb.io/concepts/writeacourse.html https://pldb.io/concepts/writerduet.html https://pldb.io/concepts/wsdl.html https://pldb.io/concepts/wsfn-programming-language.html https://pldb.io/concepts/wu.html https://pldb.io/concepts/www.html https://pldb.io/concepts/wxbasic.html https://pldb.io/concepts/wylbur.html https://pldb.io/concepts/wyvern.html https://pldb.io/concepts/x-basic.html https://pldb.io/concepts/x-bitmap-format.html https://pldb.io/concepts/x-bitmap.html https://pldb.io/concepts/x-font-directory-index.html https://pldb.io/concepts/x-it.html https://pldb.io/concepts/x-klaim.html https://pldb.io/concepts/x-pixmap.html https://pldb.io/concepts/windows-registry-entries.html https://pldb.io/concepts/wing.html https://pldb.io/concepts/winwrap-basic.html https://pldb.io/concepts/winxed.html https://pldb.io/concepts/wireless-markup-language.html https://pldb.io/concepts/wirth-syntax-notation.html https://pldb.io/concepts/wiswesser-line-notation.html https://pldb.io/concepts/wizml.html https://pldb.io/concepts/wizor.html https://pldb.io/concepts/wlambda.html https://pldb.io/concepts/wlanguage.html https://pldb.io/concepts/wml.html https://pldb.io/concepts/wmlscript.html https://pldb.io/concepts/woe.html https://pldb.io/concepts/wol.html https://pldb.io/concepts/wolfram.html https://pldb.io/concepts/wolontis-bell-interpreter.html https://pldb.io/concepts/wonkey.html https://pldb.io/concepts/woofjs.html https://pldb.io/concepts/wordpress.html https://pldb.io/concepts/work-flow-language.html https://pldb.io/concepts/workfl.html https://pldb.io/concepts/world-of-warcraft-addon-data.html https://pldb.io/concepts/wdl.html https://pldb.io/concepts/web-idl.html https://pldb.io/concepts/webdna.html https://pldb.io/concepts/webkit.html https://pldb.io/concepts/webl.html https://pldb.io/concepts/webm.html https://pldb.io/concepts/webp.html https://pldb.io/concepts/webql.html https://pldb.io/concepts/webstorm-editor.html https://pldb.io/concepts/weebasic.html https://pldb.io/concepts/wenyan.html https://pldb.io/concepts/wescheme.html https://pldb.io/concepts/wgsl.html https://pldb.io/concepts/whack.html https://pldb.io/concepts/whalecalf.html https://pldb.io/concepts/whiley.html https://pldb.io/concepts/whirl.html https://pldb.io/concepts/whirlwind.html https://pldb.io/concepts/whitespace.html https://pldb.io/concepts/whois-protocol.html https://pldb.io/concepts/wikitax.html https://pldb.io/concepts/winbatch.html https://pldb.io/concepts/windev.html https://pldb.io/concepts/vvvv.html https://pldb.io/concepts/w.html https://pldb.io/concepts/wah.html https://pldb.io/concepts/walt.html https://pldb.io/concepts/wart.html https://pldb.io/concepts/wasm.html https://pldb.io/concepts/wasmer.html https://pldb.io/concepts/wasp-lang.html https://pldb.io/concepts/wast.html https://pldb.io/concepts/watbol.html https://pldb.io/concepts/watcom.html https://pldb.io/concepts/water.html https://pldb.io/concepts/watfiv.html https://pldb.io/concepts/watfor.html https://pldb.io/concepts/wats.html https://pldb.io/concepts/wavefront-material.html https://pldb.io/concepts/wavefront-object.html https://pldb.io/concepts/wax.html https://pldb.io/concepts/wcl.html https://pldb.io/concepts/wcps.html https://pldb.io/concepts/wddx.html https://pldb.io/concepts/wdf.html https://pldb.io/concepts/visual-studio-code-editor.html https://pldb.io/concepts/visual-studio-editor.html https://pldb.io/concepts/visual-studio-marketplace-pm.html https://pldb.io/concepts/visual-test.html https://pldb.io/concepts/visual.html https://pldb.io/concepts/visualworks.html https://pldb.io/concepts/viva.html https://pldb.io/concepts/vivaldi.html https://pldb.io/concepts/viz.html https://pldb.io/concepts/vlibtemplate.html https://pldb.io/concepts/vml.html https://pldb.io/concepts/volt.html https://pldb.io/concepts/vortex.html https://pldb.io/concepts/voxml.html https://pldb.io/concepts/vpl.html https://pldb.io/concepts/vrml.html https://pldb.io/concepts/vspl.html https://pldb.io/concepts/vsxu.html https://pldb.io/concepts/vtl-lang.html https://pldb.io/concepts/vtl.html https://pldb.io/concepts/vtml.html https://pldb.io/concepts/vuejs.html https://pldb.io/concepts/vulcan.html https://pldb.io/concepts/vim-scripts-pm.html https://pldb.io/concepts/vim.html https://pldb.io/concepts/vimwiki.html https://pldb.io/concepts/violent-es.html https://pldb.io/concepts/viptran.html https://pldb.io/concepts/virgil.html https://pldb.io/concepts/viron.html https://pldb.io/concepts/virt.html https://pldb.io/concepts/visavis.html https://pldb.io/concepts/visdown.html https://pldb.io/concepts/visicalc.html https://pldb.io/concepts/vissim.html https://pldb.io/concepts/visual-basic.net.html https://pldb.io/concepts/visual-basic.html https://pldb.io/concepts/visual-dataflex.html https://pldb.io/concepts/visual-dialogscript.html https://pldb.io/concepts/visual-eiffel.html https://pldb.io/concepts/visual-foxpro.html https://pldb.io/concepts/visual-logic.html https://pldb.io/concepts/visual-objects.html https://pldb.io/concepts/visual-occam.html https://pldb.io/concepts/visual-paradigm-app.html https://pldb.io/concepts/visual-prolog.html https://pldb.io/concepts/visual-smalltalk-enterprise.html https://pldb.io/concepts/venus.html https://pldb.io/concepts/verifpal.html https://pldb.io/concepts/verilog.html https://pldb.io/concepts/verona.html https://pldb.io/concepts/verse.html https://pldb.io/concepts/versioned-text-markup-language.html https://pldb.io/concepts/verve.html https://pldb.io/concepts/veryl.html https://pldb.io/concepts/vex.html https://pldb.io/concepts/vga-standard.html https://pldb.io/concepts/vhdl-ams.html https://pldb.io/concepts/vhdl.html https://pldb.io/concepts/vi.html https://pldb.io/concepts/video.html https://pldb.io/concepts/vienna-definition-language.html https://pldb.io/concepts/vienna-fortran.html https://pldb.io/concepts/vigil.html https://pldb.io/concepts/vilnius-basic.html https://pldb.io/concepts/vim-script.html https://pldb.io/concepts/vala.html https://pldb.io/concepts/vale-assembly.html https://pldb.io/concepts/vale.html https://pldb.io/concepts/varlist.html https://pldb.io/concepts/vba.html https://pldb.io/concepts/vbscript.html https://pldb.io/concepts/vcard.html https://pldb.io/concepts/vcf-format.html https://pldb.io/concepts/vcl.html https://pldb.io/concepts/vcpkg-pm.html https://pldb.io/concepts/vdm-sl.html https://pldb.io/concepts/vdscript.html https://pldb.io/concepts/vector-pascal.html https://pldb.io/concepts/vega-editor-app.html https://pldb.io/concepts/vega.html https://pldb.io/concepts/velato.html https://pldb.io/concepts/vely.html https://pldb.io/concepts/upic.html https://pldb.io/concepts/urbiscript.html https://pldb.io/concepts/uri.html https://pldb.io/concepts/url.html https://pldb.io/concepts/urn.html https://pldb.io/concepts/urweb.html https://pldb.io/concepts/usb-standard.html https://pldb.io/concepts/uscript.html https://pldb.io/concepts/uscript2.html https://pldb.io/concepts/usd.html https://pldb.io/concepts/usenet.html https://pldb.io/concepts/ussa.html https://pldb.io/concepts/utc-format.html https://pldb.io/concepts/utf-8.html https://pldb.io/concepts/utopia-84.html https://pldb.io/concepts/uuid.html https://pldb.io/concepts/uxf.html https://pldb.io/concepts/v-golf.html https://pldb.io/concepts/v-promela.html https://pldb.io/concepts/v-visual-language.html https://pldb.io/concepts/v.html https://pldb.io/concepts/v8.html https://pldb.io/concepts/v8torque.html https://pldb.io/concepts/val-ii.html https://pldb.io/concepts/val.html https://pldb.io/concepts/unicon.html https://pldb.io/concepts/unicorn.html https://pldb.io/concepts/uniface.html https://pldb.io/concepts/unified-diff.html https://pldb.io/concepts/unified-parallel-c.html https://pldb.io/concepts/unisim.html https://pldb.io/concepts/unison.html https://pldb.io/concepts/uniswap.html https://pldb.io/concepts/unity-engine.html https://pldb.io/concepts/unity.html https://pldb.io/concepts/unity3d-asset.html https://pldb.io/concepts/universe.html https://pldb.io/concepts/unix.html https://pldb.io/concepts/unlambda.html https://pldb.io/concepts/unlws.html https://pldb.io/concepts/uno.html https://pldb.io/concepts/unql-lang.html https://pldb.io/concepts/unql.html https://pldb.io/concepts/unravel.html https://pldb.io/concepts/unrealscript.html https://pldb.io/concepts/unseemly.html https://pldb.io/concepts/up-arrow-notation.html https://pldb.io/concepts/udp.html https://pldb.io/concepts/ufl.html https://pldb.io/concepts/ufo.html https://pldb.io/concepts/ugbasic.html https://pldb.io/concepts/ugnis.html https://pldb.io/concepts/uiml.html https://pldb.io/concepts/uiua.html https://pldb.io/concepts/ujml.html https://pldb.io/concepts/ulisp.html https://pldb.io/concepts/ultralisp-pm.html https://pldb.io/concepts/uml.html https://pldb.io/concepts/uml2-sp.html https://pldb.io/concepts/umple.html https://pldb.io/concepts/umta.html https://pldb.io/concepts/uncol.html https://pldb.io/concepts/underlay.html https://pldb.io/concepts/unicode-lang.html https://pldb.io/concepts/unicode.html https://pldb.io/concepts/unicon-adl.html https://pldb.io/concepts/type-language.html https://pldb.io/concepts/typecastjs.html https://pldb.io/concepts/typecobol.html https://pldb.io/concepts/typedefs.html https://pldb.io/concepts/typescript.html https://pldb.io/concepts/typographical-number-theory.html https://pldb.io/concepts/typoscript.html https://pldb.io/concepts/typst.html https://pldb.io/concepts/tyruba.html https://pldb.io/concepts/u-datalog.html https://pldb.io/concepts/u.html https://pldb.io/concepts/uan.html https://pldb.io/concepts/ubasic.html https://pldb.io/concepts/ubercode.html https://pldb.io/concepts/uberscript.html https://pldb.io/concepts/ubik.html https://pldb.io/concepts/ubjson.html https://pldb.io/concepts/uc.html https://pldb.io/concepts/ucg.html https://pldb.io/concepts/ucl.html https://pldb.io/concepts/ucsd-pascal.html https://pldb.io/concepts/turnstile-plus.html https://pldb.io/concepts/turnstile.html https://pldb.io/concepts/turtle.html https://pldb.io/concepts/tutor.html https://pldb.io/concepts/tutorial-d.html https://pldb.io/concepts/twelf.html https://pldb.io/concepts/twig.html https://pldb.io/concepts/twiki.html https://pldb.io/concepts/twine.html https://pldb.io/concepts/two-d.html https://pldb.io/concepts/twoducks.html https://pldb.io/concepts/twtxt.html https://pldb.io/concepts/txl.html https://pldb.io/concepts/txr.html https://pldb.io/concepts/txt.html https://pldb.io/concepts/txt2tags.html https://pldb.io/concepts/txtzyme.html https://pldb.io/concepts/tyco.html https://pldb.io/concepts/tymshare-superbasic.html https://pldb.io/concepts/tynker.html https://pldb.io/concepts/tscript.html https://pldb.io/concepts/tsl.html https://pldb.io/concepts/tsql2.html https://pldb.io/concepts/tsquery.html https://pldb.io/concepts/tsv.html https://pldb.io/concepts/ttcn.html https://pldb.io/concepts/ttm.html https://pldb.io/concepts/ttsneo.html https://pldb.io/concepts/tuple-space.html https://pldb.io/concepts/tuplemarkup.html https://pldb.io/concepts/turbo-assembler.html https://pldb.io/concepts/turbo-basic-xl.html https://pldb.io/concepts/turbo-basic.html https://pldb.io/concepts/turbo-pascal.html https://pldb.io/concepts/turing-plus.html https://pldb.io/concepts/turing.html https://pldb.io/concepts/tree-annotation-operator.html https://pldb.io/concepts/treelang.html https://pldb.io/concepts/treesheets.html https://pldb.io/concepts/treet.html https://pldb.io/concepts/trellis.html https://pldb.io/concepts/tremor-query.html https://pldb.io/concepts/trex.html https://pldb.io/concepts/tridash.html https://pldb.io/concepts/trig-syntax.html https://pldb.io/concepts/trio.html https://pldb.io/concepts/triple.html https://pldb.io/concepts/triroff.html https://pldb.io/concepts/troff.html https://pldb.io/concepts/tromp-diagrams.html https://pldb.io/concepts/trs-80-color-computer.html https://pldb.io/concepts/truck.html https://pldb.io/concepts/truth.html https://pldb.io/concepts/ts.html https://pldb.io/concepts/touchdesigner.html https://pldb.io/concepts/touchdevelop.html https://pldb.io/concepts/toy-lang.html https://pldb.io/concepts/tpdl-star.html https://pldb.io/concepts/tql.html https://pldb.io/concepts/trac.html https://pldb.io/concepts/trace.html https://pldb.io/concepts/trafola-h.html https://pldb.io/concepts/traits.html https://pldb.io/concepts/tramp.html https://pldb.io/concepts/tranquil.html https://pldb.io/concepts/transact-sql.html https://pldb.io/concepts/transaction-language-1.html https://pldb.io/concepts/transcode.html https://pldb.io/concepts/transforma.html https://pldb.io/concepts/translang.html https://pldb.io/concepts/tmtp.html https://pldb.io/concepts/toadskin.html https://pldb.io/concepts/todotxt.html https://pldb.io/concepts/toffeescript.html https://pldb.io/concepts/toi.html https://pldb.io/concepts/toki-sona.html https://pldb.io/concepts/tom-oopl.html https://pldb.io/concepts/tom.html https://pldb.io/concepts/tomal.html https://pldb.io/concepts/toml.html https://pldb.io/concepts/toolbus.html https://pldb.io/concepts/toontalk.html https://pldb.io/concepts/topaz-lang.html https://pldb.io/concepts/topaz.html https://pldb.io/concepts/topshell.html https://pldb.io/concepts/torchscript.html https://pldb.io/concepts/tornado.html https://pldb.io/concepts/tosh.html https://pldb.io/concepts/touch.html https://pldb.io/concepts/tiny-basic.html https://pldb.io/concepts/tinyc-compiler.html https://pldb.io/concepts/tinygo-compiler.html https://pldb.io/concepts/tiscript.html https://pldb.io/concepts/titan.html https://pldb.io/concepts/titanium.html https://pldb.io/concepts/tk.html https://pldb.io/concepts/tl-isa.html https://pldb.io/concepts/tl.html https://pldb.io/concepts/tla.html https://pldb.io/concepts/tlc.html https://pldb.io/concepts/tldr.html https://pldb.io/concepts/tldraw.html https://pldb.io/concepts/tls.html https://pldb.io/concepts/tmg.html https://pldb.io/concepts/tmlanguage.html https://pldb.io/concepts/tibbo-basic.html https://pldb.io/concepts/tibet.html https://pldb.io/concepts/tick-c.html https://pldb.io/concepts/tics.html https://pldb.io/concepts/tidb.html https://pldb.io/concepts/tiddler.html https://pldb.io/concepts/tiddlywiki.html https://pldb.io/concepts/tidyverse.html https://pldb.io/concepts/tierra.html https://pldb.io/concepts/tiff-format.html https://pldb.io/concepts/tiger-basic.html https://pldb.io/concepts/tikiwiki.html https://pldb.io/concepts/tiledb.html https://pldb.io/concepts/tilton.html https://pldb.io/concepts/timber-programming-language.html https://pldb.io/concepts/timed-csp.html https://pldb.io/concepts/timpani.html https://pldb.io/concepts/tinkertoy.html https://pldb.io/concepts/tfl.html https://pldb.io/concepts/the-message-system.html https://pldb.io/concepts/theos-multi-user-basic.html https://pldb.io/concepts/thinbasic.html https://pldb.io/concepts/thinglab.html https://pldb.io/concepts/think-c.html https://pldb.io/concepts/thjson.html https://pldb.io/concepts/thorn.html https://pldb.io/concepts/threaded-lists.html https://pldb.io/concepts/thrift.html https://pldb.io/concepts/tht.html https://pldb.io/concepts/thue-programming-language.html https://pldb.io/concepts/thune.html https://pldb.io/concepts/thymeleaf.html https://pldb.io/concepts/ti-89-basic.html https://pldb.io/concepts/ti-basic-assembly.html https://pldb.io/concepts/ti-basic.html https://pldb.io/concepts/teradata.html https://pldb.io/concepts/tern.html https://pldb.io/concepts/ternary-notation.html https://pldb.io/concepts/terra.html https://pldb.io/concepts/terse.html https://pldb.io/concepts/testml.html https://pldb.io/concepts/tetra.html https://pldb.io/concepts/tetruss-app.html https://pldb.io/concepts/tex.html https://pldb.io/concepts/texpr.html https://pldb.io/concepts/text-executive-programming-language.html https://pldb.io/concepts/textadept-editor.html https://pldb.io/concepts/textframe.html https://pldb.io/concepts/texti.html https://pldb.io/concepts/textile.html https://pldb.io/concepts/textmate-editor.html https://pldb.io/concepts/texy.html https://pldb.io/concepts/teal.html https://pldb.io/concepts/teasharp.html https://pldb.io/concepts/teco.html https://pldb.io/concepts/tefkat.html https://pldb.io/concepts/tektronix.html https://pldb.io/concepts/tela.html https://pldb.io/concepts/telcomp.html https://pldb.io/concepts/telefile-assembly.html https://pldb.io/concepts/telehash.html https://pldb.io/concepts/telnet-protocol.html https://pldb.io/concepts/telos.html https://pldb.io/concepts/telsim.html https://pldb.io/concepts/templar.html https://pldb.io/concepts/template-attribute-language.html https://pldb.io/concepts/tempo.html https://pldb.io/concepts/temporal-prolog.html https://pldb.io/concepts/ten.html https://pldb.io/concepts/tengo.html https://pldb.io/concepts/tensorflow.html https://pldb.io/concepts/teradata-aster.html https://pldb.io/concepts/tasm.html https://pldb.io/concepts/tawa.html https://pldb.io/concepts/taxa.html https://pldb.io/concepts/taxis.html https://pldb.io/concepts/tbox-lib.html https://pldb.io/concepts/tcc.html https://pldb.io/concepts/tcl.html https://pldb.io/concepts/tcoz.html https://pldb.io/concepts/tcp.html https://pldb.io/concepts/tcsh.html https://pldb.io/concepts/tcsp.html https://pldb.io/concepts/tdfl.html https://pldb.io/concepts/tdms.html https://pldb.io/concepts/tea-pl.html https://pldb.io/concepts/tea-pm.html https://pldb.io/concepts/tea.html https://pldb.io/concepts/tactics.html https://pldb.io/concepts/tads.html https://pldb.io/concepts/taf.html https://pldb.io/concepts/tahoe-lafs.html https://pldb.io/concepts/taichi.html https://pldb.io/concepts/taijilang.html https://pldb.io/concepts/taktentus.html https://pldb.io/concepts/tal.html https://pldb.io/concepts/tale.html https://pldb.io/concepts/tall.html https://pldb.io/concepts/tamgu.html https://pldb.io/concepts/tampio.html https://pldb.io/concepts/tangledown.html https://pldb.io/concepts/tao.html https://pldb.io/concepts/tao3d.html https://pldb.io/concepts/tap-code.html https://pldb.io/concepts/tap.html https://pldb.io/concepts/taql.html https://pldb.io/concepts/tarmac.html https://pldb.io/concepts/tarot.html https://pldb.io/concepts/syntol.html https://pldb.io/concepts/sysml.html https://pldb.io/concepts/system-v-abi.html https://pldb.io/concepts/systemverilog.html https://pldb.io/concepts/systemz.html https://pldb.io/concepts/t-lang.html https://pldb.io/concepts/t.html https://pldb.io/concepts/t2b.html https://pldb.io/concepts/t3x.html https://pldb.io/concepts/tab.html https://pldb.io/concepts/tablam.html https://pldb.io/concepts/tablatal.html https://pldb.io/concepts/tableau-app.html https://pldb.io/concepts/tablog.html https://pldb.io/concepts/tabloid.html https://pldb.io/concepts/tabsol.html https://pldb.io/concepts/tabtran.html https://pldb.io/concepts/tac.html https://pldb.io/concepts/tacl.html https://pldb.io/concepts/tacpol-programming-language.html https://pldb.io/concepts/swift.html https://pldb.io/concepts/swizzle.html https://pldb.io/concepts/swrl.html https://pldb.io/concepts/swym.html https://pldb.io/concepts/sybyl-notation.html https://pldb.io/concepts/symbal.html https://pldb.io/concepts/symbmath.html https://pldb.io/concepts/symbol.html https://pldb.io/concepts/symbolic-assembly.html https://pldb.io/concepts/sympl.html https://pldb.io/concepts/sympy.html https://pldb.io/concepts/synapse.html https://pldb.io/concepts/synchronized-multimedia-integration-language.html https://pldb.io/concepts/syndicate.html https://pldb.io/concepts/synergist.html https://pldb.io/concepts/synglish.html https://pldb.io/concepts/synon.html https://pldb.io/concepts/synproc.html https://pldb.io/concepts/syntex.html https://pldb.io/concepts/susn.html https://pldb.io/concepts/svelte.html https://pldb.io/concepts/svg.html https://pldb.io/concepts/svgbob.html https://pldb.io/concepts/svl.html https://pldb.io/concepts/sw2.html https://pldb.io/concepts/swagger.html https://pldb.io/concepts/sweave.html https://pldb.io/concepts/sweet-expressions.html https://pldb.io/concepts/sweetjs.html https://pldb.io/concepts/swi-prolog.html https://pldb.io/concepts/subversion.html https://pldb.io/concepts/subx.html https://pldb.io/concepts/sue.html https://pldb.io/concepts/sugar.html https://pldb.io/concepts/sugarj.html https://pldb.io/concepts/sugarss.html https://pldb.io/concepts/sugartex.html https://pldb.io/concepts/sugi.html https://pldb.io/concepts/summer.html https://pldb.io/concepts/sun-raster-format.html https://pldb.io/concepts/suneido.html https://pldb.io/concepts/superbasic.html https://pldb.io/concepts/supercollider.html https://pldb.io/concepts/superforth.html https://pldb.io/concepts/superjson.html https://pldb.io/concepts/supermac.html https://pldb.io/concepts/superplan.html https://pldb.io/concepts/supertalk.html https://pldb.io/concepts/superxpp.html https://pldb.io/concepts/surge.html https://pldb.io/concepts/structured-storage.html https://pldb.io/concepts/structured-text.html https://pldb.io/concepts/strudel.html https://pldb.io/concepts/strudl.html https://pldb.io/concepts/struql.html https://pldb.io/concepts/stutter-lang.html https://pldb.io/concepts/stx.html https://pldb.io/concepts/stylus.html https://pldb.io/concepts/sub.html https://pldb.io/concepts/subl.html https://pldb.io/concepts/subleq.html https://pldb.io/concepts/sublime-editor.html https://pldb.io/concepts/sublime-merge.html https://pldb.io/concepts/sublime-syntax-test.html https://pldb.io/concepts/sublime-syntax.html https://pldb.io/concepts/subrip-text.html https://pldb.io/concepts/subscript.html https://pldb.io/concepts/subtext.html https://pldb.io/concepts/storymatic.html https://pldb.io/concepts/storyscript.html https://pldb.io/concepts/stos-basic.html https://pldb.io/concepts/strand-programming-language.html https://pldb.io/concepts/strat.html https://pldb.io/concepts/stratego.html https://pldb.io/concepts/strcmacs.html https://pldb.io/concepts/streamit.html https://pldb.io/concepts/streem.html https://pldb.io/concepts/strema.html https://pldb.io/concepts/stress.html https://pldb.io/concepts/string-diagrams-notation.html https://pldb.io/concepts/stringbean.html https://pldb.io/concepts/stringcomp.html https://pldb.io/concepts/stripe.html https://pldb.io/concepts/strips.html https://pldb.io/concepts/strongtalk.html https://pldb.io/concepts/stata.html https://pldb.io/concepts/statebox.html https://pldb.io/concepts/statemate.html https://pldb.io/concepts/static-typescript.html https://pldb.io/concepts/statsplorer.html https://pldb.io/concepts/status-quo-function.html https://pldb.io/concepts/status-quo-script.html https://pldb.io/concepts/steinhaus-moser-notation.html https://pldb.io/concepts/stella.html https://pldb.io/concepts/stencil.html https://pldb.io/concepts/stl.html https://pldb.io/concepts/stockholm-format.html https://pldb.io/concepts/stoical.html https://pldb.io/concepts/ston.html https://pldb.io/concepts/stonecutter.html https://pldb.io/concepts/stoneknifeforth.html https://pldb.io/concepts/ssi.html https://pldb.io/concepts/ssl-lang.html https://pldb.io/concepts/ssl.html https://pldb.io/concepts/ssml.html https://pldb.io/concepts/stacklang.html https://pldb.io/concepts/stackless-python.html https://pldb.io/concepts/stage2.html https://pldb.io/concepts/stalin.html https://pldb.io/concepts/stan.html https://pldb.io/concepts/standard-lisp.html https://pldb.io/concepts/standard-ml.html https://pldb.io/concepts/staple.html https://pldb.io/concepts/star-prolog.html https://pldb.io/concepts/star.html https://pldb.io/concepts/starlark.html https://pldb.io/concepts/starlogo.html https://pldb.io/concepts/staroffice-basic.html https://pldb.io/concepts/starpial.html https://pldb.io/concepts/sqr.html https://pldb.io/concepts/sqrl.html https://pldb.io/concepts/square.html https://pldb.io/concepts/squeak.html https://pldb.io/concepts/squidconf.html https://pldb.io/concepts/squiggle.html https://pldb.io/concepts/squire.html https://pldb.io/concepts/squirrel.html https://pldb.io/concepts/squoze.html https://pldb.io/concepts/squrl.html https://pldb.io/concepts/sr-programming-language.html https://pldb.io/concepts/sr.html https://pldb.io/concepts/srecode-template.html https://pldb.io/concepts/srl.html https://pldb.io/concepts/srv.html https://pldb.io/concepts/ssb.html https://pldb.io/concepts/ssc-pm.html https://pldb.io/concepts/ssharp.html https://pldb.io/concepts/spss.html https://pldb.io/concepts/spyder-editor.html https://pldb.io/concepts/sqhtml.html https://pldb.io/concepts/sql-92.html https://pldb.io/concepts/sql-psm.html https://pldb.io/concepts/sql.html https://pldb.io/concepts/sqlalchemy.html https://pldb.io/concepts/sqlar-format.html https://pldb.io/concepts/sqlite-storage-format.html https://pldb.io/concepts/sqlmp.html https://pldb.io/concepts/sqlpl.html https://pldb.io/concepts/spill.html https://pldb.io/concepts/spin.html https://pldb.io/concepts/spip.html https://pldb.io/concepts/spir-v.html https://pldb.io/concepts/spir.html https://pldb.io/concepts/spiral.html https://pldb.io/concepts/spitbol.html https://pldb.io/concepts/spl.html https://pldb.io/concepts/splaw.html https://pldb.io/concepts/spline-font-database.html https://pldb.io/concepts/split-c.html https://pldb.io/concepts/sprint.html https://pldb.io/concepts/sprite-os.html https://pldb.io/concepts/spry.html https://pldb.io/concepts/sps.html https://pldb.io/concepts/sparql.html https://pldb.io/concepts/spatial.html https://pldb.io/concepts/speakeasy.html https://pldb.io/concepts/spec-sharp.html https://pldb.io/concepts/spec.html https://pldb.io/concepts/specl.html https://pldb.io/concepts/specol.html https://pldb.io/concepts/specrtl.html https://pldb.io/concepts/speedcoding.html https://pldb.io/concepts/speedie.html https://pldb.io/concepts/spf-standard.html https://pldb.io/concepts/spice-lisp.html https://pldb.io/concepts/spice.html https://pldb.io/concepts/spider.html https://pldb.io/concepts/spiderbasic.html https://pldb.io/concepts/spidermonkey.html https://pldb.io/concepts/spil.html https://pldb.io/concepts/sosl.html https://pldb.io/concepts/souffle.html https://pldb.io/concepts/soul.html https://pldb.io/concepts/soulver.html https://pldb.io/concepts/souper.html https://pldb.io/concepts/sourcelair-editor.html https://pldb.io/concepts/sourcepawn.html https://pldb.io/concepts/sourcetree.html https://pldb.io/concepts/southampton-basic-system.html https://pldb.io/concepts/sox.html https://pldb.io/concepts/soy.html https://pldb.io/concepts/sp-k.html https://pldb.io/concepts/sparc.html https://pldb.io/concepts/spark-pl.html https://pldb.io/concepts/spark-pm.html https://pldb.io/concepts/spark.html https://pldb.io/concepts/sparqcode.html https://pldb.io/concepts/solidity.html https://pldb.io/concepts/solmar.html https://pldb.io/concepts/son.html https://pldb.io/concepts/sophia.html https://pldb.io/concepts/sophie.html https://pldb.io/concepts/soql-lang.html https://pldb.io/concepts/soql.html https://pldb.io/concepts/sora.html https://pldb.io/concepts/sorca.html https://pldb.io/concepts/sort-merge-generator.html https://pldb.io/concepts/snobol4.html https://pldb.io/concepts/snoop.html https://pldb.io/concepts/snostorm.html https://pldb.io/concepts/snowball-programming-language.html https://pldb.io/concepts/snowman-decompiler.html https://pldb.io/concepts/snowman.html https://pldb.io/concepts/snql.html https://pldb.io/concepts/soap.html https://pldb.io/concepts/soaplang.html https://pldb.io/concepts/soar-ml.html https://pldb.io/concepts/social-networks-query-language.html https://pldb.io/concepts/socialite.html https://pldb.io/concepts/solana.html https://pldb.io/concepts/solaris-pm.html https://pldb.io/concepts/solaris.html https://pldb.io/concepts/solid-network.html https://pldb.io/concepts/solid.html https://pldb.io/concepts/smiles-format.html https://pldb.io/concepts/smithy.html https://pldb.io/concepts/smoke.html https://pldb.io/concepts/smolcs.html https://pldb.io/concepts/smpl.html https://pldb.io/concepts/smsl.html https://pldb.io/concepts/smt.html https://pldb.io/concepts/smtp.html https://pldb.io/concepts/smx-computer-language.html https://pldb.io/concepts/snakemake.html https://pldb.io/concepts/snaptag.html https://pldb.io/concepts/snbt.html https://pldb.io/concepts/snit.html https://pldb.io/concepts/snobat.html https://pldb.io/concepts/snobol.html https://pldb.io/concepts/snobol3.html https://pldb.io/concepts/small.html https://pldb.io/concepts/smallbasic.html https://pldb.io/concepts/smalltalk-76.html https://pldb.io/concepts/smalltalk-80.html https://pldb.io/concepts/smalltalk-mt.html https://pldb.io/concepts/smalltalk-v.html https://pldb.io/concepts/smalltalk-yx.html https://pldb.io/concepts/smalltalk.html https://pldb.io/concepts/smalltalkhub-pm.html https://pldb.io/concepts/smallvdm.html https://pldb.io/concepts/smart.html https://pldb.io/concepts/smartgameformat.html https://pldb.io/concepts/smarts.html https://pldb.io/concepts/smartsheet-app.html https://pldb.io/concepts/smarty.html https://pldb.io/concepts/smc.html https://pldb.io/concepts/smdl.html https://pldb.io/concepts/smile.html https://pldb.io/concepts/sleuth.html https://pldb.io/concepts/slice.html https://pldb.io/concepts/slick.html https://pldb.io/concepts/slideshow.html https://pldb.io/concepts/slim-framework.html https://pldb.io/concepts/slim-pl.html https://pldb.io/concepts/slim.html https://pldb.io/concepts/slip.html https://pldb.io/concepts/slips.html https://pldb.io/concepts/slog.html https://pldb.io/concepts/slony.html https://pldb.io/concepts/slope.html https://pldb.io/concepts/slpl.html https://pldb.io/concepts/smalgol.html https://pldb.io/concepts/smali.html https://pldb.io/concepts/small-c.html https://pldb.io/concepts/small-euclid.html https://pldb.io/concepts/small-x.html https://pldb.io/concepts/sk8.html https://pldb.io/concepts/sketchpad-iii.html https://pldb.io/concepts/sketchpad.html https://pldb.io/concepts/skew.html https://pldb.io/concepts/skil.html https://pldb.io/concepts/skip.html https://pldb.io/concepts/skookumscript.html https://pldb.io/concepts/skulpt.html https://pldb.io/concepts/sky.html https://pldb.io/concepts/sl.html https://pldb.io/concepts/sl5.html https://pldb.io/concepts/slab.html https://pldb.io/concepts/slack.html https://pldb.io/concepts/slam-ii.html https://pldb.io/concepts/slang.html https://pldb.io/concepts/slash.html https://pldb.io/concepts/slashdown.html https://pldb.io/concepts/simula-67.html https://pldb.io/concepts/simula.html https://pldb.io/concepts/simulink.html https://pldb.io/concepts/sina.html https://pldb.io/concepts/sinclair-basic.html https://pldb.io/concepts/sing-sharp.html https://pldb.io/concepts/singular.html https://pldb.io/concepts/siphash-hash-function.html https://pldb.io/concepts/siprol.html https://pldb.io/concepts/siri.html https://pldb.io/concepts/sisal.html https://pldb.io/concepts/sisc.html https://pldb.io/concepts/sitemap.html https://pldb.io/concepts/sixten.html https://pldb.io/concepts/sizzle.html https://pldb.io/concepts/simdis.html https://pldb.io/concepts/simfactory.html https://pldb.io/concepts/simit.html https://pldb.io/concepts/simkin-programming-language.html https://pldb.io/concepts/siml-i.html https://pldb.io/concepts/simnet.html https://pldb.io/concepts/simodula.html https://pldb.io/concepts/simoji.html https://pldb.io/concepts/simons-basic.html https://pldb.io/concepts/simpas.html https://pldb.io/concepts/simpl.html https://pldb.io/concepts/simple-binary-encoding.html https://pldb.io/concepts/simple-stackless-lisp.html https://pldb.io/concepts/simple.html https://pldb.io/concepts/simplescript.html https://pldb.io/concepts/simplictiy.html https://pldb.io/concepts/simpp.html https://pldb.io/concepts/simscript.html https://pldb.io/concepts/simul.html https://pldb.io/concepts/si.html https://pldb.io/concepts/sia.html https://pldb.io/concepts/sibelius-software.html https://pldb.io/concepts/sidopsp.html https://pldb.io/concepts/sierra.html https://pldb.io/concepts/sieve.html https://pldb.io/concepts/sigma-76.html https://pldb.io/concepts/signal.html https://pldb.io/concepts/sil.html https://pldb.io/concepts/sile.html https://pldb.io/concepts/silk.html https://pldb.io/concepts/sill.html https://pldb.io/concepts/siman-iv.html https://pldb.io/concepts/siman.html https://pldb.io/concepts/simcal.html https://pldb.io/concepts/simcode.html https://pldb.io/concepts/shapefile.html https://pldb.io/concepts/shapeup.html https://pldb.io/concepts/shared-prolog.html https://pldb.io/concepts/sharpscript.html https://pldb.io/concepts/sheep-lang.html https://pldb.io/concepts/sheep.html https://pldb.io/concepts/sheerpower4gl.html https://pldb.io/concepts/shen.html https://pldb.io/concepts/shex.html https://pldb.io/concepts/shift.html https://pldb.io/concepts/shill.html https://pldb.io/concepts/shiv.html https://pldb.io/concepts/shml.html https://pldb.io/concepts/shoe.html https://pldb.io/concepts/short-code-computer-language.html https://pldb.io/concepts/shrdlu.html https://pldb.io/concepts/si-library.html https://pldb.io/concepts/setlog.html https://pldb.io/concepts/setlx.html https://pldb.io/concepts/setun.html https://pldb.io/concepts/seval.html https://pldb.io/concepts/seymour.html https://pldb.io/concepts/sgml.html https://pldb.io/concepts/sh.html https://pldb.io/concepts/sha-1-hash-function.html https://pldb.io/concepts/sha-2-hash-function.html https://pldb.io/concepts/sha-3-hash-function.html https://pldb.io/concepts/shacl.html https://pldb.io/concepts/shadama.html https://pldb.io/concepts/shade.html https://pldb.io/concepts/shaderlab.html https://pldb.io/concepts/shadow.html https://pldb.io/concepts/shakespeare.html https://pldb.io/concepts/shakti.html https://pldb.io/concepts/sham.html https://pldb.io/concepts/send-standard.html https://pldb.io/concepts/sensetalk.html https://pldb.io/concepts/sentient.html https://pldb.io/concepts/seph-programming-language.html https://pldb.io/concepts/sepi.html https://pldb.io/concepts/seq.html https://pldb.io/concepts/seque.html https://pldb.io/concepts/sequel-2.html https://pldb.io/concepts/sequencel.html https://pldb.io/concepts/sequential-function-chart.html https://pldb.io/concepts/sequential-pascal.html https://pldb.io/concepts/serious.html https://pldb.io/concepts/service-modeling-language.html https://pldb.io/concepts/sespath.html https://pldb.io/concepts/sespool.html https://pldb.io/concepts/set-builder-notation.html https://pldb.io/concepts/setext.html https://pldb.io/concepts/setl.html https://pldb.io/concepts/sdf-format.html https://pldb.io/concepts/sdf.html https://pldb.io/concepts/sdl.html https://pldb.io/concepts/sdlbasic.html https://pldb.io/concepts/sdms.html https://pldb.io/concepts/sdtm.html https://pldb.io/concepts/search.html https://pldb.io/concepts/sectorc.html https://pldb.io/concepts/secure-operations-language.html https://pldb.io/concepts/sed.html https://pldb.io/concepts/seed7.html https://pldb.io/concepts/segras.html https://pldb.io/concepts/self.html https://pldb.io/concepts/semanol.html https://pldb.io/concepts/semi-thue-system.html https://pldb.io/concepts/semicolon.html https://pldb.io/concepts/semver.html https://pldb.io/concepts/scribble.html https://pldb.io/concepts/scribe.html https://pldb.io/concepts/scrimshaw.html https://pldb.io/concepts/script.html https://pldb.io/concepts/scriptbasic.html https://pldb.io/concepts/scriptease.html https://pldb.io/concepts/scriptol.html https://pldb.io/concepts/scriptx.html https://pldb.io/concepts/scroll-lang.html https://pldb.io/concepts/scryer.html https://pldb.io/concepts/scsh.html https://pldb.io/concepts/scss.html https://pldb.io/concepts/scratch.html https://pldb.io/concepts/scratchpad-ii.html https://pldb.io/concepts/scratchpad.html https://pldb.io/concepts/screamer.html https://pldb.io/concepts/schemaorg.html https://pldb.io/concepts/schematron.html https://pldb.io/concepts/scheme-2-d.html https://pldb.io/concepts/scheme.html https://pldb.io/concepts/scheme48.html https://pldb.io/concepts/school.html https://pldb.io/concepts/schoonschip.html https://pldb.io/concepts/schrodingers-equation.html https://pldb.io/concepts/scieneer-common-lisp.html https://pldb.io/concepts/scikit-learn.html https://pldb.io/concepts/scil-vp.html https://pldb.io/concepts/scilab.html https://pldb.io/concepts/scipy.html https://pldb.io/concepts/scl.html https://pldb.io/concepts/sclipting.html https://pldb.io/concepts/scm.html https://pldb.io/concepts/scoop-pm.html https://pldb.io/concepts/scoop.html https://pldb.io/concepts/scopes.html https://pldb.io/concepts/score.html https://pldb.io/concepts/scrapscript.html https://pldb.io/concepts/satysfi.html https://pldb.io/concepts/saustall.html https://pldb.io/concepts/savi.html https://pldb.io/concepts/sawzall.html https://pldb.io/concepts/sb-one.html https://pldb.io/concepts/sba.html https://pldb.io/concepts/sbasic.html https://pldb.io/concepts/sbcl.html https://pldb.io/concepts/sbml.html https://pldb.io/concepts/sbol.html https://pldb.io/concepts/scala-js.html https://pldb.io/concepts/scale.html https://pldb.io/concepts/scalpel.html https://pldb.io/concepts/scaml.html https://pldb.io/concepts/scan.html https://pldb.io/concepts/scat.html https://pldb.io/concepts/scenic.html https://pldb.io/concepts/schemal.html https://pldb.io/concepts/salsa.html https://pldb.io/concepts/saltstack.html https://pldb.io/concepts/sam-coupe.html https://pldb.io/concepts/sam-format.html https://pldb.io/concepts/sam76.html https://pldb.io/concepts/saml.html https://pldb.io/concepts/sampletalk.html https://pldb.io/concepts/samson.html https://pldb.io/concepts/sanddance.html https://pldb.io/concepts/saol.html https://pldb.io/concepts/sap-hana.html https://pldb.io/concepts/sapphire.html https://pldb.io/concepts/sarl.html https://pldb.io/concepts/sartex.html https://pldb.io/concepts/sas.html https://pldb.io/concepts/sasl.html https://pldb.io/concepts/sass.html https://pldb.io/concepts/sassy.html https://pldb.io/concepts/sather-k.html https://pldb.io/concepts/sather.html https://pldb.io/concepts/s-lang.html https://pldb.io/concepts/s-plus.html https://pldb.io/concepts/s-sl.html https://pldb.io/concepts/s-snobol.html https://pldb.io/concepts/s.html https://pldb.io/concepts/s2.html https://pldb.io/concepts/s3.html https://pldb.io/concepts/sa-c-programming-language.html https://pldb.io/concepts/sa.html https://pldb.io/concepts/saal.html https://pldb.io/concepts/sac-1.html https://pldb.io/concepts/sac-2.html https://pldb.io/concepts/sac-programming-language.html https://pldb.io/concepts/safari.html https://pldb.io/concepts/sagemath.html https://pldb.io/concepts/sako.html https://pldb.io/concepts/sale.html https://pldb.io/concepts/salem.html https://pldb.io/concepts/rubygems-pm.html https://pldb.io/concepts/ruleml.html https://pldb.io/concepts/run-basic.html https://pldb.io/concepts/runcible.html https://pldb.io/concepts/runescript.html https://pldb.io/concepts/runic.html https://pldb.io/concepts/runiq.html https://pldb.io/concepts/runoff.html https://pldb.io/concepts/runrev.html https://pldb.io/concepts/ruri.html https://pldb.io/concepts/russell.html https://pldb.io/concepts/rust-hir.html https://pldb.io/concepts/rust-mir.html https://pldb.io/concepts/rust.html https://pldb.io/concepts/rustscript.html https://pldb.io/concepts/ruth.html https://pldb.io/concepts/rye.html https://pldb.io/concepts/s-algol.html https://pldb.io/concepts/s-expressions.html https://pldb.io/concepts/rpm-package-manager.html https://pldb.io/concepts/rpm-spec.html https://pldb.io/concepts/rpp.html https://pldb.io/concepts/rpscript.html https://pldb.io/concepts/rpython.html https://pldb.io/concepts/rql.html https://pldb.io/concepts/rsharp.html https://pldb.io/concepts/rsl.html https://pldb.io/concepts/rss.html https://pldb.io/concepts/rstudio.html https://pldb.io/concepts/rt-aslan.html https://pldb.io/concepts/rt-cdl.html https://pldb.io/concepts/rt-z.html https://pldb.io/concepts/rtf.html https://pldb.io/concepts/rtl-2.html https://pldb.io/concepts/rtp-protocol.html https://pldb.io/concepts/ru.html https://pldb.io/concepts/ruby-document-format.html https://pldb.io/concepts/ruby-mine-editor.html https://pldb.io/concepts/ruby.html https://pldb.io/concepts/roff.html https://pldb.io/concepts/roku-brightscript.html https://pldb.io/concepts/rol.html https://pldb.io/concepts/rol2.html https://pldb.io/concepts/roman-abacus-machine.html https://pldb.io/concepts/roman-numerals.html https://pldb.io/concepts/roop.html https://pldb.io/concepts/root-format.html https://pldb.io/concepts/root-lib.html https://pldb.io/concepts/ros-msg.html https://pldb.io/concepts/roscoe.html https://pldb.io/concepts/rosetta-2.html https://pldb.io/concepts/rosetta-smalltalk.html https://pldb.io/concepts/rosette-lang.html https://pldb.io/concepts/rosette.html https://pldb.io/concepts/rosie.html https://pldb.io/concepts/roslyn-compiler.html https://pldb.io/concepts/rouge.html https://pldb.io/concepts/roy.html https://pldb.io/concepts/royalscript.html https://pldb.io/concepts/rpg-ii.html https://pldb.io/concepts/rpg-iii.html https://pldb.io/concepts/rpl-lang.html https://pldb.io/concepts/rpl.html https://pldb.io/concepts/rigal.html https://pldb.io/concepts/rigc.html https://pldb.io/concepts/ring.html https://pldb.io/concepts/rio.html https://pldb.io/concepts/ripple.html https://pldb.io/concepts/risc-v.html https://pldb.io/concepts/rise.html https://pldb.io/concepts/rita.html https://pldb.io/concepts/rlab.html https://pldb.io/concepts/rlisp.html https://pldb.io/concepts/rlmeta.html https://pldb.io/concepts/rlox.html https://pldb.io/concepts/rmarkdown.html https://pldb.io/concepts/robic.html https://pldb.io/concepts/robomind.html https://pldb.io/concepts/robot-battle.html https://pldb.io/concepts/robotalk.html https://pldb.io/concepts/robotc.html https://pldb.io/concepts/robotframework.html https://pldb.io/concepts/robots.txt.html https://pldb.io/concepts/rocket.html https://pldb.io/concepts/rockstar-rkt.html https://pldb.io/concepts/rockstar.html https://pldb.io/concepts/rocky-mountain-basic.html https://pldb.io/concepts/resharper-editor.html https://pldb.io/concepts/rest.html https://pldb.io/concepts/restructuredtext.html https://pldb.io/concepts/retdec.html https://pldb.io/concepts/retroforth.html https://pldb.io/concepts/reuse-description-language.html https://pldb.io/concepts/reverse-polish-notation.html https://pldb.io/concepts/revit-app.html https://pldb.io/concepts/revolution-programming-language.html https://pldb.io/concepts/rexon.html https://pldb.io/concepts/rexx.html https://pldb.io/concepts/rf-maple.html https://pldb.io/concepts/rfc.html https://pldb.io/concepts/rgb-format.html https://pldb.io/concepts/rhet.html https://pldb.io/concepts/rhine.html https://pldb.io/concepts/rholang.html https://pldb.io/concepts/rhoscript.html https://pldb.io/concepts/rhtml.html https://pldb.io/concepts/ricscript.html https://pldb.io/concepts/rider-editor.html https://pldb.io/concepts/riff.html https://pldb.io/concepts/regina.html https://pldb.io/concepts/regulus.html https://pldb.io/concepts/reia.html https://pldb.io/concepts/reko-decompiler.html https://pldb.io/concepts/rel-english.html https://pldb.io/concepts/rel-lang.html https://pldb.io/concepts/rel.html https://pldb.io/concepts/relational-data-file.html https://pldb.io/concepts/relational-production-language.html https://pldb.io/concepts/relationlog.html https://pldb.io/concepts/relax.html https://pldb.io/concepts/relaxng.html https://pldb.io/concepts/relfun.html https://pldb.io/concepts/relix.html https://pldb.io/concepts/remix.html https://pldb.io/concepts/ren-c.html https://pldb.io/concepts/ren-notation.html https://pldb.io/concepts/renderman-shading-language.html https://pldb.io/concepts/renderscript.html https://pldb.io/concepts/renpy.html https://pldb.io/concepts/report-writer-language.html https://pldb.io/concepts/redcode.html https://pldb.io/concepts/redis.html https://pldb.io/concepts/redpanda-app.html https://pldb.io/concepts/redprl.html https://pldb.io/concepts/redscript.html https://pldb.io/concepts/redshift.html https://pldb.io/concepts/reduce.html https://pldb.io/concepts/ref-arf.html https://pldb.io/concepts/refal.html https://pldb.io/concepts/refer.html https://pldb.io/concepts/refined-c.html https://pldb.io/concepts/reflex-framework.html https://pldb.io/concepts/reflisp.html https://pldb.io/concepts/reforth.html https://pldb.io/concepts/regent.html https://pldb.io/concepts/regex.html https://pldb.io/concepts/rdoc.html https://pldb.io/concepts/rds-format.html https://pldb.io/concepts/react-native.html https://pldb.io/concepts/reactjs.html https://pldb.io/concepts/readable-lisp.html https://pldb.io/concepts/readable.html https://pldb.io/concepts/real-time-cmix.html https://pldb.io/concepts/real-time-concurrent-c.html https://pldb.io/concepts/real-time-euclid.html https://pldb.io/concepts/real-time-mentat.html https://pldb.io/concepts/realbasic.html https://pldb.io/concepts/reason.html https://pldb.io/concepts/rebeca-modeling-language.html https://pldb.io/concepts/rebol.html https://pldb.io/concepts/rebus.html https://pldb.io/concepts/rec-sm.html https://pldb.io/concepts/rec-studio.html https://pldb.io/concepts/recfiles.html https://pldb.io/concepts/recol.html https://pldb.io/concepts/recursivetext.html https://pldb.io/concepts/red-lang.html https://pldb.io/concepts/rapira.html https://pldb.io/concepts/raptor.html https://pldb.io/concepts/raptorjit.html https://pldb.io/concepts/rascal.html https://pldb.io/concepts/rascalmpl.html https://pldb.io/concepts/rason.html https://pldb.io/concepts/rasp.html https://pldb.io/concepts/ratfiv.html https://pldb.io/concepts/ratfor.html https://pldb.io/concepts/ratsno.html https://pldb.io/concepts/ravenscar-profile.html https://pldb.io/concepts/razor.html https://pldb.io/concepts/rbasic.html https://pldb.io/concepts/rbs.html https://pldb.io/concepts/rbscript.html https://pldb.io/concepts/rc.html https://pldb.io/concepts/rcpp.html https://pldb.io/concepts/rdata-format.html https://pldb.io/concepts/rdf-schema.html https://pldb.io/concepts/rdf.html https://pldb.io/concepts/rdfa.html https://pldb.io/concepts/rdml.html https://pldb.io/concepts/racket.html https://pldb.io/concepts/raco-pm.html https://pldb.io/concepts/radish.html https://pldb.io/concepts/ragel.html https://pldb.io/concepts/rails.html https://pldb.io/concepts/rainbow.html https://pldb.io/concepts/raku.html https://pldb.io/concepts/rakudo.html https://pldb.io/concepts/ralph.html https://pldb.io/concepts/ramen.html https://pldb.io/concepts/ramis-software.html https://pldb.io/concepts/raml.html https://pldb.io/concepts/rand-abel.html https://pldb.io/concepts/rant.html https://pldb.io/concepts/rapid.html https://pldb.io/concepts/rapidbatch.html https://pldb.io/concepts/rapidgen-rpl.html https://pldb.io/concepts/rapidq.html https://pldb.io/concepts/rapidwrite.html https://pldb.io/concepts/quicklisp-pm.html https://pldb.io/concepts/quicksight-app.html https://pldb.io/concepts/quikscript.html https://pldb.io/concepts/quiktran.html https://pldb.io/concepts/quilt.html https://pldb.io/concepts/quint.html https://pldb.io/concepts/qunity.html https://pldb.io/concepts/quorum.html https://pldb.io/concepts/qute.html https://pldb.io/concepts/quty.html https://pldb.io/concepts/r.html https://pldb.io/concepts/r2ml.html https://pldb.io/concepts/r3.html https://pldb.io/concepts/r4.html https://pldb.io/concepts/ra.html https://pldb.io/concepts/rack.html https://pldb.io/concepts/quake.html https://pldb.io/concepts/quakec.html https://pldb.io/concepts/quanta.html https://pldb.io/concepts/quel.html https://pldb.io/concepts/query-by-example.html https://pldb.io/concepts/queue.html https://pldb.io/concepts/quexal.html https://pldb.io/concepts/quick-macros.html https://pldb.io/concepts/quickbasic.html https://pldb.io/concepts/qml.html https://pldb.io/concepts/qoir.html https://pldb.io/concepts/qore.html https://pldb.io/concepts/qr-code.html https://pldb.io/concepts/qt.html https://pldb.io/concepts/qtscript.html https://pldb.io/concepts/quadril.html https://pldb.io/concepts/quaint-lang.html https://pldb.io/concepts/quaint.html https://pldb.io/concepts/q-sharp.html https://pldb.io/concepts/q.html https://pldb.io/concepts/qa4.html https://pldb.io/concepts/qalb.html https://pldb.io/concepts/qas.html https://pldb.io/concepts/qb64.html https://pldb.io/concepts/qbasic.html https://pldb.io/concepts/qbe.html https://pldb.io/concepts/qcl.html https://pldb.io/concepts/qed-editor.html https://pldb.io/concepts/qed-lang.html https://pldb.io/concepts/qfx.html https://pldb.io/concepts/qif.html https://pldb.io/concepts/qlisp.html https://pldb.io/concepts/qmake.html https://pldb.io/concepts/python-for-s60.html https://pldb.io/concepts/python-format-spec.html https://pldb.io/concepts/pytorch.html https://pldb.io/concepts/q-equational-programming-language.html https://pldb.io/concepts/q-gert.html https://pldb.io/concepts/purescript.html https://pldb.io/concepts/pursuit-pm.html https://pldb.io/concepts/push.html https://pldb.io/concepts/pv-wave.html https://pldb.io/concepts/pvs.html https://pldb.io/concepts/py.html https://pldb.io/concepts/pycharm-editor.html https://pldb.io/concepts/pycket.html https://pldb.io/concepts/pygmalion.html https://pldb.io/concepts/pygments.html https://pldb.io/concepts/pyke.html https://pldb.io/concepts/pypi-pm.html https://pldb.io/concepts/pyret-lang.html https://pldb.io/concepts/pyret.html https://pldb.io/concepts/pyrex.html https://pldb.io/concepts/pythagorean-equation.html https://pldb.io/concepts/python-cl-compiler.html https://pldb.io/concepts/psyche-c.html https://pldb.io/concepts/psyche.html https://pldb.io/concepts/psyco.html https://pldb.io/concepts/pt.html https://pldb.io/concepts/ptx.html https://pldb.io/concepts/public-key-file.html https://pldb.io/concepts/pufft.html https://pldb.io/concepts/pug.html https://pldb.io/concepts/pumpkin.html https://pldb.io/concepts/punched-tape.html https://pldb.io/concepts/punycode.html https://pldb.io/concepts/puppet.html https://pldb.io/concepts/pure.html https://pldb.io/concepts/purebasic.html https://pldb.io/concepts/puredata.html https://pldb.io/concepts/protium.html https://pldb.io/concepts/proto-gnosis.html https://pldb.io/concepts/protobuf.html https://pldb.io/concepts/protos-l.html https://pldb.io/concepts/protosynthex.html https://pldb.io/concepts/proverif-lang.html https://pldb.io/concepts/providex.html https://pldb.io/concepts/prow.html https://pldb.io/concepts/proxy.html https://pldb.io/concepts/ps-algol.html https://pldb.io/concepts/psather.html https://pldb.io/concepts/pseint.html https://pldb.io/concepts/psg.html https://pldb.io/concepts/psi.html https://pldb.io/concepts/psl.html https://pldb.io/concepts/prolog.html https://pldb.io/concepts/prologpp.html https://pldb.io/concepts/promal.html https://pldb.io/concepts/promela.html https://pldb.io/concepts/prometheus.html https://pldb.io/concepts/prompter.html https://pldb.io/concepts/promql.html https://pldb.io/concepts/property-specification-language.html https://pldb.io/concepts/prophet.html https://pldb.io/concepts/proplan.html https://pldb.io/concepts/proset.html https://pldb.io/concepts/prosper.html https://pldb.io/concepts/protel.html https://pldb.io/concepts/proteus-programming-language.html https://pldb.io/concepts/processing.html https://pldb.io/concepts/processor-technology.html https://pldb.io/concepts/procfile.html https://pldb.io/concepts/procol.html https://pldb.io/concepts/prodel.html https://pldb.io/concepts/profit.html https://pldb.io/concepts/progol.html https://pldb.io/concepts/prograph.html https://pldb.io/concepts/progres.html https://pldb.io/concepts/progsbase.html https://pldb.io/concepts/proiv.html https://pldb.io/concepts/project-mentat.html https://pldb.io/concepts/prolog-d-linda.html https://pldb.io/concepts/prolog-elf.html https://pldb.io/concepts/prolog-iii.html https://pldb.io/concepts/prolog-kr.html https://pldb.io/concepts/prolog-linda.html https://pldb.io/concepts/prolog-pack-pm.html https://pldb.io/concepts/praxis-lang.html https://pldb.io/concepts/praxis.html https://pldb.io/concepts/preferred-executable-format.html https://pldb.io/concepts/preforth.html https://pldb.io/concepts/presto.html https://pldb.io/concepts/prettier.html https://pldb.io/concepts/price-equation.html https://pldb.io/concepts/principle-of-sufficient-reason.html https://pldb.io/concepts/prism.html https://pldb.io/concepts/prisma-schema-language.html https://pldb.io/concepts/prismjs.html https://pldb.io/concepts/priz.html https://pldb.io/concepts/pro-star-c.html https://pldb.io/concepts/probevue.html https://pldb.io/concepts/proc-procedure-language.html https://pldb.io/concepts/powerbuilder.html https://pldb.io/concepts/powerhouse-programming-language.html https://pldb.io/concepts/powerisa.html https://pldb.io/concepts/powerlanguage.html https://pldb.io/concepts/powerloom-knowledgebase.html https://pldb.io/concepts/powerpc.html https://pldb.io/concepts/powershell-gallery-pm.html https://pldb.io/concepts/powershell.html https://pldb.io/concepts/ppm-format.html https://pldb.io/concepts/pqq.html https://pldb.io/concepts/praat-script.html https://pldb.io/concepts/pragtical.html https://pldb.io/concepts/pose.html https://pldb.io/concepts/post-canonical-system.html https://pldb.io/concepts/post-x.html https://pldb.io/concepts/postcss.html https://pldb.io/concepts/postgresql.html https://pldb.io/concepts/postscript.html https://pldb.io/concepts/potential.html https://pldb.io/concepts/potion.html https://pldb.io/concepts/pov-ray-sdl.html https://pldb.io/concepts/power-bi-app.html https://pldb.io/concepts/power-query-m.html https://pldb.io/concepts/powerbasic.html https://pldb.io/concepts/polyp.html https://pldb.io/concepts/polytoil.html https://pldb.io/concepts/pomsky.html https://pldb.io/concepts/pony.html https://pldb.io/concepts/pop-11.html https://pldb.io/concepts/pop-2.html https://pldb.io/concepts/pop-pl.html https://pldb.io/concepts/pop-protocol.html https://pldb.io/concepts/popasm.html https://pldb.io/concepts/popcorn-linux.html https://pldb.io/concepts/poplog.html https://pldb.io/concepts/popr.html https://pldb.io/concepts/popsy.html https://pldb.io/concepts/porffor.html https://pldb.io/concepts/port-alg.html https://pldb.io/concepts/portable-standard-lisp.html https://pldb.io/concepts/portal-langage.html https://pldb.io/concepts/pnuts.html https://pldb.io/concepts/po.html https://pldb.io/concepts/pocket-smalltalk.html https://pldb.io/concepts/pod.html https://pldb.io/concepts/pod6.html https://pldb.io/concepts/podlite.html https://pldb.io/concepts/pogol.html https://pldb.io/concepts/pogoscript.html https://pldb.io/concepts/pointless.html https://pldb.io/concepts/poke.html https://pldb.io/concepts/polac.html https://pldb.io/concepts/polkadot.html https://pldb.io/concepts/polly.html https://pldb.io/concepts/poly.html https://pldb.io/concepts/polyglot-compiler.html https://pldb.io/concepts/polylith.html https://pldb.io/concepts/polymath.html https://pldb.io/concepts/polymorphic-programming-language.html https://pldb.io/concepts/plink-fam-format.html https://pldb.io/concepts/plink-map-format.html https://pldb.io/concepts/plink-ped-format.html https://pldb.io/concepts/plist.html https://pldb.io/concepts/plot-lang.html https://pldb.io/concepts/plot.html https://pldb.io/concepts/plpgsql.html https://pldb.io/concepts/pluk.html https://pldb.io/concepts/plum.html https://pldb.io/concepts/plumb.html https://pldb.io/concepts/plunk.html https://pldb.io/concepts/plus.html https://pldb.io/concepts/plush.html https://pldb.io/concepts/plz.html https://pldb.io/concepts/pm2.html https://pldb.io/concepts/pml.html https://pldb.io/concepts/png.html https://pldb.io/concepts/plain-english.html https://pldb.io/concepts/plain.html https://pldb.io/concepts/plam.html https://pldb.io/concepts/plan2d.html https://pldb.io/concepts/plang.html https://pldb.io/concepts/planguage.html https://pldb.io/concepts/plankalkul.html https://pldb.io/concepts/planner-73.html https://pldb.io/concepts/planner.html https://pldb.io/concepts/plantuml.html https://pldb.io/concepts/plasma.html https://pldb.io/concepts/playground.html https://pldb.io/concepts/plb.html https://pldb.io/concepts/please-build.html https://pldb.io/concepts/please.html https://pldb.io/concepts/plex.html https://pldb.io/concepts/plexil.html https://pldb.io/concepts/pliant.html https://pldb.io/concepts/plink-bed-format.html https://pldb.io/concepts/plink-bim-format.html https://pldb.io/concepts/pit.html https://pldb.io/concepts/pixin.html https://pldb.io/concepts/pizza.html https://pldb.io/concepts/pkgconfig.html https://pldb.io/concepts/pl-0.html https://pldb.io/concepts/pl-11.html https://pldb.io/concepts/pl-as.html https://pldb.io/concepts/pl-c.html https://pldb.io/concepts/pl-exus.html https://pldb.io/concepts/pl-i-formac.html https://pldb.io/concepts/pl-i-subset-g.html https://pldb.io/concepts/pl-i.html https://pldb.io/concepts/pl-ll.html https://pldb.io/concepts/pl-m.html https://pldb.io/concepts/pl-p.html https://pldb.io/concepts/pl-s-ii.html https://pldb.io/concepts/pl-s.html https://pldb.io/concepts/pl-sql.html https://pldb.io/concepts/pl-x.html https://pldb.io/concepts/pl360.html https://pldb.io/concepts/pl4.html https://pldb.io/concepts/placa.html https://pldb.io/concepts/plaid-programming-language.html https://pldb.io/concepts/pickcode.html https://pldb.io/concepts/pickle-format.html https://pldb.io/concepts/pico.html https://pldb.io/concepts/picolisp.html https://pldb.io/concepts/pict.html https://pldb.io/concepts/pictol.html https://pldb.io/concepts/picturebalm.html https://pldb.io/concepts/pie.html https://pldb.io/concepts/piet-programming-language.html https://pldb.io/concepts/pig.html https://pldb.io/concepts/pikachu.html https://pldb.io/concepts/pikchr.html https://pldb.io/concepts/pike.html https://pldb.io/concepts/pikelet.html https://pldb.io/concepts/pikt.html https://pldb.io/concepts/pilib.html https://pldb.io/concepts/pilot.html https://pldb.io/concepts/pin.html https://pldb.io/concepts/pinto.html https://pldb.io/concepts/pipefish.html https://pldb.io/concepts/pipelines.html https://pldb.io/concepts/pisc.html https://pldb.io/concepts/php.html https://pldb.io/concepts/phpstorm-editor.html https://pldb.io/concepts/phylip.html https://pldb.io/concepts/phyloxml-format.html https://pldb.io/concepts/physictran.html https://pldb.io/concepts/pi-calculus.html https://pldb.io/concepts/pic-microcontroller.html https://pldb.io/concepts/pic.html https://pldb.io/concepts/picasso.html https://pldb.io/concepts/picat.html https://pldb.io/concepts/piccola.html https://pldb.io/concepts/pick-operating-system.html https://pldb.io/concepts/phoenix-object-basic.html https://pldb.io/concepts/phorth.html https://pldb.io/concepts/petr.html https://pldb.io/concepts/pfort.html https://pldb.io/concepts/pfortran.html https://pldb.io/concepts/pgbouncer.html https://pldb.io/concepts/pgen.html https://pldb.io/concepts/pgm-format.html https://pldb.io/concepts/pgolog.html https://pldb.io/concepts/pgql.html https://pldb.io/concepts/pharen.html https://pldb.io/concepts/pharo.html https://pldb.io/concepts/phigs.html https://pldb.io/concepts/phocus.html https://pldb.io/concepts/pearscript.html https://pldb.io/concepts/pearson-correlation-coefficient-equation.html https://pldb.io/concepts/pebble.html https://pldb.io/concepts/peg.html https://pldb.io/concepts/pegasus-autocode.html https://pldb.io/concepts/pegasus.html https://pldb.io/concepts/pegdown.html https://pldb.io/concepts/pegjs.html https://pldb.io/concepts/pei.html https://pldb.io/concepts/penguor.html https://pldb.io/concepts/penrose.html https://pldb.io/concepts/peoplecode.html https://pldb.io/concepts/pep.html https://pldb.io/concepts/pep8.html https://pldb.io/concepts/perfectscript.html https://pldb.io/concepts/peridot.html https://pldb.io/concepts/perl-data-language.html https://pldb.io/concepts/pawn.html https://pldb.io/concepts/paxscript.html https://pldb.io/concepts/pbasic.html https://pldb.io/concepts/pbm-format.html https://pldb.io/concepts/pbt-omega.html https://pldb.io/concepts/pclos.html https://pldb.io/concepts/pcn.html https://pldb.io/concepts/pcol.html https://pldb.io/concepts/pcpp.html https://pldb.io/concepts/pcrap.html https://pldb.io/concepts/pcre.html https://pldb.io/concepts/pdel.html https://pldb.io/concepts/pdf.html https://pldb.io/concepts/pdl-ada.html https://pldb.io/concepts/pdl.html https://pldb.io/concepts/pdp-11-machine.html https://pldb.io/concepts/pear-pm.html https://pldb.io/concepts/pearl.html https://pldb.io/concepts/pascal-plus.html https://pldb.io/concepts/pascal-s.html https://pldb.io/concepts/pascal-sc.html https://pldb.io/concepts/pascal-script.html https://pldb.io/concepts/pascal-xsc.html https://pldb.io/concepts/pascal.html https://pldb.io/concepts/pascals-calculator-machine.html https://pldb.io/concepts/pasion.html https://pldb.io/concepts/pasro.html https://pldb.io/concepts/passambler.html https://pldb.io/concepts/passerine.html https://pldb.io/concepts/pasukon.html https://pldb.io/concepts/patch.html https://pldb.io/concepts/patchwork.html https://pldb.io/concepts/path-pascal.html https://pldb.io/concepts/pawn-scripting-language.html https://pldb.io/concepts/parboiled.html https://pldb.io/concepts/parboiled2.html https://pldb.io/concepts/parenscript.html https://pldb.io/concepts/parenthetic.html https://pldb.io/concepts/pari-gp.html https://pldb.io/concepts/parlog.html https://pldb.io/concepts/parmod.html https://pldb.io/concepts/parquet.html https://pldb.io/concepts/parrot-assembly.html https://pldb.io/concepts/parrot-basic.html https://pldb.io/concepts/parrot-internal-representation.html https://pldb.io/concepts/parrot-vm.html https://pldb.io/concepts/parse-tree-notation.html https://pldb.io/concepts/parsec.html https://pldb.io/concepts/parser.html https://pldb.io/concepts/parsers.html https://pldb.io/concepts/particles.html https://pldb.io/concepts/partiql.html https://pldb.io/concepts/pascal-abc.net.html https://pldb.io/concepts/pascal-fc.html https://pldb.io/concepts/pascal-i.html https://pldb.io/concepts/pascal-mtp.html https://pldb.io/concepts/palcode.html https://pldb.io/concepts/palingol.html https://pldb.io/concepts/pamela.html https://pldb.io/concepts/pan.html https://pldb.io/concepts/pancode.html https://pldb.io/concepts/pandas.html https://pldb.io/concepts/pandoc-app.html https://pldb.io/concepts/pandora.html https://pldb.io/concepts/panon-1.html https://pldb.io/concepts/panon-1b.html https://pldb.io/concepts/panther-lang.html https://pldb.io/concepts/paperalgo.html https://pldb.io/concepts/papyrus.html https://pldb.io/concepts/par.html https://pldb.io/concepts/paragon.html https://pldb.io/concepts/parallax-propeller.html https://pldb.io/concepts/parallel-ellpack.html https://pldb.io/concepts/parallel-pascal.html https://pldb.io/concepts/paralog-e.html https://pldb.io/concepts/parasail.html https://pldb.io/concepts/parasolid.html https://pldb.io/concepts/oxyl.html https://pldb.io/concepts/oz.html https://pldb.io/concepts/p-cl.html https://pldb.io/concepts/p-prolog.html https://pldb.io/concepts/p-star.html https://pldb.io/concepts/p-tac.html https://pldb.io/concepts/p.html https://pldb.io/concepts/p3l.html https://pldb.io/concepts/p4.html https://pldb.io/concepts/p4p.html https://pldb.io/concepts/package-control-pm.html https://pldb.io/concepts/packagist-pm.html https://pldb.io/concepts/pacmanconf.html https://pldb.io/concepts/pacol.html https://pldb.io/concepts/pact-i.html https://pldb.io/concepts/pact-ia.html https://pldb.io/concepts/pact.html https://pldb.io/concepts/pactolus.html https://pldb.io/concepts/padl-1.html https://pldb.io/concepts/pailisp.html https://pldb.io/concepts/paisley.html https://pldb.io/concepts/palasm.html https://pldb.io/concepts/orc-lang.html https://pldb.io/concepts/orca-lang.html https://pldb.io/concepts/orca-pl.html https://pldb.io/concepts/orca.html https://pldb.io/concepts/order.html https://pldb.io/concepts/oregano.html https://pldb.io/concepts/orient-db.html https://pldb.io/concepts/orient84-k.html https://pldb.io/concepts/orlog.html https://pldb.io/concepts/osiris.html https://pldb.io/concepts/osl-2.html https://pldb.io/concepts/osql.html https://pldb.io/concepts/ottawa-euclid.html https://pldb.io/concepts/otter.html https://pldb.io/concepts/owbasic.html https://pldb.io/concepts/owen-lang.html https://pldb.io/concepts/owl-dl.html https://pldb.io/concepts/owl.html https://pldb.io/concepts/ox.html https://pldb.io/concepts/oxide.html https://pldb.io/concepts/oxygene.html https://pldb.io/concepts/openroad.html https://pldb.io/concepts/openscad.html https://pldb.io/concepts/openspice.html https://pldb.io/concepts/opentype-feature-file.html https://pldb.io/concepts/openvera.html https://pldb.io/concepts/operational-control-language.html https://pldb.io/concepts/operon.html https://pldb.io/concepts/opl-langage-informatique.html https://pldb.io/concepts/opl.html https://pldb.io/concepts/opp.html https://pldb.io/concepts/ops-3.html https://pldb.io/concepts/ops.html https://pldb.io/concepts/ops5.html https://pldb.io/concepts/optimization-programming-language.html https://pldb.io/concepts/optimized-systems-software.html https://pldb.io/concepts/optimj.html https://pldb.io/concepts/oracle-java.html https://pldb.io/concepts/oracle.html https://pldb.io/concepts/orange.html https://pldb.io/concepts/orc-format.html https://pldb.io/concepts/opa.html https://pldb.io/concepts/opal.html https://pldb.io/concepts/opam-pm.html https://pldb.io/concepts/opb-format.html https://pldb.io/concepts/open-nn.html https://pldb.io/concepts/open-shading-language.html https://pldb.io/concepts/openada.html https://pldb.io/concepts/opencl.html https://pldb.io/concepts/opencomal.html https://pldb.io/concepts/opencv.html https://pldb.io/concepts/opendoc-protocol.html https://pldb.io/concepts/openedge-advanced-business-language.html https://pldb.io/concepts/openexr-format.html https://pldb.io/concepts/openflow.html https://pldb.io/concepts/opengl.html https://pldb.io/concepts/opengraph.html https://pldb.io/concepts/openlisp.html https://pldb.io/concepts/openmusic.html https://pldb.io/concepts/openrc-runscript.html https://pldb.io/concepts/ometa.html https://pldb.io/concepts/omg-idl.html https://pldb.io/concepts/omgrofl.html https://pldb.io/concepts/omikron-basic.html https://pldb.io/concepts/omnimark.html https://pldb.io/concepts/omnis-studio.html https://pldb.io/concepts/omnitab-80.html https://pldb.io/concepts/omnitab-ii.html https://pldb.io/concepts/omnitab.html https://pldb.io/concepts/one-man-language.html https://pldb.io/concepts/onex.html https://pldb.io/concepts/oniguruma.html https://pldb.io/concepts/onnx.html https://pldb.io/concepts/onyx.html https://pldb.io/concepts/ooc.html https://pldb.io/concepts/ook.html https://pldb.io/concepts/oolp.html https://pldb.io/concepts/oopal.html https://pldb.io/concepts/oops.html https://pldb.io/concepts/oopsilon.html https://pldb.io/concepts/oopsp.html https://pldb.io/concepts/ooxml.html https://pldb.io/concepts/odrl.html https://pldb.io/concepts/oem.html https://pldb.io/concepts/ofl.html https://pldb.io/concepts/oforth.html https://pldb.io/concepts/ofx.html https://pldb.io/concepts/ogdl.html https://pldb.io/concepts/ognl.html https://pldb.io/concepts/ohaskell.html https://pldb.io/concepts/ohayo.html https://pldb.io/concepts/ohm.html https://pldb.io/concepts/oil.html https://pldb.io/concepts/ok.html https://pldb.io/concepts/oldas.html https://pldb.io/concepts/ole-protocol.html https://pldb.io/concepts/olga.html https://pldb.io/concepts/oli.html https://pldb.io/concepts/oliver.html https://pldb.io/concepts/olog.html https://pldb.io/concepts/om.html https://pldb.io/concepts/omar.html https://pldb.io/concepts/omega.html https://pldb.io/concepts/objvprolog.html https://pldb.io/concepts/obliq.html https://pldb.io/concepts/obscure.html https://pldb.io/concepts/observable-framework.html https://pldb.io/concepts/observable-lang.html https://pldb.io/concepts/observable-plot.html https://pldb.io/concepts/obsidian-lang.html https://pldb.io/concepts/ocaml.html https://pldb.io/concepts/occam-2.html https://pldb.io/concepts/occam-pi.html https://pldb.io/concepts/occam.html https://pldb.io/concepts/ocl.html https://pldb.io/concepts/octave.html https://pldb.io/concepts/octopus.html https://pldb.io/concepts/octune.html https://pldb.io/concepts/odata.html https://pldb.io/concepts/odbc.html https://pldb.io/concepts/oden.html https://pldb.io/concepts/object-definition-language.html https://pldb.io/concepts/object-oberon.html https://pldb.io/concepts/object-pascal.html https://pldb.io/concepts/object-query-language.html https://pldb.io/concepts/object-rexx.html https://pldb.io/concepts/object-z.html https://pldb.io/concepts/objectcharts.html https://pldb.io/concepts/objective-c.html https://pldb.io/concepts/objective-cpp.html https://pldb.io/concepts/objective-j.html https://pldb.io/concepts/objective-modula-2.html https://pldb.io/concepts/objective-s.html https://pldb.io/concepts/objectlogo.html https://pldb.io/concepts/objectpal.html https://pldb.io/concepts/objectscript.html https://pldb.io/concepts/objectworld.html https://pldb.io/concepts/objvlisp.html https://pldb.io/concepts/nxc.html https://pldb.io/concepts/nxt-g.html https://pldb.io/concepts/nydp.html https://pldb.io/concepts/nylo.html https://pldb.io/concepts/nymph.html https://pldb.io/concepts/nyquist.html https://pldb.io/concepts/o-matrix.html https://pldb.io/concepts/o-xml.html https://pldb.io/concepts/o.html https://pldb.io/concepts/o2.html https://pldb.io/concepts/o42a.html https://pldb.io/concepts/oak.html https://pldb.io/concepts/oaklisp.html https://pldb.io/concepts/oasis-operating-system.html https://pldb.io/concepts/oasis.html https://pldb.io/concepts/oberon-2.html https://pldb.io/concepts/oberon.html https://pldb.io/concepts/obj.html https://pldb.io/concepts/obj2.html https://pldb.io/concepts/objdump.html https://pldb.io/concepts/nsis.html https://pldb.io/concepts/nsl.html https://pldb.io/concepts/ntfs.html https://pldb.io/concepts/ntp.html https://pldb.io/concepts/nu-prolog.html https://pldb.io/concepts/nua-prolog.html https://pldb.io/concepts/nuget-pm.html https://pldb.io/concepts/nul-lang.html https://pldb.io/concepts/nulan.html https://pldb.io/concepts/numba.html https://pldb.io/concepts/numbers-app.html https://pldb.io/concepts/numerica.html https://pldb.io/concepts/numpad.html https://pldb.io/concepts/numpy.html https://pldb.io/concepts/nuprl.html https://pldb.io/concepts/nushell.html https://pldb.io/concepts/nut.html https://pldb.io/concepts/nuua.html https://pldb.io/concepts/nvdl.html https://pldb.io/concepts/nwscript.html https://pldb.io/concepts/nop-2.html https://pldb.io/concepts/nord.html https://pldb.io/concepts/normal-distribution-equation.html https://pldb.io/concepts/northstar-basic.html https://pldb.io/concepts/nosica.html https://pldb.io/concepts/nostr.html https://pldb.io/concepts/notation3.html https://pldb.io/concepts/notepad-editor.html https://pldb.io/concepts/notepad-plus-plus-editor.html https://pldb.io/concepts/noulith.html https://pldb.io/concepts/nova-editor.html https://pldb.io/concepts/noweb.html https://pldb.io/concepts/np.html https://pldb.io/concepts/npl-lang.html https://pldb.io/concepts/npl.html https://pldb.io/concepts/npm-pm.html https://pldb.io/concepts/npy.html https://pldb.io/concepts/nqc.html https://pldb.io/concepts/nrl.html https://pldb.io/concepts/nroff.html https://pldb.io/concepts/ns-basic.html https://pldb.io/concepts/nix.html https://pldb.io/concepts/nixos.html https://pldb.io/concepts/njcl.html https://pldb.io/concepts/nl.html https://pldb.io/concepts/nlpl.html https://pldb.io/concepts/nltk.html https://pldb.io/concepts/nml.html https://pldb.io/concepts/nntp.html https://pldb.io/concepts/noah.html https://pldb.io/concepts/nodal.html https://pldb.io/concepts/nodejs.html https://pldb.io/concepts/noisecraft.html https://pldb.io/concepts/nomad-software.html https://pldb.io/concepts/nomad.html https://pldb.io/concepts/nomnoml.html https://pldb.io/concepts/noms-db.html https://pldb.io/concepts/none.html https://pldb.io/concepts/noodle.html https://pldb.io/concepts/noon.html https://pldb.io/concepts/nial.html https://pldb.io/concepts/nianiolang.html https://pldb.io/concepts/nice.html https://pldb.io/concepts/nickle.html https://pldb.io/concepts/nikl.html https://pldb.io/concepts/nil.html https://pldb.io/concepts/nilscript.html https://pldb.io/concepts/nimble-pm.html https://pldb.io/concepts/nimrod.html https://pldb.io/concepts/nimskull.html https://pldb.io/concepts/ninja.html https://pldb.io/concepts/nios.html https://pldb.io/concepts/nirvana.html https://pldb.io/concepts/nit.html https://pldb.io/concepts/newsqueak.html https://pldb.io/concepts/newton.html https://pldb.io/concepts/newtonscript.html https://pldb.io/concepts/nexml.html https://pldb.io/concepts/nextflow.html https://pldb.io/concepts/nexus-format.html https://pldb.io/concepts/nfql.html https://pldb.io/concepts/nginx-config.html https://pldb.io/concepts/ngl-programming-language.html https://pldb.io/concepts/ngnk.html https://pldb.io/concepts/ngql.html https://pldb.io/concepts/ngs.html https://pldb.io/concepts/nhx.html https://pldb.io/concepts/netbasic.html https://pldb.io/concepts/netform.html https://pldb.io/concepts/netlib.html https://pldb.io/concepts/netlinx.html https://pldb.io/concepts/netlogo.html https://pldb.io/concepts/netrexx.html https://pldb.io/concepts/netscript.html https://pldb.io/concepts/network-control-language.html https://pldb.io/concepts/neuronc.html https://pldb.io/concepts/neutron.html https://pldb.io/concepts/never.html https://pldb.io/concepts/newclay.html https://pldb.io/concepts/newick-format.html https://pldb.io/concepts/newp.html https://pldb.io/concepts/newspeak.html https://pldb.io/concepts/ndl.html https://pldb.io/concepts/near.html https://pldb.io/concepts/nearley.html https://pldb.io/concepts/neater.html https://pldb.io/concepts/nebula.html https://pldb.io/concepts/nectar.html https://pldb.io/concepts/neeilang.html https://pldb.io/concepts/neko.html https://pldb.io/concepts/neliac.html https://pldb.io/concepts/nelua.html https://pldb.io/concepts/nemerle.html https://pldb.io/concepts/neo4j.html https://pldb.io/concepts/neovim.html https://pldb.io/concepts/neralie-format.html https://pldb.io/concepts/nesc.html https://pldb.io/concepts/nesl.html https://pldb.io/concepts/ness.html https://pldb.io/concepts/nested-context-language.html https://pldb.io/concepts/nestedtext.html https://pldb.io/concepts/net-format.html https://pldb.io/concepts/mysql.html https://pldb.io/concepts/mythryl.html https://pldb.io/concepts/n-prolog.html https://pldb.io/concepts/n-triples.html https://pldb.io/concepts/n.html https://pldb.io/concepts/nadesiko.html https://pldb.io/concepts/nail.html https://pldb.io/concepts/nakl.html https://pldb.io/concepts/nano-editor.html https://pldb.io/concepts/napier88.html https://pldb.io/concepts/napss.html https://pldb.io/concepts/narpl.html https://pldb.io/concepts/nasal.html https://pldb.io/concepts/nasm.html https://pldb.io/concepts/nassi-shneiderman-charts.html https://pldb.io/concepts/native-structured-storage.html https://pldb.io/concepts/nato-phonetic-alphabet.html https://pldb.io/concepts/natural.html https://pldb.io/concepts/navier-stokes-equation.html https://pldb.io/concepts/nawk.html https://pldb.io/concepts/ncl.html https://pldb.io/concepts/mupad.html https://pldb.io/concepts/murmur-hash-function.html https://pldb.io/concepts/music-sp.html https://pldb.io/concepts/musicxml.html https://pldb.io/concepts/musimp.html https://pldb.io/concepts/musp.html https://pldb.io/concepts/mustache.html https://pldb.io/concepts/musys.html https://pldb.io/concepts/mvel.html https://pldb.io/concepts/mvl.html https://pldb.io/concepts/mxml.html https://pldb.io/concepts/mybb.html https://pldb.io/concepts/mycroft.html https://pldb.io/concepts/myghty.html https://pldb.io/concepts/myia.html https://pldb.io/concepts/mypy.html https://pldb.io/concepts/myrddin.html https://pldb.io/concepts/mys.html https://pldb.io/concepts/mu.html https://pldb.io/concepts/muddl.html https://pldb.io/concepts/mudlle.html https://pldb.io/concepts/muf.html https://pldb.io/concepts/mufp.html https://pldb.io/concepts/mul-t.html https://pldb.io/concepts/muldis.html https://pldb.io/concepts/multi-user-basic.html https://pldb.io/concepts/multiaddr.html https://pldb.io/concepts/multibase.html https://pldb.io/concepts/multicodec.html https://pldb.io/concepts/multics.html https://pldb.io/concepts/multigame.html https://pldb.io/concepts/multihash-hash-function.html https://pldb.io/concepts/mumath.html https://pldb.io/concepts/mumps.html https://pldb.io/concepts/mums.html https://pldb.io/concepts/mun-lang.html https://pldb.io/concepts/munin.html https://pldb.io/concepts/muon.html https://pldb.io/concepts/motif-software.html https://pldb.io/concepts/mountain.html https://pldb.io/concepts/mouse.html https://pldb.io/concepts/mouse4.html https://pldb.io/concepts/moxie.html https://pldb.io/concepts/moya.html https://pldb.io/concepts/mp3-format.html https://pldb.io/concepts/mp3.html https://pldb.io/concepts/mp4.html https://pldb.io/concepts/mpgs.html https://pldb.io/concepts/mpl.html https://pldb.io/concepts/mps-format.html https://pldb.io/concepts/mps.html https://pldb.io/concepts/mpsx.html https://pldb.io/concepts/mql.html https://pldb.io/concepts/mqtt.html https://pldb.io/concepts/mrdb.html https://pldb.io/concepts/ms2.html https://pldb.io/concepts/mscgen.html https://pldb.io/concepts/msg-84.html https://pldb.io/concepts/msl.html https://pldb.io/concepts/msp430.html https://pldb.io/concepts/msx-basic.html https://pldb.io/concepts/mtml.html https://pldb.io/concepts/monkey.html https://pldb.io/concepts/monkeyx.html https://pldb.io/concepts/monodevelop-editor.html https://pldb.io/concepts/monte.html https://pldb.io/concepts/moo.html https://pldb.io/concepts/mool.html https://pldb.io/concepts/moonrock-basic-compiler.html https://pldb.io/concepts/moonscript.html https://pldb.io/concepts/moose.html https://pldb.io/concepts/morfa.html https://pldb.io/concepts/morfik.html https://pldb.io/concepts/morphe.html https://pldb.io/concepts/morphism.html https://pldb.io/concepts/morse-code.html https://pldb.io/concepts/mortran.html https://pldb.io/concepts/mosaic.html https://pldb.io/concepts/modula-3.html https://pldb.io/concepts/modula-p.html https://pldb.io/concepts/modula-r.html https://pldb.io/concepts/modula.html https://pldb.io/concepts/modular-prolog.html https://pldb.io/concepts/module-management-system.html https://pldb.io/concepts/moescript.html https://pldb.io/concepts/moinmoin.html https://pldb.io/concepts/moirai.html https://pldb.io/concepts/molecular-query-language.html https://pldb.io/concepts/molfile-format.html https://pldb.io/concepts/molog.html https://pldb.io/concepts/monaco.html https://pldb.io/concepts/mond.html https://pldb.io/concepts/monesa.html https://pldb.io/concepts/mockingbird-notation.html https://pldb.io/concepts/mocklisp.html https://pldb.io/concepts/modcap.html https://pldb.io/concepts/model-204.html https://pldb.io/concepts/model-k.html https://pldb.io/concepts/modelica.html https://pldb.io/concepts/modl.html https://pldb.io/concepts/modlisp.html https://pldb.io/concepts/modsim-iii.html https://pldb.io/concepts/modula-2.html https://pldb.io/concepts/modula-2p.html https://pldb.io/concepts/modula-3-star.html https://pldb.io/concepts/miranda.html https://pldb.io/concepts/miranim.html https://pldb.io/concepts/mirc.html https://pldb.io/concepts/mirfac.html https://pldb.io/concepts/mirth.html https://pldb.io/concepts/miso-framework.html https://pldb.io/concepts/misty.html https://pldb.io/concepts/miva.html https://pldb.io/concepts/mizar.html https://pldb.io/concepts/ml.html https://pldb.io/concepts/mlab.html https://pldb.io/concepts/mlatu.html https://pldb.io/concepts/mlisp2.html https://pldb.io/concepts/mlite.html https://pldb.io/concepts/mlpolyr.html https://pldb.io/concepts/mmix.html https://pldb.io/concepts/mmsearch.html https://pldb.io/concepts/mmx.html https://pldb.io/concepts/mobl-lang.html https://pldb.io/concepts/mobl.html https://pldb.io/concepts/moby-programming-language.html https://pldb.io/concepts/mochajs.html https://pldb.io/concepts/mochi.html https://pldb.io/concepts/mimix-stream-language.html https://pldb.io/concepts/min.html https://pldb.io/concepts/minc.html https://pldb.io/concepts/minecraft.html https://pldb.io/concepts/mini-ml.html https://pldb.io/concepts/minid.html https://pldb.io/concepts/minidsdb.html https://pldb.io/concepts/minihaskell.html https://pldb.io/concepts/minikanren.html https://pldb.io/concepts/minilang.html https://pldb.io/concepts/miniml-error.html https://pldb.io/concepts/miniml.html https://pldb.io/concepts/minion.html https://pldb.io/concepts/miniprolog.html https://pldb.io/concepts/minivital.html https://pldb.io/concepts/minizinc.html https://pldb.io/concepts/minopt.html https://pldb.io/concepts/mint.html https://pldb.io/concepts/mips.html https://pldb.io/concepts/mir.html https://pldb.io/concepts/mirager.html https://pldb.io/concepts/mirah.html https://pldb.io/concepts/microarchitecture-description-language.html https://pldb.io/concepts/microblocks.html https://pldb.io/concepts/microdare.html https://pldb.io/concepts/microdata.html https://pldb.io/concepts/microl.html https://pldb.io/concepts/microplanner.html https://pldb.io/concepts/micropython.html https://pldb.io/concepts/microsoft-access.html https://pldb.io/concepts/microsoft-azure-cosmos-db.html https://pldb.io/concepts/microsoft-basic.html https://pldb.io/concepts/microsoft-equation-editor.html https://pldb.io/concepts/microsoft-macro-assembler.html https://pldb.io/concepts/microsoft-mysql-server.html https://pldb.io/concepts/microsoft-small-basic.html https://pldb.io/concepts/microtal.html https://pldb.io/concepts/midas.html https://pldb.io/concepts/miis.html https://pldb.io/concepts/mike.html https://pldb.io/concepts/mime.html https://pldb.io/concepts/mimic.html https://pldb.io/concepts/mimium.html https://pldb.io/concepts/metah.html https://pldb.io/concepts/metal-programming-language.html https://pldb.io/concepts/metal.html https://pldb.io/concepts/metalex.html https://pldb.io/concepts/metaml.html https://pldb.io/concepts/metapi.html https://pldb.io/concepts/metapost.html https://pldb.io/concepts/metasim.html https://pldb.io/concepts/metatem.html https://pldb.io/concepts/metaweb-query-language.html https://pldb.io/concepts/methodology-description-language.html https://pldb.io/concepts/mewl.html https://pldb.io/concepts/mewmew.html https://pldb.io/concepts/mgmt.html https://pldb.io/concepts/mheg-5.html https://pldb.io/concepts/michelson.html https://pldb.io/concepts/micro-cpp.html https://pldb.io/concepts/micro-editor.html https://pldb.io/concepts/micro-flowcharts.html https://pldb.io/concepts/micro-mitten.html https://pldb.io/concepts/micro-prolog.html https://pldb.io/concepts/mentat.html https://pldb.io/concepts/mercurial.html https://pldb.io/concepts/mercury-programming-system.html https://pldb.io/concepts/mercury.html https://pldb.io/concepts/merd.html https://pldb.io/concepts/mermaid.html https://pldb.io/concepts/meroon.html https://pldb.io/concepts/mesa.html https://pldb.io/concepts/mesh.html https://pldb.io/concepts/meson.html https://pldb.io/concepts/messagepack.html https://pldb.io/concepts/met-english.html https://pldb.io/concepts/meta-assembler.html https://pldb.io/concepts/meta-ii.html https://pldb.io/concepts/meta-lisp.html https://pldb.io/concepts/meta-plus.html https://pldb.io/concepts/metacomco.html https://pldb.io/concepts/metafont.html https://pldb.io/concepts/md5-hash-function.html https://pldb.io/concepts/mdbs-qrs.html https://pldb.io/concepts/mdl.html https://pldb.io/concepts/mdx-lang.html https://pldb.io/concepts/mdx.html https://pldb.io/concepts/meanscriptcli.html https://pldb.io/concepts/mech-lang.html https://pldb.io/concepts/mediawiki.html https://pldb.io/concepts/medic.html https://pldb.io/concepts/medusa.html https://pldb.io/concepts/megalog.html https://pldb.io/concepts/megaparsec.html https://pldb.io/concepts/meld.html https://pldb.io/concepts/melody.html https://pldb.io/concepts/melpha-pm.html https://pldb.io/concepts/memcached.html https://pldb.io/concepts/memex-machine.html https://pldb.io/concepts/mendel.html https://pldb.io/concepts/maven-pom.html https://pldb.io/concepts/mavis.html https://pldb.io/concepts/mavo.html https://pldb.io/concepts/mawk.html https://pldb.io/concepts/max.html https://pldb.io/concepts/maxima.html https://pldb.io/concepts/maxscript.html https://pldb.io/concepts/maya-numerals.html https://pldb.io/concepts/maya.html https://pldb.io/concepts/mbasic.html https://pldb.io/concepts/mbox.html https://pldb.io/concepts/mckeeman-form.html https://pldb.io/concepts/mcleyvier-command-language.html https://pldb.io/concepts/mcobol.html https://pldb.io/concepts/mathjson.html https://pldb.io/concepts/mathlab.html https://pldb.io/concepts/mathlingua.html https://pldb.io/concepts/mathml.html https://pldb.io/concepts/mathpix-markdown.html https://pldb.io/concepts/mathsy.html https://pldb.io/concepts/mathtype.html https://pldb.io/concepts/mathworks-file-exchange-pm.html https://pldb.io/concepts/matita.html https://pldb.io/concepts/matlab.html https://pldb.io/concepts/matplotlib.html https://pldb.io/concepts/matrix-pascal.html https://pldb.io/concepts/matrix-protocol.html https://pldb.io/concepts/matroska.html https://pldb.io/concepts/maude.html https://pldb.io/concepts/maven-pm.html https://pldb.io/concepts/marmot.html https://pldb.io/concepts/marp.html https://pldb.io/concepts/marsyas.html https://pldb.io/concepts/marten.html https://pldb.io/concepts/mary-2.html https://pldb.io/concepts/mary.html https://pldb.io/concepts/mascara.html https://pldb.io/concepts/masim.html https://pldb.io/concepts/maskjs.html https://pldb.io/concepts/masm.html https://pldb.io/concepts/mass-energy-equation.html https://pldb.io/concepts/mastodon.html https://pldb.io/concepts/material-exchange-format.html https://pldb.io/concepts/math-matic.html https://pldb.io/concepts/mathcad.html https://pldb.io/concepts/mathematica-editor.html https://pldb.io/concepts/mathematica-packagedata-pm.html https://pldb.io/concepts/mathematica.html https://pldb.io/concepts/mathics.html https://pldb.io/concepts/mathjax.html https://pldb.io/concepts/mapgen.html https://pldb.io/concepts/maple.html https://pldb.io/concepts/maplesoft-app-center-pm.html https://pldb.io/concepts/mapper.html https://pldb.io/concepts/mapquery.html https://pldb.io/concepts/maps.html https://pldb.io/concepts/maraca-lang.html https://pldb.io/concepts/margin.html https://pldb.io/concepts/maria-db-column-store.html https://pldb.io/concepts/maria-xml.html https://pldb.io/concepts/mariadb.html https://pldb.io/concepts/mark-iv.html https://pldb.io/concepts/markaby.html https://pldb.io/concepts/markdeep.html https://pldb.io/concepts/markdown.html https://pldb.io/concepts/marklogic.html https://pldb.io/concepts/marko.html https://pldb.io/concepts/markovjunior.html https://pldb.io/concepts/markus.html https://pldb.io/concepts/markwhen.html https://pldb.io/concepts/marlais.html https://pldb.io/concepts/mai.html https://pldb.io/concepts/make.html https://pldb.io/concepts/makedoc.html https://pldb.io/concepts/mako.html https://pldb.io/concepts/mal.html https://pldb.io/concepts/malbolge.html https://pldb.io/concepts/mallard-basic.html https://pldb.io/concepts/malus.html https://pldb.io/concepts/mama-software.html https://pldb.io/concepts/man-machine-language.html https://pldb.io/concepts/manchester-syntax.html https://pldb.io/concepts/mangle.html https://pldb.io/concepts/manhood.html https://pldb.io/concepts/manim.html https://pldb.io/concepts/manool.html https://pldb.io/concepts/manticore.html https://pldb.io/concepts/manuscript.html https://pldb.io/concepts/map.html https://pldb.io/concepts/mapbasic.html https://pldb.io/concepts/macro-10.html https://pldb.io/concepts/macro-11.html https://pldb.io/concepts/macro-spitbol.html https://pldb.io/concepts/macro.html https://pldb.io/concepts/macroml.html https://pldb.io/concepts/macsyma.html https://pldb.io/concepts/mad.html https://pldb.io/concepts/madcap-vi.html https://pldb.io/concepts/madcap.html https://pldb.io/concepts/mads.html https://pldb.io/concepts/mages.html https://pldb.io/concepts/magic-paper.html https://pldb.io/concepts/magik.html https://pldb.io/concepts/magit.html https://pldb.io/concepts/magma.html https://pldb.io/concepts/magma2.html https://pldb.io/concepts/magritte.html https://pldb.io/concepts/mai-basic-four.html https://pldb.io/concepts/lygon.html https://pldb.io/concepts/lynx.html https://pldb.io/concepts/lyric.html https://pldb.io/concepts/lyx-editor.html https://pldb.io/concepts/m-expressions.html https://pldb.io/concepts/m-lisp.html https://pldb.io/concepts/m-programming-language.html https://pldb.io/concepts/m2001.html https://pldb.io/concepts/m3db.html https://pldb.io/concepts/m4.html https://pldb.io/concepts/m4sugar.html https://pldb.io/concepts/mac.html https://pldb.io/concepts/macaims.html https://pldb.io/concepts/macbasic.html https://pldb.io/concepts/macbook-air-machine.html https://pldb.io/concepts/macchiato.html https://pldb.io/concepts/mace.html https://pldb.io/concepts/machiavelli.html https://pldb.io/concepts/macintosh-common-lisp.html https://pldb.io/concepts/macintosh-machine.html https://pldb.io/concepts/maclisp.html https://pldb.io/concepts/lsd.html https://pldb.io/concepts/lse.html https://pldb.io/concepts/lsif-format.html https://pldb.io/concepts/lsl.html https://pldb.io/concepts/luajit.html https://pldb.io/concepts/luarocks-pm.html https://pldb.io/concepts/luau.html https://pldb.io/concepts/lucene-query-syntax.html https://pldb.io/concepts/lucid-chart-app.html https://pldb.io/concepts/lucid-lang.html https://pldb.io/concepts/lucid-representations.html https://pldb.io/concepts/lucid.html https://pldb.io/concepts/lucinda.html https://pldb.io/concepts/luna-1.html https://pldb.io/concepts/luna.html https://pldb.io/concepts/lunar.html https://pldb.io/concepts/lush.html https://pldb.io/concepts/lustre.html https://pldb.io/concepts/lwjgl.html https://pldb.io/concepts/lyapas.html https://pldb.io/concepts/logscheme.html https://pldb.io/concepts/logtalk.html https://pldb.io/concepts/lol.html https://pldb.io/concepts/lola-2.html https://pldb.io/concepts/lola.html https://pldb.io/concepts/lolcode.html https://pldb.io/concepts/lookml.html https://pldb.io/concepts/loom.html https://pldb.io/concepts/loomscript.html https://pldb.io/concepts/loopnpp.html https://pldb.io/concepts/loops.html https://pldb.io/concepts/lore.html https://pldb.io/concepts/lorel-1.html https://pldb.io/concepts/lorel.html https://pldb.io/concepts/lotis.html https://pldb.io/concepts/lotos.html https://pldb.io/concepts/lotusscript.html https://pldb.io/concepts/lowstar.html https://pldb.io/concepts/lp-format.html https://pldb.io/concepts/lpc.html https://pldb.io/concepts/lpl.html https://pldb.io/concepts/lrltran.html https://pldb.io/concepts/login.html https://pldb.io/concepts/logist.html https://pldb.io/concepts/loglan-pl.html https://pldb.io/concepts/loglan.html https://pldb.io/concepts/loglisp.html https://pldb.io/concepts/loglo.html https://pldb.io/concepts/logo.html https://pldb.io/concepts/logol.html https://pldb.io/concepts/logos.html https://pldb.io/concepts/logowriter.html https://pldb.io/concepts/logres.html https://pldb.io/concepts/lll.html https://pldb.io/concepts/lllpg.html https://pldb.io/concepts/lmdb.html https://pldb.io/concepts/lnf.html https://pldb.io/concepts/lo.html https://pldb.io/concepts/lobster.html https://pldb.io/concepts/local.html https://pldb.io/concepts/loci.html https://pldb.io/concepts/locomotive-basic.html https://pldb.io/concepts/locs.html https://pldb.io/concepts/lodash.html https://pldb.io/concepts/logal.html https://pldb.io/concepts/logica.html https://pldb.io/concepts/logicon.html https://pldb.io/concepts/lite-c.html https://pldb.io/concepts/literate-agda.html https://pldb.io/concepts/literate-coffeescript.html https://pldb.io/concepts/literate-haskell.html https://pldb.io/concepts/litescript.html https://pldb.io/concepts/lithe.html https://pldb.io/concepts/little-b.html https://pldb.io/concepts/little-smalltalk.html https://pldb.io/concepts/little.html https://pldb.io/concepts/livecode.html https://pldb.io/concepts/livescript.html https://pldb.io/concepts/livr.html https://pldb.io/concepts/lkif.html https://pldb.io/concepts/llhd.html https://pldb.io/concepts/liquid.html https://pldb.io/concepts/liquidity.html https://pldb.io/concepts/lis.html https://pldb.io/concepts/lisaac.html https://pldb.io/concepts/liseb.html https://pldb.io/concepts/liso.html https://pldb.io/concepts/lisp-1-5.html https://pldb.io/concepts/lisp-2.html https://pldb.io/concepts/lisp-a.html https://pldb.io/concepts/lisp-machine-lisp.html https://pldb.io/concepts/lisp.html https://pldb.io/concepts/lispme.html https://pldb.io/concepts/lisptalk.html https://pldb.io/concepts/lispworks.html https://pldb.io/concepts/listdown.html https://pldb.io/concepts/linearml.html https://pldb.io/concepts/lingo.html https://pldb.io/concepts/lingua-graphica.html https://pldb.io/concepts/link.html https://pldb.io/concepts/linked-markdown.html https://pldb.io/concepts/linker-script.html https://pldb.io/concepts/links-programming-language.html https://pldb.io/concepts/links.html https://pldb.io/concepts/linktext.html https://pldb.io/concepts/linoleum.html https://pldb.io/concepts/linotte.html https://pldb.io/concepts/linq.html https://pldb.io/concepts/linux-kernel-module.html https://pldb.io/concepts/linux.html https://pldb.io/concepts/life.html https://pldb.io/concepts/lift.html https://pldb.io/concepts/lighttpd-configuration-file.html https://pldb.io/concepts/ligo.html https://pldb.io/concepts/lil-lang.html https://pldb.io/concepts/lila-lang.html https://pldb.io/concepts/lila.html https://pldb.io/concepts/lily.html https://pldb.io/concepts/lilypond.html https://pldb.io/concepts/limbo.html https://pldb.io/concepts/limdep.html https://pldb.io/concepts/linc-4gl.html https://pldb.io/concepts/lincoln-reckoner.html https://pldb.io/concepts/lincos.html https://pldb.io/concepts/linda.html https://pldb.io/concepts/linden-scripting-language.html https://pldb.io/concepts/leo-editor.html https://pldb.io/concepts/leogo.html https://pldb.io/concepts/leopard.html https://pldb.io/concepts/les.html https://pldb.io/concepts/lesk.html https://pldb.io/concepts/lesma.html https://pldb.io/concepts/less.html https://pldb.io/concepts/lever.html https://pldb.io/concepts/levy.html https://pldb.io/concepts/lex.html https://pldb.io/concepts/lexon.html https://pldb.io/concepts/lexx-editor.html https://pldb.io/concepts/lezer.html https://pldb.io/concepts/lg.html https://pldb.io/concepts/lgdf.html https://pldb.io/concepts/li-chen-wang.html https://pldb.io/concepts/liberty-basic.html https://pldb.io/concepts/libra.html https://pldb.io/concepts/libsvm-format.html https://pldb.io/concepts/lax.html https://pldb.io/concepts/lazarus-editor.html https://pldb.io/concepts/lazy-k.html https://pldb.io/concepts/lazyml.html https://pldb.io/concepts/lc-3.html https://pldb.io/concepts/lcf.html https://pldb.io/concepts/lcl.html https://pldb.io/concepts/ld-json.html https://pldb.io/concepts/ldap.html https://pldb.io/concepts/ldl.html https://pldb.io/concepts/ldl1.html https://pldb.io/concepts/ldpl.html https://pldb.io/concepts/le-lisp.html https://pldb.io/concepts/leaf.html https://pldb.io/concepts/lean.html https://pldb.io/concepts/leap.html https://pldb.io/concepts/leazy.html https://pldb.io/concepts/leda.html https://pldb.io/concepts/legol.html https://pldb.io/concepts/lemick.html https://pldb.io/concepts/lemon-lang.html https://pldb.io/concepts/lemon.html https://pldb.io/concepts/laning-and-zierler-system.html https://pldb.io/concepts/lap.html https://pldb.io/concepts/laravel-framework.html https://pldb.io/concepts/larceny.html https://pldb.io/concepts/larch.html https://pldb.io/concepts/laris.html https://pldb.io/concepts/larp.html https://pldb.io/concepts/lasp.html https://pldb.io/concepts/lass.html https://pldb.io/concepts/lasso.html https://pldb.io/concepts/latex.html https://pldb.io/concepts/latino.html https://pldb.io/concepts/latte-js.html https://pldb.io/concepts/latte.html https://pldb.io/concepts/laure.html https://pldb.io/concepts/lav-format.html https://pldb.io/concepts/lava.html https://pldb.io/concepts/lawvere.html https://pldb.io/concepts/ladybird.html https://pldb.io/concepts/lagoona.html https://pldb.io/concepts/lain.html https://pldb.io/concepts/lambcalc.html https://pldb.io/concepts/lambda-obliv.html https://pldb.io/concepts/lambda-prolog.html https://pldb.io/concepts/lambda-zero.html https://pldb.io/concepts/lambda.html https://pldb.io/concepts/lamderp.html https://pldb.io/concepts/lamdu-editor.html https://pldb.io/concepts/lamdu.html https://pldb.io/concepts/lamina.html https://pldb.io/concepts/lammps-format.html https://pldb.io/concepts/lana.html https://pldb.io/concepts/lanai.html https://pldb.io/concepts/language-for-class-description.html https://pldb.io/concepts/language-h.html https://pldb.io/concepts/language-server-protocol.html https://pldb.io/concepts/kqml.html https://pldb.io/concepts/krc.html https://pldb.io/concepts/kris.html https://pldb.io/concepts/krl-0.html https://pldb.io/concepts/krl.html https://pldb.io/concepts/krs.html https://pldb.io/concepts/krypton.html https://pldb.io/concepts/ktexteditor-editor.html https://pldb.io/concepts/ktyek.html https://pldb.io/concepts/kubernetes.html https://pldb.io/concepts/kuc.html https://pldb.io/concepts/kuin.html https://pldb.io/concepts/kuka.html https://pldb.io/concepts/kumir.html https://pldb.io/concepts/kuroko.html https://pldb.io/concepts/kvikkalkul.html https://pldb.io/concepts/kvsapi.html https://pldb.io/concepts/kylix.html https://pldb.io/concepts/kyma.html https://pldb.io/concepts/l.html https://pldb.io/concepts/l2.html https://pldb.io/concepts/l6.html https://pldb.io/concepts/labtran.html https://pldb.io/concepts/labview.html https://pldb.io/concepts/ladder-logic.html https://pldb.io/concepts/knitr.html https://pldb.io/concepts/knowledge-interchange-format.html https://pldb.io/concepts/ko.html https://pldb.io/concepts/koara.html https://pldb.io/concepts/kode.html https://pldb.io/concepts/kodu-game-lab.html https://pldb.io/concepts/kogut.html https://pldb.io/concepts/koi.html https://pldb.io/concepts/koka.html https://pldb.io/concepts/komodo-editor.html https://pldb.io/concepts/kona.html https://pldb.io/concepts/konna.html https://pldb.io/concepts/konsolscript.html https://pldb.io/concepts/korn-shell.html https://pldb.io/concepts/kid.html https://pldb.io/concepts/kiev.html https://pldb.io/concepts/kilo-lisp.html https://pldb.io/concepts/kima.html https://pldb.io/concepts/king-kong.html https://pldb.io/concepts/kiss.html https://pldb.io/concepts/kit.html https://pldb.io/concepts/kitlang.html https://pldb.io/concepts/kitten.html https://pldb.io/concepts/kivy-lang.html https://pldb.io/concepts/kixtart.html https://pldb.io/concepts/kl-one.html https://pldb.io/concepts/kl0.html https://pldb.io/concepts/kl1.html https://pldb.io/concepts/klaim.html https://pldb.io/concepts/klerer-may-system.html https://pldb.io/concepts/klipa.html https://pldb.io/concepts/klong.html https://pldb.io/concepts/kml.html https://pldb.io/concepts/knight.html https://pldb.io/concepts/kayia.html https://pldb.io/concepts/kb.html https://pldb.io/concepts/kcl.html https://pldb.io/concepts/kee.html https://pldb.io/concepts/kefir.html https://pldb.io/concepts/kei.html https://pldb.io/concepts/kek-nodal.html https://pldb.io/concepts/keli.html https://pldb.io/concepts/keras.html https://pldb.io/concepts/kerf.html https://pldb.io/concepts/kermeta.html https://pldb.io/concepts/kernel-e.html https://pldb.io/concepts/kernel.html https://pldb.io/concepts/kew.html https://pldb.io/concepts/keykit.html https://pldb.io/concepts/keysight-vee.html https://pldb.io/concepts/kgl.html https://pldb.io/concepts/khepri.html https://pldb.io/concepts/khi.html https://pldb.io/concepts/ki.html https://pldb.io/concepts/kicad.html https://pldb.io/concepts/kai.html https://pldb.io/concepts/kail.html https://pldb.io/concepts/kaitai.html https://pldb.io/concepts/kakoune-editor.html https://pldb.io/concepts/kal.html https://pldb.io/concepts/kaleidoquery.html https://pldb.io/concepts/kaleidoscope.html https://pldb.io/concepts/kaleidoscope90.html https://pldb.io/concepts/kaleidoscope91.html https://pldb.io/concepts/kalyn.html https://pldb.io/concepts/kamby.html https://pldb.io/concepts/kami.html https://pldb.io/concepts/kamilalisp.html https://pldb.io/concepts/kaml.html https://pldb.io/concepts/karel.html https://pldb.io/concepts/karl.html https://pldb.io/concepts/kasaya.html https://pldb.io/concepts/kate-editor.html https://pldb.io/concepts/kate.html https://pldb.io/concepts/katex.html https://pldb.io/concepts/kaukatcr.html https://pldb.io/concepts/kavascript.html https://pldb.io/concepts/kawa-scheme-implementation.html https://pldb.io/concepts/jule.html https://pldb.io/concepts/julia.html https://pldb.io/concepts/juliahub-pm.html https://pldb.io/concepts/juniper.html https://pldb.io/concepts/juno.html https://pldb.io/concepts/jupyter-editor.html https://pldb.io/concepts/jupyter-notebook.html https://pldb.io/concepts/just.html https://pldb.io/concepts/juttle.html https://pldb.io/concepts/juvix.html https://pldb.io/concepts/jvm.html https://pldb.io/concepts/jython.html https://pldb.io/concepts/k-framework.html https://pldb.io/concepts/k.html https://pldb.io/concepts/kaffeine.html https://pldb.io/concepts/kaggle-app.html https://pldb.io/concepts/json-stat.html https://pldb.io/concepts/json-url.html https://pldb.io/concepts/json-with-comments.html https://pldb.io/concepts/json.html https://pldb.io/concepts/json5.html https://pldb.io/concepts/jsoniq.html https://pldb.io/concepts/jsonnet.html https://pldb.io/concepts/jsparagus.html https://pldb.io/concepts/jspp.html https://pldb.io/concepts/jsx.html https://pldb.io/concepts/jsyn.html https://pldb.io/concepts/jsync.html https://pldb.io/concepts/judoscript.html https://pldb.io/concepts/juicy.html https://pldb.io/concepts/jplace.html https://pldb.io/concepts/jpp.html https://pldb.io/concepts/jq.html https://pldb.io/concepts/jql.html https://pldb.io/concepts/jquery.html https://pldb.io/concepts/jr.html https://pldb.io/concepts/jruby.html https://pldb.io/concepts/jscript.html https://pldb.io/concepts/jsf.html https://pldb.io/concepts/jsgf.html https://pldb.io/concepts/jsharp.html https://pldb.io/concepts/jsil-compiler.html https://pldb.io/concepts/jsl.html https://pldb.io/concepts/jslt.html https://pldb.io/concepts/jsml.html https://pldb.io/concepts/json-graph-format.html https://pldb.io/concepts/json-graph-spec.html https://pldb.io/concepts/json-lambda.html https://pldb.io/concepts/json-ld.html https://pldb.io/concepts/json-schema.html https://pldb.io/concepts/json-script.html https://pldb.io/concepts/jison-lex.html https://pldb.io/concepts/jison.html https://pldb.io/concepts/jisp.html https://pldb.io/concepts/jiyu.html https://pldb.io/concepts/jlang.html https://pldb.io/concepts/jmap.html https://pldb.io/concepts/jmespath.html https://pldb.io/concepts/jmp.html https://pldb.io/concepts/jmsl.html https://pldb.io/concepts/joe-e.html https://pldb.io/concepts/join-java.html https://pldb.io/concepts/joker.html https://pldb.io/concepts/jolie.html https://pldb.io/concepts/jonprl.html https://pldb.io/concepts/josie.html https://pldb.io/concepts/joss-ii.html https://pldb.io/concepts/joss.html https://pldb.io/concepts/joule.html https://pldb.io/concepts/jovial.html https://pldb.io/concepts/joy.html https://pldb.io/concepts/joyce.html https://pldb.io/concepts/joycep.html https://pldb.io/concepts/jpeg.html https://pldb.io/concepts/jpl.html https://pldb.io/concepts/jcof.html https://pldb.io/concepts/jean.html https://pldb.io/concepts/jedi.html https://pldb.io/concepts/jedit-editor.html https://pldb.io/concepts/jedlang.html https://pldb.io/concepts/jeebox.html https://pldb.io/concepts/jeeves.html https://pldb.io/concepts/jekyll.html https://pldb.io/concepts/jelly.html https://pldb.io/concepts/jemplate.html https://pldb.io/concepts/jesth.html https://pldb.io/concepts/jet-propulsion-laboratory-display-information-system.html https://pldb.io/concepts/jet.html https://pldb.io/concepts/jevko.html https://pldb.io/concepts/jflex.html https://pldb.io/concepts/jfugue.html https://pldb.io/concepts/ji.html https://pldb.io/concepts/jingo.html https://pldb.io/concepts/jinja.html https://pldb.io/concepts/jinx.html https://pldb.io/concepts/jis-x-0201.html https://pldb.io/concepts/javascript.html https://pldb.io/concepts/javascriptcore.html https://pldb.io/concepts/javelin.html https://pldb.io/concepts/jaws-scripting-language.html https://pldb.io/concepts/jayfor.html https://pldb.io/concepts/jazz.html https://pldb.io/concepts/jbc.html https://pldb.io/concepts/jcard.html https://pldb.io/concepts/jcl.html https://pldb.io/concepts/java-properties.html https://pldb.io/concepts/java-server-pages.html https://pldb.io/concepts/java.html https://pldb.io/concepts/javacc.html https://pldb.io/concepts/javafx-script.html https://pldb.io/concepts/javaml.html https://pldb.io/concepts/j.html https://pldb.io/concepts/jacal.html https://pldb.io/concepts/jacl.html https://pldb.io/concepts/jade.html https://pldb.io/concepts/jai.html https://pldb.io/concepts/jal-compiler.html https://pldb.io/concepts/jammy.html https://pldb.io/concepts/janet.html https://pldb.io/concepts/jank.html https://pldb.io/concepts/janus-lang.html https://pldb.io/concepts/janus-programming-language.html https://pldb.io/concepts/jargon.html https://pldb.io/concepts/jasmin.html https://pldb.io/concepts/jasmine.html https://pldb.io/concepts/jasper.html https://pldb.io/concepts/jass.html https://pldb.io/concepts/java-bytecode.html https://pldb.io/concepts/java-ee-version-history.html https://pldb.io/concepts/isac.html https://pldb.io/concepts/isbl.html https://pldb.io/concepts/isbn.html https://pldb.io/concepts/iscript.html https://pldb.io/concepts/isetl.html https://pldb.io/concepts/isis.html https://pldb.io/concepts/islisp.html https://pldb.io/concepts/iso-8601.html https://pldb.io/concepts/ispl.html https://pldb.io/concepts/isq.html https://pldb.io/concepts/iswim.html https://pldb.io/concepts/it.html https://pldb.io/concepts/iterm2.html https://pldb.io/concepts/itl.html https://pldb.io/concepts/ivtran.html https://pldb.io/concepts/ivy.html https://pldb.io/concepts/ixml.html https://pldb.io/concepts/izibasic.html https://pldb.io/concepts/ion-schema.html https://pldb.io/concepts/ion.html https://pldb.io/concepts/ios.html https://pldb.io/concepts/iota-and-jot.html https://pldb.io/concepts/iota.html https://pldb.io/concepts/ip-pascal.html https://pldb.io/concepts/ipa.html https://pldb.io/concepts/ipad-machine.html https://pldb.io/concepts/ipf.html https://pldb.io/concepts/iphone-machine.html https://pldb.io/concepts/ipl-v.html https://pldb.io/concepts/iptables-rope.html https://pldb.io/concepts/iptscrae.html https://pldb.io/concepts/ipv4.html https://pldb.io/concepts/iqf.html https://pldb.io/concepts/iqr.html https://pldb.io/concepts/irc-log.html https://pldb.io/concepts/ircis.html https://pldb.io/concepts/isabelle-91.html https://pldb.io/concepts/isabelle-hol.html https://pldb.io/concepts/isabelle.html https://pldb.io/concepts/instruction-list.html https://pldb.io/concepts/integer-basic.html https://pldb.io/concepts/integral-equation.html https://pldb.io/concepts/intellijidea-editor.html https://pldb.io/concepts/interactive.html https://pldb.io/concepts/interbase.html https://pldb.io/concepts/intercal.html https://pldb.io/concepts/intercellas.html https://pldb.io/concepts/interchange-file-format.html https://pldb.io/concepts/intercons.html https://pldb.io/concepts/interleaved-notation.html https://pldb.io/concepts/interlisp-vax.html https://pldb.io/concepts/interlisp.html https://pldb.io/concepts/interpress.html https://pldb.io/concepts/interscript.html https://pldb.io/concepts/intersystems-cache.html https://pldb.io/concepts/intuitionistic.html https://pldb.io/concepts/invokator.html https://pldb.io/concepts/io.html https://pldb.io/concepts/iode.html https://pldb.io/concepts/ioke.html https://pldb.io/concepts/infolog.html https://pldb.io/concepts/inform.html https://pldb.io/concepts/information-algebra.html https://pldb.io/concepts/information-processing-language.html https://pldb.io/concepts/information-theory-equation.html https://pldb.io/concepts/informix.html https://pldb.io/concepts/infusion-framework.html https://pldb.io/concepts/ingres.html https://pldb.io/concepts/ini.html https://pldb.io/concepts/ink-lang.html https://pldb.io/concepts/ink.html https://pldb.io/concepts/inko.html https://pldb.io/concepts/inmagic.html https://pldb.io/concepts/inno-setup.html https://pldb.io/concepts/inquire.html https://pldb.io/concepts/inscan.html https://pldb.io/concepts/insight.html https://pldb.io/concepts/insitux.html https://pldb.io/concepts/image.html https://pldb.io/concepts/imaginary-number-equation.html https://pldb.io/concepts/imandra.html https://pldb.io/concepts/imap-protocol.html https://pldb.io/concepts/imba.html https://pldb.io/concepts/imf.html https://pldb.io/concepts/imhex.html https://pldb.io/concepts/imp-lang.html https://pldb.io/concepts/imp.html https://pldb.io/concepts/imp72.html https://pldb.io/concepts/impala.html https://pldb.io/concepts/impl.html https://pldb.io/concepts/ina-jo.html https://pldb.io/concepts/inc.html https://pldb.io/concepts/inchi.html https://pldb.io/concepts/incipit.html https://pldb.io/concepts/indental.html https://pldb.io/concepts/infer.html https://pldb.io/concepts/infiniband-standard.html https://pldb.io/concepts/influxdb.html https://pldb.io/concepts/idl.html https://pldb.io/concepts/idris.html https://pldb.io/concepts/ids.html https://pldb.io/concepts/idyll.html https://pldb.io/concepts/ifo.html https://pldb.io/concepts/ifps.html https://pldb.io/concepts/igor-pro.html https://pldb.io/concepts/iif.html https://pldb.io/concepts/iikuse.html https://pldb.io/concepts/iitran.html https://pldb.io/concepts/ikarus.html https://pldb.io/concepts/ilbm.html https://pldb.io/concepts/ilu.html https://pldb.io/concepts/ilx.html https://pldb.io/concepts/imac-machine.html https://pldb.io/concepts/ibm-db2.html https://pldb.io/concepts/ibm-gml.html https://pldb.io/concepts/ibm-i-control-language.html https://pldb.io/concepts/ibm-logo.html https://pldb.io/concepts/ibm-rational-sqabasic.html https://pldb.io/concepts/ibm-rpg.html https://pldb.io/concepts/ibm-system-38-language.html https://pldb.io/concepts/ibuki-cl.html https://pldb.io/concepts/icalendar-format.html https://pldb.io/concepts/icarus.html https://pldb.io/concepts/icd.html https://pldb.io/concepts/icedcoffeescript.html https://pldb.io/concepts/ices-system.html https://pldb.io/concepts/icetran.html https://pldb.io/concepts/ici.html https://pldb.io/concepts/icml.html https://pldb.io/concepts/icon.html https://pldb.io/concepts/icot.html https://pldb.io/concepts/id.html https://pldb.io/concepts/idio.html https://pldb.io/concepts/idl-sl.html https://pldb.io/concepts/hyperlisp.html https://pldb.io/concepts/hyperlog.html https://pldb.io/concepts/hyperscript-lang.html https://pldb.io/concepts/hyperscript.html https://pldb.io/concepts/hypertalk.html https://pldb.io/concepts/hyphy.html https://pldb.io/concepts/hytime.html https://pldb.io/concepts/hytran.html https://pldb.io/concepts/i-expressions.html https://pldb.io/concepts/i.html https://pldb.io/concepts/ia-32.html https://pldb.io/concepts/ial.html https://pldb.io/concepts/iam.html https://pldb.io/concepts/ib-templog.html https://pldb.io/concepts/ibex.html https://pldb.io/concepts/ibis.html https://pldb.io/concepts/ibm-1401-symbolic-programming-system.html https://pldb.io/concepts/ibm-basic.html https://pldb.io/concepts/ibm-basica.html https://pldb.io/concepts/huginn.html https://pldb.io/concepts/hugo.html https://pldb.io/concepts/hujson.html https://pldb.io/concepts/humanhash-hash-function.html https://pldb.io/concepts/hummingbird-quickscript.html https://pldb.io/concepts/hurl.html https://pldb.io/concepts/hush.html https://pldb.io/concepts/huwcode.html https://pldb.io/concepts/hvm.html https://pldb.io/concepts/hxml.html https://pldb.io/concepts/hybrid.html https://pldb.io/concepts/hycom.html https://pldb.io/concepts/hypac.html https://pldb.io/concepts/hyper-basic.html https://pldb.io/concepts/hypercard.html https://pldb.io/concepts/hyperflow.html https://pldb.io/concepts/hyperfun.html https://pldb.io/concepts/hp-pascal.html https://pldb.io/concepts/hp-time-shared-basic.html https://pldb.io/concepts/hpp.html https://pldb.io/concepts/hprl.html https://pldb.io/concepts/hr-code.html https://pldb.io/concepts/hrqr.html https://pldb.io/concepts/hsaml-format.html https://pldb.io/concepts/hscript.html https://pldb.io/concepts/hsl.html https://pldb.io/concepts/hsml.html https://pldb.io/concepts/hspec.html https://pldb.io/concepts/htel.html https://pldb.io/concepts/htl.html https://pldb.io/concepts/html.html https://pldb.io/concepts/htmx.html https://pldb.io/concepts/http-2.html https://pldb.io/concepts/http-3.html https://pldb.io/concepts/http.html https://pldb.io/concepts/httplang.html https://pldb.io/concepts/hlvm.html https://pldb.io/concepts/hmmm.html https://pldb.io/concepts/hmsl.html https://pldb.io/concepts/hobbes.html https://pldb.io/concepts/hocon.html https://pldb.io/concepts/hodor.html https://pldb.io/concepts/hol.html https://pldb.io/concepts/holcf.html https://pldb.io/concepts/holo.html https://pldb.io/concepts/holonforth.html https://pldb.io/concepts/holyc.html https://pldb.io/concepts/homa.html https://pldb.io/concepts/homebrew-pm.html https://pldb.io/concepts/homespring.html https://pldb.io/concepts/honu.html https://pldb.io/concepts/hook.html https://pldb.io/concepts/hoon.html https://pldb.io/concepts/hoot-smalltalk.html https://pldb.io/concepts/hop.html https://pldb.io/concepts/hope.html https://pldb.io/concepts/hopscotch.html https://pldb.io/concepts/horse64.html https://pldb.io/concepts/hotcocoalisp.html https://pldb.io/concepts/hotdog.html https://pldb.io/concepts/hp-basic-for-openvms.html https://pldb.io/concepts/hp-gl.html https://pldb.io/concepts/hex-pm.html https://pldb.io/concepts/hex-rays.html https://pldb.io/concepts/hexagon.html https://pldb.io/concepts/hexagony.html https://pldb.io/concepts/hexcel.html https://pldb.io/concepts/hfs-plus.html https://pldb.io/concepts/hfs.html https://pldb.io/concepts/hhvm.html https://pldb.io/concepts/hi-visual.html https://pldb.io/concepts/high-tech-basic.html https://pldb.io/concepts/highlightjs.html https://pldb.io/concepts/hilbert.html https://pldb.io/concepts/hilltop-lang.html https://pldb.io/concepts/hilvl.html https://pldb.io/concepts/hina.html https://pldb.io/concepts/hiq.html https://pldb.io/concepts/hivemind.html https://pldb.io/concepts/hiveql.html https://pldb.io/concepts/hl7.html https://pldb.io/concepts/hla.html https://pldb.io/concepts/hlasm.html https://pldb.io/concepts/hlsl.html https://pldb.io/concepts/hdf.html https://pldb.io/concepts/hdfs.html https://pldb.io/concepts/hdmi-standard.html https://pldb.io/concepts/hdt.html https://pldb.io/concepts/heap.coffee.html https://pldb.io/concepts/hecl.html https://pldb.io/concepts/hedy.html https://pldb.io/concepts/heic.html https://pldb.io/concepts/helang.html https://pldb.io/concepts/helena.html https://pldb.io/concepts/helium.html https://pldb.io/concepts/hello.html https://pldb.io/concepts/helper.html https://pldb.io/concepts/henk.html https://pldb.io/concepts/hera.html https://pldb.io/concepts/heraklit.html https://pldb.io/concepts/herbrand.html https://pldb.io/concepts/hermes.html https://pldb.io/concepts/heron-lang.html https://pldb.io/concepts/heron.html https://pldb.io/concepts/hashlink.html https://pldb.io/concepts/haskell-sharp.html https://pldb.io/concepts/hasklig.html https://pldb.io/concepts/hasl.html https://pldb.io/concepts/haste.html https://pldb.io/concepts/haxe.html https://pldb.io/concepts/haxelibs-pm.html https://pldb.io/concepts/haystaq.html https://pldb.io/concepts/hazel.html https://pldb.io/concepts/hbasic.html https://pldb.io/concepts/hcard.html https://pldb.io/concepts/hccb.html https://pldb.io/concepts/hcl.html https://pldb.io/concepts/hakaru.html https://pldb.io/concepts/hal-format.html https://pldb.io/concepts/hal-s.html https://pldb.io/concepts/halide.html https://pldb.io/concepts/ham.html https://pldb.io/concepts/hamdown.html https://pldb.io/concepts/haml.html https://pldb.io/concepts/hamler.html https://pldb.io/concepts/hancock.html https://pldb.io/concepts/handel-c.html https://pldb.io/concepts/handlebars.html https://pldb.io/concepts/hank.html https://pldb.io/concepts/harbour.html https://pldb.io/concepts/hare.html https://pldb.io/concepts/harlan.html https://pldb.io/concepts/harlowe.html https://pldb.io/concepts/harvey.html https://pldb.io/concepts/harwell-boeing-format.html https://pldb.io/concepts/hascript.html https://pldb.io/concepts/gura.html https://pldb.io/concepts/gurobi.html https://pldb.io/concepts/guru.html https://pldb.io/concepts/gvl.html https://pldb.io/concepts/gw-basic.html https://pldb.io/concepts/gwion.html https://pldb.io/concepts/gwl.html https://pldb.io/concepts/gxl.html https://pldb.io/concepts/gypsy.html https://pldb.io/concepts/gzip.html https://pldb.io/concepts/h-lang.html https://pldb.io/concepts/habit.html https://pldb.io/concepts/hac.html https://pldb.io/concepts/hack.html https://pldb.io/concepts/hackage-pm.html https://pldb.io/concepts/hackppl.html https://pldb.io/concepts/hacspec.html https://pldb.io/concepts/haggis.html https://pldb.io/concepts/groovy.html https://pldb.io/concepts/grouplog.html https://pldb.io/concepts/grunt.html https://pldb.io/concepts/gsbl.html https://pldb.io/concepts/gsql.html https://pldb.io/concepts/gtf-format.html https://pldb.io/concepts/guide.html https://pldb.io/concepts/guido-music-notation.html https://pldb.io/concepts/guile.html https://pldb.io/concepts/guix.html https://pldb.io/concepts/gun.html https://pldb.io/concepts/gravity-equation.html https://pldb.io/concepts/gravity.html https://pldb.io/concepts/greek-numerals.html https://pldb.io/concepts/green.html https://pldb.io/concepts/greenplum.html https://pldb.io/concepts/gremlin.html https://pldb.io/concepts/gren.html https://pldb.io/concepts/grid-notation.html https://pldb.io/concepts/gridstudio-editor.html https://pldb.io/concepts/grin.html https://pldb.io/concepts/grml.html https://pldb.io/concepts/groff-mom.html https://pldb.io/concepts/groff.html https://pldb.io/concepts/groove.html https://pldb.io/concepts/groovy-server-pages.html https://pldb.io/concepts/gradle.html https://pldb.io/concepts/grain.html https://pldb.io/concepts/grammatical-framework.html https://pldb.io/concepts/graph-it.html https://pldb.io/concepts/graph-modeling-language.html https://pldb.io/concepts/grapheasy.html https://pldb.io/concepts/graphics-basic.html https://pldb.io/concepts/graphlog.html https://pldb.io/concepts/graphml.html https://pldb.io/concepts/graphos.html https://pldb.io/concepts/graphql-plus-minus.html https://pldb.io/concepts/graphql-sdl.html https://pldb.io/concepts/graphql.html https://pldb.io/concepts/graqula.html https://pldb.io/concepts/grass.html https://pldb.io/concepts/gopher.html https://pldb.io/concepts/goql.html https://pldb.io/concepts/gorillascript.html https://pldb.io/concepts/gospel.html https://pldb.io/concepts/gosu.html https://pldb.io/concepts/gp.html https://pldb.io/concepts/gpds.html https://pldb.io/concepts/gpgs.html https://pldb.io/concepts/gps.html https://pldb.io/concepts/gpss-360.html https://pldb.io/concepts/gpss-85.html https://pldb.io/concepts/gpss-fortran.html https://pldb.io/concepts/gpss.html https://pldb.io/concepts/gql.html https://pldb.io/concepts/graal.html https://pldb.io/concepts/grace.html https://pldb.io/concepts/grad-assistant.html https://pldb.io/concepts/goal.html https://pldb.io/concepts/goby.html https://pldb.io/concepts/godel.html https://pldb.io/concepts/godot-game-engine.html https://pldb.io/concepts/gofer.html https://pldb.io/concepts/gogs-editor.html https://pldb.io/concepts/gold.html https://pldb.io/concepts/golfscript.html https://pldb.io/concepts/golo.html https://pldb.io/concepts/golog.html https://pldb.io/concepts/google-apps-script.html https://pldb.io/concepts/google-cloud-mysql.html https://pldb.io/concepts/google-cloud.html https://pldb.io/concepts/google-data-studio-app.html https://pldb.io/concepts/google-sheets-app.html https://pldb.io/concepts/goose.html https://pldb.io/concepts/glue-nail.html https://pldb.io/concepts/gluon.html https://pldb.io/concepts/glush.html https://pldb.io/concepts/glyph-bitmap-distribution-format.html https://pldb.io/concepts/glyph.html https://pldb.io/concepts/gnome-basic.html https://pldb.io/concepts/gns.html https://pldb.io/concepts/gnu-e.html https://pldb.io/concepts/gnu-emacs-editor.html https://pldb.io/concepts/gnu-rtl.html https://pldb.io/concepts/gnuplot.html https://pldb.io/concepts/go-bang.html https://pldb.io/concepts/ghostscript.html https://pldb.io/concepts/gif.html https://pldb.io/concepts/gimple.html https://pldb.io/concepts/gintonic.html https://pldb.io/concepts/giotto.html https://pldb.io/concepts/gist.html https://pldb.io/concepts/git-config.html https://pldb.io/concepts/git.html https://pldb.io/concepts/gitignore.html https://pldb.io/concepts/gks.html https://pldb.io/concepts/glbasic.html https://pldb.io/concepts/gleam.html https://pldb.io/concepts/glicol.html https://pldb.io/concepts/glide.html https://pldb.io/concepts/glish.html https://pldb.io/concepts/glisp.html https://pldb.io/concepts/glitch-editor.html https://pldb.io/concepts/glms.html https://pldb.io/concepts/gloss.html https://pldb.io/concepts/glpk-lib.html https://pldb.io/concepts/glsl.html https://pldb.io/concepts/glu.html https://pldb.io/concepts/gentran.html https://pldb.io/concepts/geo-ml.html https://pldb.io/concepts/geogebra.html https://pldb.io/concepts/geojson.html https://pldb.io/concepts/george.html https://pldb.io/concepts/gerald.html https://pldb.io/concepts/gerber-image.html https://pldb.io/concepts/gerbil.html https://pldb.io/concepts/germinal.html https://pldb.io/concepts/getlang.html https://pldb.io/concepts/gettext.html https://pldb.io/concepts/gfa-basic.html https://pldb.io/concepts/gff-format.html https://pldb.io/concepts/gfoo.html https://pldb.io/concepts/gforth.html https://pldb.io/concepts/gfs.html https://pldb.io/concepts/ghc.html https://pldb.io/concepts/gherkin.html https://pldb.io/concepts/ghidra-decompiler.html https://pldb.io/concepts/gello.html https://pldb.io/concepts/gem.html https://pldb.io/concepts/gema.html https://pldb.io/concepts/gemini-protocol.html https://pldb.io/concepts/gemini.html https://pldb.io/concepts/general-algebraic-modeling-system.html https://pldb.io/concepts/generate-ninja.html https://pldb.io/concepts/generic-haskell.html https://pldb.io/concepts/generic.html https://pldb.io/concepts/genero.html https://pldb.io/concepts/genexus.html https://pldb.io/concepts/genie.html https://pldb.io/concepts/genius-extension-language.html https://pldb.io/concepts/genshi-text.html https://pldb.io/concepts/genshi.html https://pldb.io/concepts/genstat.html https://pldb.io/concepts/gentee.html https://pldb.io/concepts/gentoo-ebuild.html https://pldb.io/concepts/gentran-90.html https://pldb.io/concepts/gauss-magnetism-equation.html https://pldb.io/concepts/gaussfit.html https://pldb.io/concepts/gcc-machine-description.html https://pldb.io/concepts/gcc.html https://pldb.io/concepts/gcla-ii.html https://pldb.io/concepts/gcp.html https://pldb.io/concepts/gdata.html https://pldb.io/concepts/gdb.html https://pldb.io/concepts/gdl.html https://pldb.io/concepts/gdpl.html https://pldb.io/concepts/gdscript.html https://pldb.io/concepts/geany-editor.html https://pldb.io/concepts/gecko.html https://pldb.io/concepts/gedanken.html https://pldb.io/concepts/gedit-editor.html https://pldb.io/concepts/gel.html https://pldb.io/concepts/gellish.html https://pldb.io/concepts/game-oriented-assembly-lisp.html https://pldb.io/concepts/game.html https://pldb.io/concepts/gamemonkey-script.html https://pldb.io/concepts/gamerlanguage.html https://pldb.io/concepts/gaml.html https://pldb.io/concepts/gams.html https://pldb.io/concepts/gap.html https://pldb.io/concepts/gargoyle.html https://pldb.io/concepts/garp.html https://pldb.io/concepts/gas.html https://pldb.io/concepts/gasp-ii.html https://pldb.io/concepts/gasp.html https://pldb.io/concepts/gat.html https://pldb.io/concepts/gauche.html https://pldb.io/concepts/gauss-flux-equation.html https://pldb.io/concepts/fuzuli.html https://pldb.io/concepts/fuzzyclips.html https://pldb.io/concepts/fx-87.html https://pldb.io/concepts/fxml.html https://pldb.io/concepts/fxscript.html https://pldb.io/concepts/g-2.html https://pldb.io/concepts/g-code.html https://pldb.io/concepts/g-expressions.html https://pldb.io/concepts/g-fu.html https://pldb.io/concepts/g-portugol.html https://pldb.io/concepts/gaea.html https://pldb.io/concepts/gaiman.html https://pldb.io/concepts/galaksija-basic.html https://pldb.io/concepts/galileo.html https://pldb.io/concepts/gambas.html https://pldb.io/concepts/game-maker-language.html https://pldb.io/concepts/freebsd.html https://pldb.io/concepts/freefem.html https://pldb.io/concepts/freemarker.html https://pldb.io/concepts/frege.html https://pldb.io/concepts/frenetic.html https://pldb.io/concepts/fresco.html https://pldb.io/concepts/frink.html https://pldb.io/concepts/frost.html https://pldb.io/concepts/frtime.html https://pldb.io/concepts/fructure-editor.html https://pldb.io/concepts/frundis.html https://pldb.io/concepts/fsl.html https://pldb.io/concepts/fstar.html https://pldb.io/concepts/ftp.html https://pldb.io/concepts/fun.html https://pldb.io/concepts/function-block-diagram.html https://pldb.io/concepts/funl.html https://pldb.io/concepts/futhark.html https://pldb.io/concepts/futurebasic.html https://pldb.io/concepts/futurescript.html https://pldb.io/concepts/fortran.html https://pldb.io/concepts/fortransit.html https://pldb.io/concepts/fortress.html https://pldb.io/concepts/fossil-scm.html https://pldb.io/concepts/foundry.html https://pldb.io/concepts/fox.html https://pldb.io/concepts/foxpro.html https://pldb.io/concepts/fp.html https://pldb.io/concepts/fp2.html https://pldb.io/concepts/fp3.html https://pldb.io/concepts/fpgac.html https://pldb.io/concepts/fpp.html https://pldb.io/concepts/fractran.html https://pldb.io/concepts/frame.html https://pldb.io/concepts/framework-office-suite.html https://pldb.io/concepts/fran.html https://pldb.io/concepts/frank-lang.html https://pldb.io/concepts/frank.html https://pldb.io/concepts/free-pascal.html https://pldb.io/concepts/freebasic.html https://pldb.io/concepts/forth.html https://pldb.io/concepts/forthnet-pm.html https://pldb.io/concepts/forthscript.html https://pldb.io/concepts/fortran-77.html https://pldb.io/concepts/fortran-8x.html https://pldb.io/concepts/fortran-90.html https://pldb.io/concepts/fortran-cep.html https://pldb.io/concepts/fortran-d.html https://pldb.io/concepts/fortran-ii.html https://pldb.io/concepts/fortran-iii.html https://pldb.io/concepts/fortran-iv.html https://pldb.io/concepts/fortran-m.html https://pldb.io/concepts/foogol.html https://pldb.io/concepts/foral-lp.html https://pldb.io/concepts/foral.html https://pldb.io/concepts/forall.html https://pldb.io/concepts/forest-database.html https://pldb.io/concepts/forest-lang.html https://pldb.io/concepts/forgebox-pm.html https://pldb.io/concepts/fork-lang.html https://pldb.io/concepts/fork.html https://pldb.io/concepts/fork95.html https://pldb.io/concepts/formac.html https://pldb.io/concepts/formality.html https://pldb.io/concepts/formatted-table.html https://pldb.io/concepts/forml.html https://pldb.io/concepts/forms-3.html https://pldb.io/concepts/formula.html https://pldb.io/concepts/forsp.html https://pldb.io/concepts/forte-4gl.html https://pldb.io/concepts/flow9.html https://pldb.io/concepts/flowcode.html https://pldb.io/concepts/flowgorithm.html https://pldb.io/concepts/flowlog.html https://pldb.io/concepts/flownet.html https://pldb.io/concepts/flownote.html https://pldb.io/concepts/flua.html https://pldb.io/concepts/flux-lang.html https://pldb.io/concepts/flux.html https://pldb.io/concepts/fm-standard.html https://pldb.io/concepts/fmj.html https://pldb.io/concepts/fml-lang.html https://pldb.io/concepts/fml.html https://pldb.io/concepts/fo.html https://pldb.io/concepts/foaf.html https://pldb.io/concepts/focal.html https://pldb.io/concepts/focus.html https://pldb.io/concepts/foil.html https://pldb.io/concepts/fold.html https://pldb.io/concepts/flavors.html https://pldb.io/concepts/fleck.html https://pldb.io/concepts/flengpp.html https://pldb.io/concepts/flex-lang.html https://pldb.io/concepts/flex.html https://pldb.io/concepts/flexbuffers.html https://pldb.io/concepts/flexml.html https://pldb.io/concepts/flic.html https://pldb.io/concepts/flix.html https://pldb.io/concepts/floorplan.html https://pldb.io/concepts/flora.html https://pldb.io/concepts/floral.html https://pldb.io/concepts/floscript.html https://pldb.io/concepts/flow-matic.html https://pldb.io/concepts/firrtl.html https://pldb.io/concepts/fish.html https://pldb.io/concepts/fishlang.html https://pldb.io/concepts/fizz.html https://pldb.io/concepts/fjolnir.html https://pldb.io/concepts/fjs.html https://pldb.io/concepts/fl.html https://pldb.io/concepts/flacc.html https://pldb.io/concepts/flagship.html https://pldb.io/concepts/flame-ir.html https://pldb.io/concepts/flang.html https://pldb.io/concepts/flapjax.html https://pldb.io/concepts/flare.html https://pldb.io/concepts/flatbuffers.html https://pldb.io/concepts/flatline.html https://pldb.io/concepts/ferite.html https://pldb.io/concepts/fern.html https://pldb.io/concepts/fetlang.html https://pldb.io/concepts/feynman-diagram.html https://pldb.io/concepts/ffmpeg.html https://pldb.io/concepts/fhir.html https://pldb.io/concepts/fibonacci-notation.html https://pldb.io/concepts/fibonacci.html https://pldb.io/concepts/fickle.html https://pldb.io/concepts/figlet-font.html https://pldb.io/concepts/filebench-wml.html https://pldb.io/concepts/filecoin.html https://pldb.io/concepts/filetab-d.html https://pldb.io/concepts/filetab.html https://pldb.io/concepts/filterscript.html https://pldb.io/concepts/firebase.html https://pldb.io/concepts/firefox.html https://pldb.io/concepts/fasttrack-scripting-host.html https://pldb.io/concepts/fat.html https://pldb.io/concepts/faust.html https://pldb.io/concepts/fawlty.html https://pldb.io/concepts/fay.html https://pldb.io/concepts/fcl.html https://pldb.io/concepts/fcpu.html https://pldb.io/concepts/fe.html https://pldb.io/concepts/feel.html https://pldb.io/concepts/felix.html https://pldb.io/concepts/femtolisp.html https://pldb.io/concepts/fen-notation.html https://pldb.io/concepts/fenix-project.html https://pldb.io/concepts/fact.html https://pldb.io/concepts/factor.html https://pldb.io/concepts/fad.html https://pldb.io/concepts/falcon.html https://pldb.io/concepts/false.html https://pldb.io/concepts/family-basic.html https://pldb.io/concepts/fancy.html https://pldb.io/concepts/fantom.html https://pldb.io/concepts/fap.html https://pldb.io/concepts/far.html https://pldb.io/concepts/faradays-induction-equation.html https://pldb.io/concepts/fardlang.html https://pldb.io/concepts/fast-fourier-transform-equation.html https://pldb.io/concepts/fasta-format.html https://pldb.io/concepts/fastq-format.html https://pldb.io/concepts/extensible-embeddable-language.html https://pldb.io/concepts/extran.html https://pldb.io/concepts/eyg.html https://pldb.io/concepts/ez.html https://pldb.io/concepts/ezhil.html https://pldb.io/concepts/f-prime.html https://pldb.io/concepts/f-script.html https://pldb.io/concepts/f-sharp.html https://pldb.io/concepts/f.html https://pldb.io/concepts/fable-lang.html https://pldb.io/concepts/fable.html https://pldb.io/concepts/fac.html https://pldb.io/concepts/facelets.html https://pldb.io/concepts/fact-lang.html https://pldb.io/concepts/exfat.html https://pldb.io/concepts/exkited.html https://pldb.io/concepts/expect.html https://pldb.io/concepts/explan.html https://pldb.io/concepts/explor.html https://pldb.io/concepts/explorer.html https://pldb.io/concepts/express.html https://pldb.io/concepts/expresso.html https://pldb.io/concepts/ext.html https://pldb.io/concepts/ext2.html https://pldb.io/concepts/ext3.html https://pldb.io/concepts/ext4.html https://pldb.io/concepts/extempore.html https://pldb.io/concepts/extended-ml.html https://pldb.io/concepts/extended-pascal.html https://pldb.io/concepts/eulisp.html https://pldb.io/concepts/eumel.html https://pldb.io/concepts/euphoria.html https://pldb.io/concepts/eurisko.html https://pldb.io/concepts/eva.html https://pldb.io/concepts/eve.html https://pldb.io/concepts/everparse3d.html https://pldb.io/concepts/ex-editor.html https://pldb.io/concepts/exapt.html https://pldb.io/concepts/excel-app.html https://pldb.io/concepts/exec-2.html https://pldb.io/concepts/executable-json.html https://pldb.io/concepts/exel.html https://pldb.io/concepts/erlang.html https://pldb.io/concepts/errol.html https://pldb.io/concepts/esc-p.html https://pldb.io/concepts/escapade-programming-language.html https://pldb.io/concepts/eskew.html https://pldb.io/concepts/esoteric-reaction.html https://pldb.io/concepts/esp.html https://pldb.io/concepts/espol.html https://pldb.io/concepts/esterel.html https://pldb.io/concepts/eta.html https://pldb.io/concepts/etc.html https://pldb.io/concepts/ethereum-vm.html https://pldb.io/concepts/ethereum.html https://pldb.io/concepts/ethernet.html https://pldb.io/concepts/etoys.html https://pldb.io/concepts/etruscan-numerals.html https://pldb.io/concepts/etude.html https://pldb.io/concepts/euboea.html https://pldb.io/concepts/euclid.html https://pldb.io/concepts/euclidean-geometry.html https://pldb.io/concepts/euler.html https://pldb.io/concepts/eulers-equation.html https://pldb.io/concepts/enso.html https://pldb.io/concepts/enterprise-mashup-markup-language.html https://pldb.io/concepts/entropy.html https://pldb.io/concepts/envoy-app.html https://pldb.io/concepts/epigram.html https://pldb.io/concepts/epilog.html https://pldb.io/concepts/epsilon.html https://pldb.io/concepts/epub.html https://pldb.io/concepts/eql.html https://pldb.io/concepts/eqlog.html https://pldb.io/concepts/eqn.html https://pldb.io/concepts/eqs.html https://pldb.io/concepts/equate.html https://pldb.io/concepts/erb.html https://pldb.io/concepts/erg.html https://pldb.io/concepts/emerald.html https://pldb.io/concepts/emesh.html https://pldb.io/concepts/emfatic.html https://pldb.io/concepts/emily.html https://pldb.io/concepts/emma.html https://pldb.io/concepts/emojicode.html https://pldb.io/concepts/emoticon.html https://pldb.io/concepts/empirical.html https://pldb.io/concepts/emscripten.html https://pldb.io/concepts/emu.html https://pldb.io/concepts/enchilada.html https://pldb.io/concepts/encore.html https://pldb.io/concepts/energese-notation.html https://pldb.io/concepts/energy-momentum-equation.html https://pldb.io/concepts/english-programming-language.html https://pldb.io/concepts/eno.html https://pldb.io/concepts/enso-lang.html https://pldb.io/concepts/ellpack.html https://pldb.io/concepts/elm-packages-pm.html https://pldb.io/concepts/elm.html https://pldb.io/concepts/elmol.html https://pldb.io/concepts/elpa-pm.html https://pldb.io/concepts/elpi.html https://pldb.io/concepts/elvish.html https://pldb.io/concepts/elymas.html https://pldb.io/concepts/em.html https://pldb.io/concepts/emacs-editor.html https://pldb.io/concepts/emacs-lisp.html https://pldb.io/concepts/emberjs-framework.html https://pldb.io/concepts/emberscript.html https://pldb.io/concepts/emerald-lang.html https://pldb.io/concepts/election-markup-language.html https://pldb.io/concepts/electre.html https://pldb.io/concepts/elegance.html https://pldb.io/concepts/elegant.html https://pldb.io/concepts/elena.html https://pldb.io/concepts/elephant.html https://pldb.io/concepts/elf.html https://pldb.io/concepts/elfe.html https://pldb.io/concepts/elixir.html https://pldb.io/concepts/ella-programming-language.html https://pldb.io/concepts/ellie.html https://pldb.io/concepts/elliott-algol.html https://pldb.io/concepts/educe.html https://pldb.io/concepts/eex.html https://pldb.io/concepts/eff.html https://pldb.io/concepts/effekt.html https://pldb.io/concepts/efl.html https://pldb.io/concepts/egison.html https://pldb.io/concepts/egl.html https://pldb.io/concepts/egs4.html https://pldb.io/concepts/eiffel.html https://pldb.io/concepts/ejs.html https://pldb.io/concepts/el1.html https://pldb.io/concepts/elan.html https://pldb.io/concepts/elastic-query-dsl.html https://pldb.io/concepts/eden.html https://pldb.io/concepts/edge-side-includes.html https://pldb.io/concepts/edgedb.html https://pldb.io/concepts/edgelisp.html https://pldb.io/concepts/edgeql.html https://pldb.io/concepts/edh.html https://pldb.io/concepts/edina.html https://pldb.io/concepts/edinburgh-imp.html https://pldb.io/concepts/edinburgh-lcf.html https://pldb.io/concepts/edison.html https://pldb.io/concepts/edje-data-collection.html https://pldb.io/concepts/edn.html https://pldb.io/concepts/edsac-initial-orders.html https://pldb.io/concepts/edscript.html https://pldb.io/concepts/edsim.html https://pldb.io/concepts/educe-star.html https://pldb.io/concepts/easybuild.html https://pldb.io/concepts/easylanguage.html https://pldb.io/concepts/easytrieve.html https://pldb.io/concepts/ebcdic.html https://pldb.io/concepts/ebg.html https://pldb.io/concepts/ebnf.html https://pldb.io/concepts/ec.html https://pldb.io/concepts/ecl.html https://pldb.io/concepts/eclectic-csp.html https://pldb.io/concepts/eclipse-command-language.html https://pldb.io/concepts/eclipse-editor.html https://pldb.io/concepts/eco-editor.html https://pldb.io/concepts/ecological-metadata-language.html https://pldb.io/concepts/ecr.html https://pldb.io/concepts/ecsharp.html https://pldb.io/concepts/ect.html https://pldb.io/concepts/ed-editor.html https://pldb.io/concepts/dxf.html https://pldb.io/concepts/dylan.html https://pldb.io/concepts/dynamo-pm.html https://pldb.io/concepts/dynamo-visual-language.html https://pldb.io/concepts/dynamo.html https://pldb.io/concepts/dystal.html https://pldb.io/concepts/dyvil.html https://pldb.io/concepts/e.html https://pldb.io/concepts/eagle.html https://pldb.io/concepts/earl-grey.html https://pldb.io/concepts/earnest-ok.html https://pldb.io/concepts/eas-e.html https://pldb.io/concepts/ease.html https://pldb.io/concepts/easl.html https://pldb.io/concepts/easy-english.html https://pldb.io/concepts/easy.html https://pldb.io/concepts/dscript.html https://pldb.io/concepts/dsd.html https://pldb.io/concepts/dsl-90.html https://pldb.io/concepts/dslx.html https://pldb.io/concepts/dss.html https://pldb.io/concepts/dsym.html https://pldb.io/concepts/dtd.html https://pldb.io/concepts/dtrace.html https://pldb.io/concepts/dts.html https://pldb.io/concepts/dual.html https://pldb.io/concepts/dub-pm.html https://pldb.io/concepts/duel.html https://pldb.io/concepts/duro.html https://pldb.io/concepts/durra.html https://pldb.io/concepts/dvi-standard.html https://pldb.io/concepts/dwg.html https://pldb.io/concepts/dot-ql.html https://pldb.io/concepts/dot.html https://pldb.io/concepts/dowl.html https://pldb.io/concepts/dplyr.html https://pldb.io/concepts/dpp.html https://pldb.io/concepts/dprl.html https://pldb.io/concepts/draco-programming-language.html https://pldb.io/concepts/draconian.html https://pldb.io/concepts/dragonbasic.html https://pldb.io/concepts/dragoon.html https://pldb.io/concepts/drakon.html https://pldb.io/concepts/dreamlisp.html https://pldb.io/concepts/dribble.html https://pldb.io/concepts/drl.html https://pldb.io/concepts/drol.html https://pldb.io/concepts/docopt.html https://pldb.io/concepts/doe-macsyma.html https://pldb.io/concepts/dog.html https://pldb.io/concepts/dogescript.html https://pldb.io/concepts/doh.html https://pldb.io/concepts/doi.html https://pldb.io/concepts/dojo.html https://pldb.io/concepts/dokuwiki.html https://pldb.io/concepts/dolittle.html https://pldb.io/concepts/dollar-sign.html https://pldb.io/concepts/dolphin.html https://pldb.io/concepts/domino.html https://pldb.io/concepts/doml.html https://pldb.io/concepts/doodle.html https://pldb.io/concepts/dopl.html https://pldb.io/concepts/dot-product-equation.html https://pldb.io/concepts/ditroff.html https://pldb.io/concepts/dixy.html https://pldb.io/concepts/django.html https://pldb.io/concepts/djangoql.html https://pldb.io/concepts/dkim-standard.html https://pldb.io/concepts/dllup.html https://pldb.io/concepts/dlp.html https://pldb.io/concepts/dlvm.html https://pldb.io/concepts/dm-1.html https://pldb.io/concepts/dm.html https://pldb.io/concepts/dmap.html https://pldb.io/concepts/dml.html https://pldb.io/concepts/dna.html https://pldb.io/concepts/dns.html https://pldb.io/concepts/docker.html https://pldb.io/concepts/dockerfile.html https://pldb.io/concepts/diff.html https://pldb.io/concepts/differential-datalog.html https://pldb.io/concepts/digital-command-language.html https://pldb.io/concepts/digraf.html https://pldb.io/concepts/dinkc.html https://pldb.io/concepts/dinnerbell.html https://pldb.io/concepts/dino.html https://pldb.io/concepts/dio.html https://pldb.io/concepts/dipe-r.html https://pldb.io/concepts/diplans.html https://pldb.io/concepts/disc.html https://pldb.io/concepts/dispel.html https://pldb.io/concepts/displayport-standard.html https://pldb.io/concepts/distributed-processes.html https://pldb.io/concepts/distributed-smalltalk.html https://pldb.io/concepts/ditran.html https://pldb.io/concepts/ditroff-ffortid.html https://pldb.io/concepts/dex.html https://pldb.io/concepts/dexterity.html https://pldb.io/concepts/dexvis.html https://pldb.io/concepts/dfl.html https://pldb.io/concepts/dfns.html https://pldb.io/concepts/dgraph.html https://pldb.io/concepts/dhall.html https://pldb.io/concepts/diagram.html https://pldb.io/concepts/dialog.html https://pldb.io/concepts/diamag.html https://pldb.io/concepts/diana.html https://pldb.io/concepts/dibol.html https://pldb.io/concepts/dice.html https://pldb.io/concepts/diet.html https://pldb.io/concepts/dendral.html https://pldb.io/concepts/deno.html https://pldb.io/concepts/dependent-ml.html https://pldb.io/concepts/dern.html https://pldb.io/concepts/descartes.html https://pldb.io/concepts/descript.html https://pldb.io/concepts/descriptran.html https://pldb.io/concepts/desktop.html https://pldb.io/concepts/desmos.html https://pldb.io/concepts/detab-65.html https://pldb.io/concepts/detab-x.html https://pldb.io/concepts/detap.html https://pldb.io/concepts/deva.html https://pldb.io/concepts/device-independent-file-format.html https://pldb.io/concepts/devicetree.html https://pldb.io/concepts/devil.html https://pldb.io/concepts/deb.html https://pldb.io/concepts/debl.html https://pldb.io/concepts/debuma.html https://pldb.io/concepts/dec64.html https://pldb.io/concepts/decision-model-notation.html https://pldb.io/concepts/decker.html https://pldb.io/concepts/declare.html https://pldb.io/concepts/dedukti.html https://pldb.io/concepts/deesel.html https://pldb.io/concepts/definite-clause-grammar-notation.html https://pldb.io/concepts/del.html https://pldb.io/concepts/delirium.html https://pldb.io/concepts/delphi.html https://pldb.io/concepts/delta-prolog.html https://pldb.io/concepts/dem.html https://pldb.io/concepts/demeter.html https://pldb.io/concepts/demos.html https://pldb.io/concepts/dax.html https://pldb.io/concepts/dbase.html https://pldb.io/concepts/dbml.html https://pldb.io/concepts/dc.html https://pldb.io/concepts/dcalgol.html https://pldb.io/concepts/dcat.html https://pldb.io/concepts/dda.html https://pldb.io/concepts/ddfcsv.html https://pldb.io/concepts/ddfql.html https://pldb.io/concepts/ddml.html https://pldb.io/concepts/ddp.html https://pldb.io/concepts/de-bruijn-index-notation.html https://pldb.io/concepts/deacon.html https://pldb.io/concepts/deadfish.html https://pldb.io/concepts/dat-protocol.html https://pldb.io/concepts/data-access-language.html https://pldb.io/concepts/data-general-business-basic.html https://pldb.io/concepts/data-text.html https://pldb.io/concepts/databus.html https://pldb.io/concepts/dataflex.html https://pldb.io/concepts/datafun.html https://pldb.io/concepts/datalisp.html https://pldb.io/concepts/datalog.html https://pldb.io/concepts/datan.html https://pldb.io/concepts/datapackage.html https://pldb.io/concepts/datapoint-dasl.html https://pldb.io/concepts/datascript.html https://pldb.io/concepts/datatrieve.html https://pldb.io/concepts/dataweave.html https://pldb.io/concepts/datev.html https://pldb.io/concepts/datomic.html https://pldb.io/concepts/davinci-resolve.html https://pldb.io/concepts/daplex.html https://pldb.io/concepts/darcs.html https://pldb.io/concepts/darkbasic.html https://pldb.io/concepts/darklang.html https://pldb.io/concepts/dart-pm.html https://pldb.io/concepts/dart.html https://pldb.io/concepts/dartcvl.html https://pldb.io/concepts/dartmouth-basic.html https://pldb.io/concepts/das.html https://pldb.io/concepts/dasel.html https://pldb.io/concepts/dashrep.html https://pldb.io/concepts/dasl.html https://pldb.io/concepts/dasm.html https://pldb.io/concepts/d3.html https://pldb.io/concepts/d4-programming-language.html https://pldb.io/concepts/d4.html https://pldb.io/concepts/dad.html https://pldb.io/concepts/dafny.html https://pldb.io/concepts/dag.html https://pldb.io/concepts/daisy-systems.html https://pldb.io/concepts/dak.html https://pldb.io/concepts/dalvik-bytecode.html https://pldb.io/concepts/daml-oil.html https://pldb.io/concepts/daml.html https://pldb.io/concepts/damn.html https://pldb.io/concepts/daonode.html https://pldb.io/concepts/dap-algol.html https://pldb.io/concepts/dap-fortran.html https://pldb.io/concepts/cusip.html https://pldb.io/concepts/cvl.html https://pldb.io/concepts/cweb.html https://pldb.io/concepts/cwerg.html https://pldb.io/concepts/cx.html https://pldb.io/concepts/cyber.html https://pldb.io/concepts/cybil.html https://pldb.io/concepts/cycl.html https://pldb.io/concepts/cyclone.html https://pldb.io/concepts/cycript.html https://pldb.io/concepts/cymbal.html https://pldb.io/concepts/cypher.html https://pldb.io/concepts/cyphertext.html https://pldb.io/concepts/cython.html https://pldb.io/concepts/cytosol.html https://pldb.io/concepts/d-data-language-specification.html https://pldb.io/concepts/d.html https://pldb.io/concepts/d2.html https://pldb.io/concepts/csvw.html https://pldb.io/concepts/ct.html https://pldb.io/concepts/ctalk-lang.html https://pldb.io/concepts/ctalk.html https://pldb.io/concepts/ctan-pm.html https://pldb.io/concepts/ctr.html https://pldb.io/concepts/cubase.html https://pldb.io/concepts/cube.html https://pldb.io/concepts/cuecat.html https://pldb.io/concepts/cuelang.html https://pldb.io/concepts/culler-fried-system.html https://pldb.io/concepts/cullinet.html https://pldb.io/concepts/cuneiform.html https://pldb.io/concepts/cupid.html https://pldb.io/concepts/cupit-2.html https://pldb.io/concepts/curl.html https://pldb.io/concepts/curly.html https://pldb.io/concepts/curry.html https://pldb.io/concepts/curv.html https://pldb.io/concepts/cuscus.html https://pldb.io/concepts/csharp.html https://pldb.io/concepts/csl.html https://pldb.io/concepts/csmp.html https://pldb.io/concepts/cson.html https://pldb.io/concepts/csound.html https://pldb.io/concepts/csp-oz-dc.html https://pldb.io/concepts/csp-oz.html https://pldb.io/concepts/csp.html https://pldb.io/concepts/cspydr.html https://pldb.io/concepts/css-doodle.html https://pldb.io/concepts/css.html https://pldb.io/concepts/cssa.html https://pldb.io/concepts/cst.html https://pldb.io/concepts/csv.html https://pldb.io/concepts/csvpp.html https://pldb.io/concepts/cram-format.html https://pldb.io/concepts/cran-pm.html https://pldb.io/concepts/cranelift-ir.html https://pldb.io/concepts/crap.html https://pldb.io/concepts/crates-pm.html https://pldb.io/concepts/creative-basic.html https://pldb.io/concepts/crema.html https://pldb.io/concepts/creole.html https://pldb.io/concepts/crmsh.html https://pldb.io/concepts/croc.html https://pldb.io/concepts/croma.html https://pldb.io/concepts/crush.html https://pldb.io/concepts/cryptol.html https://pldb.io/concepts/crystal.html https://pldb.io/concepts/cs-script.html https://pldb.io/concepts/csa.html https://pldb.io/concepts/coulombs-equation.html https://pldb.io/concepts/cowsel.html https://pldb.io/concepts/cp.html https://pldb.io/concepts/cpan-pm.html https://pldb.io/concepts/cperl.html https://pldb.io/concepts/cpl.html https://pldb.io/concepts/cplex.html https://pldb.io/concepts/cpp.html https://pldb.io/concepts/cql.html https://pldb.io/concepts/cqlf.html https://pldb.io/concepts/cqlpp.html https://pldb.io/concepts/crack.html https://pldb.io/concepts/coralpp.html https://pldb.io/concepts/corbascript.html https://pldb.io/concepts/corc.html https://pldb.io/concepts/corelscript.html https://pldb.io/concepts/corescript.html https://pldb.io/concepts/corman-common-lisp.html https://pldb.io/concepts/cornell-university-programming-language.html https://pldb.io/concepts/cortex.html https://pldb.io/concepts/corvision.html https://pldb.io/concepts/cosh.html https://pldb.io/concepts/cosmicos.html https://pldb.io/concepts/cosmo.html https://pldb.io/concepts/cosmos.html https://pldb.io/concepts/cotton.html https://pldb.io/concepts/couchbase-mobile.html https://pldb.io/concepts/couchbase.html https://pldb.io/concepts/couchdb.html https://pldb.io/concepts/context-diff.html https://pldb.io/concepts/contracts.coffee.html https://pldb.io/concepts/contrans.html https://pldb.io/concepts/converge.html https://pldb.io/concepts/convert.html https://pldb.io/concepts/cooc.html https://pldb.io/concepts/cool.html https://pldb.io/concepts/coordinate-format.html https://pldb.io/concepts/copas.html https://pldb.io/concepts/cope.html https://pldb.io/concepts/copilot.html https://pldb.io/concepts/coq.html https://pldb.io/concepts/cor.html https://pldb.io/concepts/coral-64.html https://pldb.io/concepts/coral-lang.html https://pldb.io/concepts/coral.html https://pldb.io/concepts/concise-encoding.html https://pldb.io/concepts/concordance.html https://pldb.io/concepts/concur.html https://pldb.io/concepts/concurnas.html https://pldb.io/concepts/concurrent-cpp.html https://pldb.io/concepts/concurrent-metatem.html https://pldb.io/concepts/concurrent-ml.html https://pldb.io/concepts/concurrent-pascal.html https://pldb.io/concepts/concurrent-prolog.html https://pldb.io/concepts/cone.html https://pldb.io/concepts/confluence.html https://pldb.io/concepts/congolog.html https://pldb.io/concepts/conlan.html https://pldb.io/concepts/conll-u.html https://pldb.io/concepts/conman.html https://pldb.io/concepts/connection-machine-lisp.html https://pldb.io/concepts/connection-machine.html https://pldb.io/concepts/conniver.html https://pldb.io/concepts/consim.html https://pldb.io/concepts/constraintlisp.html https://pldb.io/concepts/constraints.html https://pldb.io/concepts/consul.html https://pldb.io/concepts/compiler-description-language.html https://pldb.io/concepts/complex-prolog.html https://pldb.io/concepts/component-pascal.html https://pldb.io/concepts/computer-compiler.html https://pldb.io/concepts/computest.html https://pldb.io/concepts/comskee.html https://pldb.io/concepts/comsl.html https://pldb.io/concepts/comsol-script.html https://pldb.io/concepts/comtran.html https://pldb.io/concepts/cona.html https://pldb.io/concepts/conan-center-pm.html https://pldb.io/concepts/conan-pm.html https://pldb.io/concepts/conc.html https://pldb.io/concepts/concept-script.html https://pldb.io/concepts/conceptual.html https://pldb.io/concepts/concert-c.html https://pldb.io/concepts/combined-log-format.html https://pldb.io/concepts/comby.html https://pldb.io/concepts/comfy.html https://pldb.io/concepts/comit.html https://pldb.io/concepts/comm.html https://pldb.io/concepts/commen.html https://pldb.io/concepts/commodore-basic.html https://pldb.io/concepts/common-lisp.html https://pldb.io/concepts/common-log-format.html https://pldb.io/concepts/common-workflow-language.html https://pldb.io/concepts/commonloops.html https://pldb.io/concepts/commonmark.html https://pldb.io/concepts/compact-application-solution-language.html https://pldb.io/concepts/compiler-compiler.html https://pldb.io/concepts/cogmap.html https://pldb.io/concepts/cognate.html https://pldb.io/concepts/cogo.html https://pldb.io/concepts/coherence.html https://pldb.io/concepts/coherent-parallel-c.html https://pldb.io/concepts/coi-protocol.html https://pldb.io/concepts/cokescript.html https://pldb.io/concepts/col.html https://pldb.io/concepts/colascript.html https://pldb.io/concepts/colasl.html https://pldb.io/concepts/cold-k.html https://pldb.io/concepts/coldfusion-components.html https://pldb.io/concepts/coldfusion.html https://pldb.io/concepts/collada.html https://pldb.io/concepts/color-basic.html https://pldb.io/concepts/colorforth.html https://pldb.io/concepts/comal.html https://pldb.io/concepts/cobra.html https://pldb.io/concepts/coco-r.html https://pldb.io/concepts/coco.html https://pldb.io/concepts/cocoapods-pm.html https://pldb.io/concepts/coconut.html https://pldb.io/concepts/coda-editor.html https://pldb.io/concepts/code-blocks-editor.html https://pldb.io/concepts/codecept.html https://pldb.io/concepts/codeflow.html https://pldb.io/concepts/codegear-delphi.html https://pldb.io/concepts/codelite-editor.html https://pldb.io/concepts/codemirror.html https://pldb.io/concepts/codeql.html https://pldb.io/concepts/codil.html https://pldb.io/concepts/coff.html https://pldb.io/concepts/coffee-cinema-4d.html https://pldb.io/concepts/coffeekup.html https://pldb.io/concepts/coffeepp.html https://pldb.io/concepts/coffeescript.html https://pldb.io/concepts/cms-exec.html https://pldb.io/concepts/cms-pipelines.html https://pldb.io/concepts/cmu-common-lisp.html https://pldb.io/concepts/co-dfns.html https://pldb.io/concepts/co2.html https://pldb.io/concepts/cobloc.html https://pldb.io/concepts/cobol-net.html https://pldb.io/concepts/cobolscript.html https://pldb.io/concepts/cloc.html https://pldb.io/concepts/cloe.html https://pldb.io/concepts/clojars-pm.html https://pldb.io/concepts/clos.html https://pldb.io/concepts/closure-templates.html https://pldb.io/concepts/cloud-firestore-security-rules.html https://pldb.io/concepts/clover.html https://pldb.io/concepts/clox.html https://pldb.io/concepts/clp-star.html https://pldb.io/concepts/clpr.html https://pldb.io/concepts/clu.html https://pldb.io/concepts/clx.html https://pldb.io/concepts/cmake.html https://pldb.io/concepts/cmix.html https://pldb.io/concepts/cmn.html https://pldb.io/concepts/cms-2.html https://pldb.io/concepts/clear.html https://pldb.io/concepts/cleo.html https://pldb.io/concepts/cleogo.html https://pldb.io/concepts/cleopatra.html https://pldb.io/concepts/cli-assembly.html https://pldb.io/concepts/click.html https://pldb.io/concepts/clickpath.html https://pldb.io/concepts/clike.html https://pldb.io/concepts/clion-editor.html https://pldb.io/concepts/clipper.html https://pldb.io/concepts/clips.html https://pldb.io/concepts/clisp.html https://pldb.io/concepts/clist.html https://pldb.io/concepts/clix.html https://pldb.io/concepts/cito.html https://pldb.io/concepts/citrine.html https://pldb.io/concepts/cityhash-hash-function.html https://pldb.io/concepts/civet.html https://pldb.io/concepts/cixl.html https://pldb.io/concepts/ck.html https://pldb.io/concepts/cl-i.html https://pldb.io/concepts/claire.html https://pldb.io/concepts/clamp.html https://pldb.io/concepts/clanger.html https://pldb.io/concepts/clarion.html https://pldb.io/concepts/clarity.html https://pldb.io/concepts/claro.html https://pldb.io/concepts/clascal.html https://pldb.io/concepts/clash.html https://pldb.io/concepts/class.html https://pldb.io/concepts/classic-ada.html https://pldb.io/concepts/classic.html https://pldb.io/concepts/clausal-lang.html https://pldb.io/concepts/clay.html https://pldb.io/concepts/clean.html https://pldb.io/concepts/cleanlang.html https://pldb.io/concepts/chronolog.html https://pldb.io/concepts/chronologmc.html https://pldb.io/concepts/chronologz.html https://pldb.io/concepts/chuck.html https://pldb.io/concepts/ciao-programming-language.html https://pldb.io/concepts/ciel.html https://pldb.io/concepts/cif.html https://pldb.io/concepts/cigale.html https://pldb.io/concepts/cil.html https://pldb.io/concepts/cilk.html https://pldb.io/concepts/cimfast.html https://pldb.io/concepts/cims-pl-i.html https://pldb.io/concepts/circa.html https://pldb.io/concepts/circal.html https://pldb.io/concepts/circle-lang.html https://pldb.io/concepts/cirru.html https://pldb.io/concepts/cish.html https://pldb.io/concepts/cheetah.html https://pldb.io/concepts/chef.html https://pldb.io/concepts/chemtrains.html https://pldb.io/concepts/cheri.html https://pldb.io/concepts/chevrotain.html https://pldb.io/concepts/chibicc.html https://pldb.io/concepts/chicken-lang.html https://pldb.io/concepts/chicon.html https://pldb.io/concepts/chika.html https://pldb.io/concepts/chill.html https://pldb.io/concepts/chimera.html https://pldb.io/concepts/chinese-basic.html https://pldb.io/concepts/chip-8.html https://pldb.io/concepts/chip-programming-language.html https://pldb.io/concepts/chipmunk-basic.html https://pldb.io/concepts/chirp.html https://pldb.io/concepts/chisel.html https://pldb.io/concepts/chocolatey-pm.html https://pldb.io/concepts/chomski.html https://pldb.io/concepts/chrome-programming-language.html https://pldb.io/concepts/ch.html https://pldb.io/concepts/chain-format.html https://pldb.io/concepts/chain-programming-language.html https://pldb.io/concepts/chained-arrow-notation.html https://pldb.io/concepts/chaiscript.html https://pldb.io/concepts/champ.html https://pldb.io/concepts/chaos-lang.html https://pldb.io/concepts/chappe-code.html https://pldb.io/concepts/charcoal.html https://pldb.io/concepts/charity.html https://pldb.io/concepts/charly.html https://pldb.io/concepts/charmpp.html https://pldb.io/concepts/charrette-ada.html https://pldb.io/concepts/chartio-app.html https://pldb.io/concepts/charybdis.html https://pldb.io/concepts/chatterbot.html https://pldb.io/concepts/checked-c.html https://pldb.io/concepts/checkout.html https://pldb.io/concepts/cbasic.html https://pldb.io/concepts/cbor.html https://pldb.io/concepts/ccal.html https://pldb.io/concepts/ccd.html https://pldb.io/concepts/ccel.html https://pldb.io/concepts/ccr.html https://pldb.io/concepts/ccs.html https://pldb.io/concepts/cda.html https://pldb.io/concepts/cddl.html https://pldb.io/concepts/cdent.html https://pldb.io/concepts/cdf.html https://pldb.io/concepts/cdl.html https://pldb.io/concepts/cdlpp.html https://pldb.io/concepts/cecil.html https://pldb.io/concepts/cedar-fortran.html https://pldb.io/concepts/cedar.html https://pldb.io/concepts/ceemac.html https://pldb.io/concepts/celip.html https://pldb.io/concepts/cell.html https://pldb.io/concepts/cellsim.html https://pldb.io/concepts/celsius-webscript.html https://pldb.io/concepts/ceprol.html https://pldb.io/concepts/cesil.html https://pldb.io/concepts/ceu.html https://pldb.io/concepts/ceylon.html https://pldb.io/concepts/cfengine.html https://pldb.io/concepts/cfml.html https://pldb.io/concepts/cfscript.html https://pldb.io/concepts/cg.html https://pldb.io/concepts/cgol.html https://pldb.io/concepts/capn-proto.html https://pldb.io/concepts/capsl.html https://pldb.io/concepts/capsule.html https://pldb.io/concepts/capybara.html https://pldb.io/concepts/caramel.html https://pldb.io/concepts/carp.html https://pldb.io/concepts/carpet.html https://pldb.io/concepts/carth.html https://pldb.io/concepts/cartocss.html https://pldb.io/concepts/casio-basic.html https://pldb.io/concepts/cassandre.html https://pldb.io/concepts/cat.html https://pldb.io/concepts/catala.html https://pldb.io/concepts/catalysis.html https://pldb.io/concepts/categorical-query-language.html https://pldb.io/concepts/cayenne.html https://pldb.io/concepts/cayley.html https://pldb.io/concepts/caisys.html https://pldb.io/concepts/cajole.html https://pldb.io/concepts/cal.html https://pldb.io/concepts/calc-var.html https://pldb.io/concepts/calc.html https://pldb.io/concepts/calc4.html https://pldb.io/concepts/calcit.html https://pldb.io/concepts/cali-lang.html https://pldb.io/concepts/caltech-intermediate-form.html https://pldb.io/concepts/calypso.html https://pldb.io/concepts/cam.html https://pldb.io/concepts/camac.html https://pldb.io/concepts/camal.html https://pldb.io/concepts/camil.html https://pldb.io/concepts/caml.html https://pldb.io/concepts/candor.html https://pldb.io/concepts/candy-codes.html https://pldb.io/concepts/candy.html https://pldb.io/concepts/cane.html https://pldb.io/concepts/canon-capsl.html https://pldb.io/concepts/cantor.html https://pldb.io/concepts/c.html https://pldb.io/concepts/c2.html https://pldb.io/concepts/c3.html https://pldb.io/concepts/ca-realizer.html https://pldb.io/concepts/ca-telon.html https://pldb.io/concepts/ca65-assembly.html https://pldb.io/concepts/cabal.html https://pldb.io/concepts/cache-basic.html https://pldb.io/concepts/cache-objectscript.html https://pldb.io/concepts/cactus.html https://pldb.io/concepts/cadence-skill.html https://pldb.io/concepts/cado-systems-technical-information.html https://pldb.io/concepts/cafeobj.html https://pldb.io/concepts/caffeine.html https://pldb.io/concepts/cages.html https://pldb.io/concepts/bx.html https://pldb.io/concepts/bytecode-modeling-language.html https://pldb.io/concepts/bytelisp.html https://pldb.io/concepts/bython.html https://pldb.io/concepts/bywater-basic.html https://pldb.io/concepts/c--.html https://pldb.io/concepts/c-al.html https://pldb.io/concepts/c-cubed.html https://pldb.io/concepts/c-flat.html https://pldb.io/concepts/c-for-all.html https://pldb.io/concepts/c-headers.html https://pldb.io/concepts/c-shell.html https://pldb.io/concepts/c-smile.html https://pldb.io/concepts/c-talk.html https://pldb.io/concepts/bsp.html https://pldb.io/concepts/bucardo.html https://pldb.io/concepts/bucklescript.html https://pldb.io/concepts/buddyscript.html https://pldb.io/concepts/bugsys.html https://pldb.io/concepts/bullfrog.html https://pldb.io/concepts/bush.html https://pldb.io/concepts/business-application-language.html https://pldb.io/concepts/business-basic.html https://pldb.io/concepts/business-object-notation.html https://pldb.io/concepts/business-process-modeling-language.html https://pldb.io/concepts/business-rule-language.html https://pldb.io/concepts/butterfly-common-lisp.html https://pldb.io/concepts/breccia.html https://pldb.io/concepts/bridgetalk.html https://pldb.io/concepts/brightscript-lang.html https://pldb.io/concepts/brisk.html https://pldb.io/concepts/brl.html https://pldb.io/concepts/bro.html https://pldb.io/concepts/broccoli-1.html https://pldb.io/concepts/broccoli-2.html https://pldb.io/concepts/broccoli.html https://pldb.io/concepts/brooks-programming-language.html https://pldb.io/concepts/brouhaha.html https://pldb.io/concepts/brown-university-interactive-language.html https://pldb.io/concepts/bruijn.html https://pldb.io/concepts/bscript-interpreter.html https://pldb.io/concepts/bscript.html https://pldb.io/concepts/bsml.html https://pldb.io/concepts/bossam.html https://pldb.io/concepts/bounce-lang.html https://pldb.io/concepts/bounce.html https://pldb.io/concepts/bourne-shell.html https://pldb.io/concepts/boxer.html https://pldb.io/concepts/boxx.html https://pldb.io/concepts/bpel.html https://pldb.io/concepts/bpkg-pm.html https://pldb.io/concepts/bpl.html https://pldb.io/concepts/bpmn.html https://pldb.io/concepts/bpn2.html https://pldb.io/concepts/bqn.html https://pldb.io/concepts/brackets-editor.html https://pldb.io/concepts/brain-flak.html https://pldb.io/concepts/brainfuck.html https://pldb.io/concepts/bnf.html https://pldb.io/concepts/boa.html https://pldb.io/concepts/bob.html https://pldb.io/concepts/bog.html https://pldb.io/concepts/boil.html https://pldb.io/concepts/bolin.html https://pldb.io/concepts/bolt.html https://pldb.io/concepts/bon-programming-language.html https://pldb.io/concepts/boo.html https://pldb.io/concepts/boogie.html https://pldb.io/concepts/boomerang-decompiler.html https://pldb.io/concepts/boost-lib.html https://pldb.io/concepts/booster.html https://pldb.io/concepts/borneo.html https://pldb.io/concepts/boron.html https://pldb.io/concepts/bosque.html https://pldb.io/concepts/blockml.html https://pldb.io/concepts/bloom.html https://pldb.io/concepts/blooms.html https://pldb.io/concepts/bloop.html https://pldb.io/concepts/blox.html https://pldb.io/concepts/blue-programming-language.html https://pldb.io/concepts/blue.html https://pldb.io/concepts/blueprints.html https://pldb.io/concepts/bluespec.html https://pldb.io/concepts/blur-markup-language.html https://pldb.io/concepts/blz.html https://pldb.io/concepts/bmd.html https://pldb.io/concepts/bml.html https://pldb.io/concepts/bmp-format.html https://pldb.io/concepts/blank.html https://pldb.io/concepts/blaze-2.html https://pldb.io/concepts/blaze.html https://pldb.io/concepts/blazex.html https://pldb.io/concepts/blc.html https://pldb.io/concepts/blech.html https://pldb.io/concepts/blender-app.html https://pldb.io/concepts/bliss.html https://pldb.io/concepts/blitz3d.html https://pldb.io/concepts/blitzbasic.html https://pldb.io/concepts/blitzmax.html https://pldb.io/concepts/blitzplus.html https://pldb.io/concepts/blockly.html https://pldb.io/concepts/bison.html https://pldb.io/concepts/bisonpp.html https://pldb.io/concepts/bistro-programming-language.html https://pldb.io/concepts/bitarray.html https://pldb.io/concepts/bitbake.html https://pldb.io/concepts/bitc.html https://pldb.io/concepts/bitcoin.html https://pldb.io/concepts/bitsy.html https://pldb.io/concepts/bittorrent.html https://pldb.io/concepts/bizubee.html https://pldb.io/concepts/bjou.html https://pldb.io/concepts/bla.html https://pldb.io/concepts/blackcoffee.html https://pldb.io/concepts/blacklight.html https://pldb.io/concepts/blade-lang.html https://pldb.io/concepts/blade.html https://pldb.io/concepts/blake-hash-function.html https://pldb.io/concepts/bigwig-format.html https://pldb.io/concepts/bigwig-programming-language.html https://pldb.io/concepts/bigwig.html https://pldb.io/concepts/binary-equation.html https://pldb.io/concepts/binary-ninja.html https://pldb.io/concepts/binary-notation.html https://pldb.io/concepts/binaryen.html https://pldb.io/concepts/bind-app.html https://pldb.io/concepts/bio.html https://pldb.io/concepts/bioconductor-pm.html https://pldb.io/concepts/biomod.html https://pldb.io/concepts/bioscript.html https://pldb.io/concepts/biossim.html https://pldb.io/concepts/biplan.html https://pldb.io/concepts/bird.html https://pldb.io/concepts/birkbeck-assembly.html https://pldb.io/concepts/ber.html https://pldb.io/concepts/berry.html https://pldb.io/concepts/besys.html https://pldb.io/concepts/beta-basic.html https://pldb.io/concepts/beta-project.html https://pldb.io/concepts/beta-prolog.html https://pldb.io/concepts/beta.html https://pldb.io/concepts/bgraf2.html https://pldb.io/concepts/bhsl.html https://pldb.io/concepts/bibtex.html https://pldb.io/concepts/biferno.html https://pldb.io/concepts/bigloo.html https://pldb.io/concepts/bigmac.html https://pldb.io/concepts/beatnik.html https://pldb.io/concepts/beautiful-report-language.html https://pldb.io/concepts/bebasic.html https://pldb.io/concepts/bed-format.html https://pldb.io/concepts/bedsocs.html https://pldb.io/concepts/bee.html https://pldb.io/concepts/beebasic.html https://pldb.io/concepts/beef-lang.html https://pldb.io/concepts/beef.html https://pldb.io/concepts/beflix.html https://pldb.io/concepts/befunge.html https://pldb.io/concepts/behavior-markup-language.html https://pldb.io/concepts/bel-lang.html https://pldb.io/concepts/bel.html https://pldb.io/concepts/bend.html https://pldb.io/concepts/bbc-basic.html https://pldb.io/concepts/bbcode.html https://pldb.io/concepts/bbj.html https://pldb.io/concepts/bbn-lisp.html https://pldb.io/concepts/bbx.html https://pldb.io/concepts/bc-neliac.html https://pldb.io/concepts/bc.html https://pldb.io/concepts/bcpl.html https://pldb.io/concepts/bcx.html https://pldb.io/concepts/bdl.html https://pldb.io/concepts/beads-lang.html https://pldb.io/concepts/beagle.html https://pldb.io/concepts/beam-bytecode.html https://pldb.io/concepts/beam-vm.html https://pldb.io/concepts/beanshell.html https://pldb.io/concepts/basic4gl.html https://pldb.io/concepts/basic4ppc.html https://pldb.io/concepts/basicode.html https://pldb.io/concepts/basicx.html https://pldb.io/concepts/basil.html https://pldb.io/concepts/basis-universal-format.html https://pldb.io/concepts/batari-basic.html https://pldb.io/concepts/batch.html https://pldb.io/concepts/bato.html https://pldb.io/concepts/battlestar.html https://pldb.io/concepts/bawk.html https://pldb.io/concepts/bayer-expressions.html https://pldb.io/concepts/bayes-equation.html https://pldb.io/concepts/baysick.html https://pldb.io/concepts/bazel.html https://pldb.io/concepts/basic-plus.html https://pldb.io/concepts/basic-programming.html https://pldb.io/concepts/basic-stamp.html https://pldb.io/concepts/basic.html https://pldb.io/concepts/basic09.html https://pldb.io/concepts/basic4android.html https://pldb.io/concepts/basic-11.html https://pldb.io/concepts/basic-256.html https://pldb.io/concepts/basic-ap.html https://pldb.io/concepts/basic-e.html https://pldb.io/concepts/basic-pdp-1-lisp.html https://pldb.io/concepts/baltik.html https://pldb.io/concepts/bam-format.html https://pldb.io/concepts/bamboo.html https://pldb.io/concepts/bancstar-programming-language.html https://pldb.io/concepts/bare.html https://pldb.io/concepts/barrel.html https://pldb.io/concepts/bartok.html https://pldb.io/concepts/base32.html https://pldb.io/concepts/base64.html https://pldb.io/concepts/baseball.html https://pldb.io/concepts/basel.html https://pldb.io/concepts/bash.html https://pldb.io/concepts/azure.html https://pldb.io/concepts/b-line.html https://pldb.io/concepts/b.html https://pldb.io/concepts/b3-ir.html https://pldb.io/concepts/b32-business-basic.html https://pldb.io/concepts/b4tran.html https://pldb.io/concepts/babel.html https://pldb.io/concepts/baby-modula-3.html https://pldb.io/concepts/babylonian-numerals.html https://pldb.io/concepts/back.html https://pldb.io/concepts/badlanguage.html https://pldb.io/concepts/bag-format.html https://pldb.io/concepts/balanced-ternary-notation.html https://pldb.io/concepts/balg.html https://pldb.io/concepts/balgol.html https://pldb.io/concepts/balinda-lisp.html https://pldb.io/concepts/ballerina-central-pm.html https://pldb.io/concepts/ballerina.html https://pldb.io/concepts/balm.html https://pldb.io/concepts/balsa.html https://pldb.io/concepts/baltazar.html https://pldb.io/concepts/autoit.html https://pldb.io/concepts/autolisp.html https://pldb.io/concepts/autoloft.html https://pldb.io/concepts/automast.html https://pldb.io/concepts/automator.html https://pldb.io/concepts/autopromt.html https://pldb.io/concepts/avail.html https://pldb.io/concepts/avalon-common-lisp.html https://pldb.io/concepts/averest.html https://pldb.io/concepts/avi-synth.html https://pldb.io/concepts/avr.html https://pldb.io/concepts/avro.html https://pldb.io/concepts/awk.html https://pldb.io/concepts/awl.html https://pldb.io/concepts/aws.html https://pldb.io/concepts/axcess.html https://pldb.io/concepts/axiom-computer-algebra-system.html https://pldb.io/concepts/axiom.html https://pldb.io/concepts/axt-format.html https://pldb.io/concepts/aztec-c.html https://pldb.io/concepts/augment.html https://pldb.io/concepts/aur-pm.html https://pldb.io/concepts/aurora.html https://pldb.io/concepts/austral.html https://pldb.io/concepts/autasim.html https://pldb.io/concepts/autocad-app.html https://pldb.io/concepts/autocode.html https://pldb.io/concepts/autocoder-ii.html https://pldb.io/concepts/autocoder-iii.html https://pldb.io/concepts/autocoder.html https://pldb.io/concepts/autoconf.html https://pldb.io/concepts/autodraft.html https://pldb.io/concepts/autogrp.html https://pldb.io/concepts/autohotkey.html https://pldb.io/concepts/atari-st-basic.html https://pldb.io/concepts/atlas-autocode.html https://pldb.io/concepts/atlas.html https://pldb.io/concepts/atmel-avr.html https://pldb.io/concepts/atol.html https://pldb.io/concepts/atom-editor.html https://pldb.io/concepts/atom.html https://pldb.io/concepts/atomese.html https://pldb.io/concepts/atomo.html https://pldb.io/concepts/atomos.html https://pldb.io/concepts/atomspace.html https://pldb.io/concepts/ats.html https://pldb.io/concepts/attic-numerals.html https://pldb.io/concepts/attoparsec.html https://pldb.io/concepts/atx.html https://pldb.io/concepts/aubit-4gl.html https://pldb.io/concepts/augeas.html https://pldb.io/concepts/assemblyscript.html https://pldb.io/concepts/associons.html https://pldb.io/concepts/asspegique.html https://pldb.io/concepts/astatine.html https://pldb.io/concepts/asterisk.html https://pldb.io/concepts/asterius-compiler.html https://pldb.io/concepts/astlog.html https://pldb.io/concepts/astro.html https://pldb.io/concepts/astroml.html https://pldb.io/concepts/asymptote.html https://pldb.io/concepts/atari-basic.html https://pldb.io/concepts/atari-microsoft-basic.html https://pldb.io/concepts/asic-programming-language.html https://pldb.io/concepts/asmjs.html https://pldb.io/concepts/asn-1.html https://pldb.io/concepts/asp.net.html https://pldb.io/concepts/asp.html https://pldb.io/concepts/aspectcpp.html https://pldb.io/concepts/aspectj.html https://pldb.io/concepts/aspen.html https://pldb.io/concepts/aspol.html https://pldb.io/concepts/assembly-language.html https://pldb.io/concepts/arquero.html https://pldb.io/concepts/arret.html https://pldb.io/concepts/arrow-format.html https://pldb.io/concepts/arrow.html https://pldb.io/concepts/arta.html https://pldb.io/concepts/artspeak.html https://pldb.io/concepts/arturo.html https://pldb.io/concepts/arvelie-format.html https://pldb.io/concepts/ascii-armor.html https://pldb.io/concepts/ascii.html https://pldb.io/concepts/asciidoc.html https://pldb.io/concepts/asciidots.html https://pldb.io/concepts/asciimath.html https://pldb.io/concepts/asdf.html https://pldb.io/concepts/asf-sdf.html https://pldb.io/concepts/ashmedai.html https://pldb.io/concepts/argdown.html https://pldb.io/concepts/argon.html https://pldb.io/concepts/argos.html https://pldb.io/concepts/argus.html https://pldb.io/concepts/arith-matic.html https://pldb.io/concepts/arjuna.html https://pldb.io/concepts/ark-lang.html https://pldb.io/concepts/ark.html https://pldb.io/concepts/arkscript.html https://pldb.io/concepts/arm-templates.html https://pldb.io/concepts/arm.html https://pldb.io/concepts/armani.html https://pldb.io/concepts/archi.html https://pldb.io/concepts/archieml.html https://pldb.io/concepts/arctic.html https://pldb.io/concepts/arden-syntax.html https://pldb.io/concepts/arduino.html https://pldb.io/concepts/arend.html https://pldb.io/concepts/aretext.html https://pldb.io/concepts/arexx.html https://pldb.io/concepts/arezzo-notation.html https://pldb.io/concepts/aprol.html https://pldb.io/concepts/apse.html https://pldb.io/concepts/apt-pm.html https://pldb.io/concepts/apt.html https://pldb.io/concepts/apter-f.html https://pldb.io/concepts/aqasm.html https://pldb.io/concepts/aql.html https://pldb.io/concepts/aquarius-prolog.html https://pldb.io/concepts/arabic-numerals.html https://pldb.io/concepts/arablan.html https://pldb.io/concepts/arango-db.html https://pldb.io/concepts/arbortext-command-language.html https://pldb.io/concepts/arc-assembly.html https://pldb.io/concepts/arc-isa.html https://pldb.io/concepts/arc.html https://pldb.io/concepts/aplo.html https://pldb.io/concepts/aplus.html https://pldb.io/concepts/aplusplus.html https://pldb.io/concepts/aplx.html https://pldb.io/concepts/apollo-guidance-computer.html https://pldb.io/concepts/apostle.html https://pldb.io/concepts/appcode-editor.html https://pldb.io/concepts/appl-a.html https://pldb.io/concepts/apple-1-machine.html https://pldb.io/concepts/apple-basic.html https://pldb.io/concepts/apple-prodos.html https://pldb.io/concepts/applescript.html https://pldb.io/concepts/applesoft-basic.html https://pldb.io/concepts/applog.html https://pldb.io/concepts/april.html https://pldb.io/concepts/apar.html https://pldb.io/concepts/aparel.html https://pldb.io/concepts/ape100.html https://pldb.io/concepts/apescript.html https://pldb.io/concepts/apex.html https://pldb.io/concepts/api-blueprint.html https://pldb.io/concepts/apl-gpss.html https://pldb.io/concepts/apl-hp.html https://pldb.io/concepts/apl-z80.html https://pldb.io/concepts/apl.html https://pldb.io/concepts/apl2.html https://pldb.io/concepts/aplette.html https://pldb.io/concepts/aplgol-2.html https://pldb.io/concepts/aplgol.html https://pldb.io/concepts/angr.html https://pldb.io/concepts/anna.html https://pldb.io/concepts/ans-mumps.html https://pldb.io/concepts/ansi-basic.html https://pldb.io/concepts/ant-build-system.html https://pldb.io/concepts/ante-esolang.html https://pldb.io/concepts/ante.html https://pldb.io/concepts/antha.html https://pldb.io/concepts/antlr.html https://pldb.io/concepts/apache-cassandra.html https://pldb.io/concepts/apache-derby.html https://pldb.io/concepts/apache-hbase.html https://pldb.io/concepts/apache-phoenix.html https://pldb.io/concepts/apache-velocity.html https://pldb.io/concepts/apache.html https://pldb.io/concepts/apacheconf.html https://pldb.io/concepts/amppl-i.html https://pldb.io/concepts/amppl-ii.html https://pldb.io/concepts/amprnet.html https://pldb.io/concepts/amqp.html https://pldb.io/concepts/amtran-70.html https://pldb.io/concepts/amtran.html https://pldb.io/concepts/amulet.html https://pldb.io/concepts/ana.html https://pldb.io/concepts/analytical-engine-machine.html https://pldb.io/concepts/and-or.html https://pldb.io/concepts/andante.html https://pldb.io/concepts/andorra-i.html https://pldb.io/concepts/andorra.html https://pldb.io/concepts/android.html https://pldb.io/concepts/angelscript.html https://pldb.io/concepts/amalthea.html https://pldb.io/concepts/amanda.html https://pldb.io/concepts/amazon-dynamodb.html https://pldb.io/concepts/amazon-rds.html https://pldb.io/concepts/amber-lang.html https://pldb.io/concepts/amber.html https://pldb.io/concepts/ambienttalk.html https://pldb.io/concepts/ambit-g.html https://pldb.io/concepts/ambit-l.html https://pldb.io/concepts/ambit.html https://pldb.io/concepts/ambush.html https://pldb.io/concepts/amiga-e.html https://pldb.io/concepts/amiga-programming-languages.html https://pldb.io/concepts/amigabasic.html https://pldb.io/concepts/amos.html https://pldb.io/concepts/amperes-circuital-equation.html https://pldb.io/concepts/ampl.html https://pldb.io/concepts/alohanet.html https://pldb.io/concepts/alpaca.html https://pldb.io/concepts/alpak.html https://pldb.io/concepts/alpha-programming-language.html https://pldb.io/concepts/alphabasic.html https://pldb.io/concepts/alphapop.html https://pldb.io/concepts/alphard-programming-language.html https://pldb.io/concepts/alphard.html https://pldb.io/concepts/alpine-abuild.html https://pldb.io/concepts/alps.html https://pldb.io/concepts/altac.html https://pldb.io/concepts/altair-basic.html https://pldb.io/concepts/altibase.html https://pldb.io/concepts/altran.html https://pldb.io/concepts/alumina.html https://pldb.io/concepts/algol-e.html https://pldb.io/concepts/algol-n.html https://pldb.io/concepts/algol-w.html https://pldb.io/concepts/algol-x.html https://pldb.io/concepts/algol.html https://pldb.io/concepts/algy.html https://pldb.io/concepts/alice.html https://pldb.io/concepts/aljabr.html https://pldb.io/concepts/allegro-common-lisp.html https://pldb.io/concepts/allo.html https://pldb.io/concepts/alloy.html https://pldb.io/concepts/alma-0.html https://pldb.io/concepts/alma-007.html https://pldb.io/concepts/alma-o.html https://pldb.io/concepts/alma.html https://pldb.io/concepts/almir.html https://pldb.io/concepts/almquist-shell.html https://pldb.io/concepts/alec.html https://pldb.io/concepts/alef.html https://pldb.io/concepts/aleph.html https://pldb.io/concepts/alf.html https://pldb.io/concepts/alfred.html https://pldb.io/concepts/algae.html https://pldb.io/concepts/algebraic-compiler.html https://pldb.io/concepts/algebraic-modeling-language.html https://pldb.io/concepts/algem.html https://pldb.io/concepts/algernon.html https://pldb.io/concepts/algo.html https://pldb.io/concepts/algobox.html https://pldb.io/concepts/algol-58.html https://pldb.io/concepts/algol-60.html https://pldb.io/concepts/algol-68-r.html https://pldb.io/concepts/algol-68-rt.html https://pldb.io/concepts/algol-68.html https://pldb.io/concepts/aith.html https://pldb.io/concepts/akl.html https://pldb.io/concepts/al.html https://pldb.io/concepts/aladin.html https://pldb.io/concepts/alambik.html https://pldb.io/concepts/alan.html https://pldb.io/concepts/alba.html https://pldb.io/concepts/albatross.html https://pldb.io/concepts/alcor.html https://pldb.io/concepts/aldat.html https://pldb.io/concepts/aldes.html https://pldb.io/concepts/aldor.html https://pldb.io/concepts/aldwych.html https://pldb.io/concepts/ale.html https://pldb.io/concepts/agent-k.html https://pldb.io/concepts/agentspeak.html https://pldb.io/concepts/agl.html https://pldb.io/concepts/agora.html https://pldb.io/concepts/ags-script.html https://pldb.io/concepts/aheui.html https://pldb.io/concepts/aida.html https://pldb.io/concepts/aids.html https://pldb.io/concepts/ail.html https://pldb.io/concepts/aime.html https://pldb.io/concepts/aiml.html https://pldb.io/concepts/aimms.html https://pldb.io/concepts/air.html https://pldb.io/concepts/airtable-app.html https://pldb.io/concepts/ais.html https://pldb.io/concepts/ait.html https://pldb.io/concepts/advanced-continuous-simulation-language.html https://pldb.io/concepts/advice-taker.html https://pldb.io/concepts/aed.html https://pldb.io/concepts/aepl.html https://pldb.io/concepts/aesop.html https://pldb.io/concepts/afnix.html https://pldb.io/concepts/afs.html https://pldb.io/concepts/agda.html https://pldb.io/concepts/ades.html https://pldb.io/concepts/aditi.html https://pldb.io/concepts/adlib.html https://pldb.io/concepts/adobe-font-metrics.html https://pldb.io/concepts/ads-b-standard.html https://pldb.io/concepts/ada-tl.html https://pldb.io/concepts/ada.html https://pldb.io/concepts/adabtpl.html https://pldb.io/concepts/adagio.html https://pldb.io/concepts/adam-standard.html https://pldb.io/concepts/adam.html https://pldb.io/concepts/adamant.html https://pldb.io/concepts/adaplex.html https://pldb.io/concepts/address.html https://pldb.io/concepts/adenine-programming-language.html https://pldb.io/concepts/adept.html https://pldb.io/concepts/ades-ii.html https://pldb.io/concepts/act-one.html https://pldb.io/concepts/actalk.html https://pldb.io/concepts/action-code-script.html https://pldb.io/concepts/action.html https://pldb.io/concepts/actionscript.html https://pldb.io/concepts/active-language-i.html https://pldb.io/concepts/active-u-datalog.html https://pldb.io/concepts/activevfp.html https://pldb.io/concepts/activity-pub.html https://pldb.io/concepts/actor.html https://pldb.io/concepts/actors.html https://pldb.io/concepts/actus.html https://pldb.io/concepts/ad-hoc.html https://pldb.io/concepts/ada-95.html https://pldb.io/concepts/ada-9x.html https://pldb.io/concepts/abnf.html https://pldb.io/concepts/abs.html https://pldb.io/concepts/abset.html https://pldb.io/concepts/abstract-state-machine-language.html https://pldb.io/concepts/abstracto.html https://pldb.io/concepts/absys.html https://pldb.io/concepts/ac-toolbox.html https://pldb.io/concepts/accent.html https://pldb.io/concepts/ace.html https://pldb.io/concepts/acl.html https://pldb.io/concepts/acl2.html https://pldb.io/concepts/acme.html https://pldb.io/concepts/acore.html https://pldb.io/concepts/acorn-atom.html https://pldb.io/concepts/acorn-lang.html https://pldb.io/concepts/acorn.html https://pldb.io/concepts/acornsoft-logo.html https://pldb.io/concepts/acos.html https://pldb.io/concepts/acsi-matic.html https://pldb.io/concepts/acsl.html https://pldb.io/concepts/act-iii.html https://pldb.io/concepts/aaf.html https://pldb.io/concepts/aarch64.html https://pldb.io/concepts/aardappel.html https://pldb.io/concepts/abacus-machine.html https://pldb.io/concepts/abal.html https://pldb.io/concepts/abap.html https://pldb.io/concepts/abbreviated-test-language-for-all-systems.html https://pldb.io/concepts/abc-80.html https://pldb.io/concepts/abc-algol.html https://pldb.io/concepts/abc.html https://pldb.io/concepts/abcl-cp.html https://pldb.io/concepts/abcl-f.html https://pldb.io/concepts/abcl-lang.html https://pldb.io/concepts/abcl.html https://pldb.io/concepts/abcpp.html https://pldb.io/concepts/abel.html https://pldb.io/concepts/able.html https://pldb.io/concepts/2lisp.html https://pldb.io/concepts/2obj.html https://pldb.io/concepts/3-lisp.html https://pldb.io/concepts/3apl.html https://pldb.io/concepts/3d-logo.html https://pldb.io/concepts/3dcomposer.html https://pldb.io/concepts/3ds.html https://pldb.io/concepts/3mf.html https://pldb.io/concepts/3rip.html https://pldb.io/concepts/4g-standard.html https://pldb.io/concepts/4th-dimension.html https://pldb.io/concepts/51forth.html https://pldb.io/concepts/6gunz.html https://pldb.io/concepts/8th.html https://pldb.io/concepts/a-0-system.html https://pldb.io/concepts/a-sharp.html https://pldb.io/concepts/a51.html https://pldb.io/concepts/aadl.html https://pldb.io/concepts/05ab1e.html https://pldb.io/concepts/1-pak.html https://pldb.io/concepts/11ty.html https://pldb.io/concepts/1620sps.html https://pldb.io/concepts/1c-enterprise.html https://pldb.io/concepts/2-pak.html https://pldb.io/concepts/20-gate.html 11/24/2024 32233 161.2
SQLite - Query language SQLite ====== SQLite is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22queryLanguage%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">query language</a> created in 2000 by Dwayne Richard Hipp. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222000%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2000 https://pldb.io/concepts/../lists/creators.html#q=Dwayne%20Richard%20Hipp Dwayne Richard Hipp #110 on PLDB 25 Years Old ```Download source code: git clone https://github.com/sqlite/sqlite ``` SQLite ( or ) is a relational database management system contained in a C programming library. In contrast to many other database management systems, SQLite is not a client–server database engine. Rather, it is embedded into the end program. Read more on Wikipedia... https://en.wikipedia.org/wiki/SQLite Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"queryLanguage"%5D%7D%5D%2C"logic"%3A"AND"%7D'>queryLanguage</a> - Watch the history of <a href="https://www.youtube.com/watch?v=kjdxiG17hGM">the SQLite repo visualized with Gource</a> - Early development of SQLite happened in <a href="../lists/labs.html#q= Hipp, Wyrick & Company, Inc"> Hipp, Wyrick & Company, Inc</a> - SQLite is written in <a href="c.html">C</a>, <a href="tcl.html">Tcl</a>, <a href="java.html">Java</a>, <a href="javascript.html">JavaScript</a>, <a href="markdown.html">Markdown</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="html.html">HTML</a>, <a href="make.html">Make</a>, <a href="m4.html">M4</a>, <a href="yacc.html">Yacc</a>, <a href="csharp.html">C#</a>, <a href="css.html">CSS</a>, <a href="sql.html">SQL</a>, <a href="cpp.html">C++</a>, <a href="yaml.html">YAML</a>, <a href="nemerle.html">Nemerle</a> - There are 2,744 members in the <a href="https://reddit.com/r/sqlite">SQLite subreddit</a> - <a href="antlr.html">ANTLR</a> <a href="https://github.com/antlr/grammars-v4/tree/master/sqlite">grammar</a> for SQLite - Learn <a href="https://exercism.org/tracks/sqlite">SQLite on exercism.</a> - Indeed.com has 561 matches for <a href="https://www.indeed.com/jobs?q=sqlite developer">"sqlite developer"</a>. - <a href="https://sqlite.org">sqlite.org</a> was registered in 2002 - See also: (61 related languages) <a href="c.html">C</a>, <a href="sql.html">SQL</a>, <a href="postgresql.html">PostgreSQL</a>, <a href="tcl.html">Tcl</a>, <a href="json.html">JSON</a>, <a href="sql-92.html">SQL-92</a>, <a href="perl.html">Perl</a>, <a href="unicode.html">Unicode</a>, <a href="jscript.html">JScript</a>, <a href="vbscript.html">VBScript</a>, <a href="django.html">Django</a>, <a href="drupal.html">Drupal</a>, <a href="rails.html">Ruby on Rails</a>, <a href="solaris.html">Solaris</a>, <a href="android.html">Android</a>, <a href="freebsd.html">FreeBSD</a>, <a href="ios.html">iOS</a>, <a href="autoit.html">AutoIt</a>, <a href="basic.html">BASIC</a>, <a href="freebasic.html">FreeBASIC</a>, <a href="purebasic.html">PureBasic</a>, <a href="visual-basic.net.html">Visual Basic .NET</a>, <a href="xojo.html">Xojo</a>, <a href="csharp.html">C#</a>, <a href="clipper.html">Clipper</a>, <a href="curl.html">Curl</a>, <a href="d.html">D</a>, <a href="elixir.html">Elixir</a>, <a href="emacs-lisp.html">Emacs Lisp</a>, <a href="f-sharp.html">F#</a>, <a href="go.html">Go</a>, <a href="haskell.html">Haskell</a>, <a href="haxe.html">Haxe</a>, <a href="java.html">Java</a>, <a href="javascript.html">JavaScript</a>, <a href="julia.html">Julia</a>, <a href="lisp.html">Lisp</a>, <a href="common-lisp.html">Common Lisp</a>, <a href="openlisp.html">OpenLisp</a>, <a href="livecode.html">LiveCode</a>, <a href="labview.html">LabVIEW G</a>, <a href="lua.html">Lua</a>, <a href="matlab.html">MATLAB</a>, <a href="nim.html">Nim</a>, <a href="objective-c.html">Objective-C</a>, <a href="ocaml.html">OCaml</a>, <a href="pascal.html">Pascal</a>, <a href="free-pascal.html">Free Pascal</a>, <a href="delphi.html">Delphi</a>, <a href="php.html">PHP</a>, <a href="pike.html">Pike</a>, <a href="python.html">Python</a>, <a href="r.html">R</a>, <a href="racket.html">Racket</a>, <a href="rebol.html">REBOL</a>, <a href="ruby.html">Ruby</a>, <a href="scheme.html">Scheme</a>, <a href="smalltalk.html">Smalltalk</a>, <a href="swift.html">Swift</a>, <a href="isbn.html">ISBN</a>, <a href="doi.html">DOI</a> - Read more about SQLite on the web: 1. https://www.vldb.org/pvldb/vol15/p3535-gaffney.pdf 1. - 1 PLDB concepts link to SQLite: <a href="project-mentat.html">Project Mentat</a> ```Example from <a href='https://riju.codes/sqlite'>Riju</a>: SELECT 'Hello, world!'; ``` ```SQLite <a href="../lists/keywords.html#q=sqlite">Keywords</a> ABORT ACTION ADD AFTER ALL ALTER ANALYZE AND AS ASC ATTACH AUTOINCREMENT BEFORE BEGIN BETWEEN BY CASCADE CASE CAST CHECK COLLATE COLUMN COMMIT CONFLICT CONSTRAINT CREATE CROSS CURRENT_DATE CURRENT_TIME CURRENT_TIMESTAMP DATABASE DEFAULT DEFERRABLE DEFERRED DELETE DESC DETACH DISTINCT DROP EACH ELSE END ESCAPE EXCEPT EXCLUSIVE EXISTS EXPLAIN FAIL FOR FOREIGN FROM FULL GLOB GROUP HAVING IF IGNORE IMMEDIATE IN INDEX INDEXED INITIALLY INNER INSERT INSTEAD INTERSECT INTO IS ISNULL JOIN KEY LEFT LIKE LIMIT MATCH NATURAL NO NOT NOTNULL NULL OF OFFSET ON OR ORDER OUTER PLAN PRAGMA PRIMARY QUERY RAISE RECURSIVE REFERENCES REGEXP REINDEX RELEASE RENAME REPLACE RESTRICT RIGHT ROLLBACK ROW SAVEPOINT SELECT SET TABLE TEMP TEMPORARY THEN TO TRANSACTION TRIGGER UNION UNIQUE UPDATE USING VACUUM VALUES VIEW VIRTUAL WHEN WHERE WITH WITHOUT ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Case Insensitive Identifiers FeatureLink ../features/hasCaseInsensitiveIdentifiers.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Booleans FeatureLink ../features/hasBooleans.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 11/23/2024 1088 5.4
Zyme 11/17/2024 0 0
Yggdrasil - Protocol Yggdrasil ========= Yggdrasil is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22protocol%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">protocol</a> created in 2017. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222017%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2017 #1416 on PLDB 8 Years Old ```Download source code: git clone https://github.com/yggdrasil-network/yggdrasil-go ``` Yggdrasil is an experimental, end-to-end encrypted IPv6 network using a compact routing scheme that is fully decentralised and requires minimal state. It uses a shortest-path routing scheme to find the most direct path to destinations. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"protocol"%5D%7D%5D%2C"logic"%3A"AND"%7D'>protocol</a> - Yggdrasil is developed on <a href="https://github.com/yggdrasil-network/yggdrasil-go">GitHub</a> and has 3,546 stars - Yggdrasil is written in <a href="go.html">Go</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="markdown.html">Markdown</a>, <a href="yaml.html">YAML</a>, <a href="c.html">C</a>, <a href="bash.html">Bash</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="svg.html">SVG</a>, <a href="xml.html">XML</a>, <a href="make.html">Make</a> Built with Scroll v170.4.1 11/16/2024 307 1.5
True BASIC - Programming language True BASIC ========== True BASIC is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1983 by John George Kemeny and Thomas E. Kurtz. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221983%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1983 https://pldb.io/concepts/../lists/creators.html#q=John%20George%20Kemeny John George Kemeny https://pldb.io/concepts/../lists/creators.html#q=Thomas%20E.%20Kurtz Thomas E. Kurtz #1706 on PLDB 42 Years Old True BASIC is a variant of the BASIC programming language descended from Dartmouth BASIC — the original BASIC — invented by college professors John G. Kemeny and Thomas E. Kurtz.. Read more on Wikipedia... https://en.wikipedia.org/wiki/True_BASIC Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - True BASIC on HOPL https://hopl.info/showlanguage.prx?exp=2590 True BASIC on HOPL - See also: (8 related languages) <a href="basic.html">BASIC</a>, <a href="dartmouth-basic.html">Dartmouth BASIC</a>, <a href="microsoft-basic.html">Microsoft BASIC</a>, <a href="gw-basic.html">GW-BASIC</a>, <a href="trs-80-color-computer.html">TRS-80 Color Computer</a>, <a href="assembly-language.html">Assembly language</a>, <a href="cbasic.html">CBASIC</a>, <a href="isbn.html">ISBN</a> ```Example from <a href='https://en.wikipedia.org/wiki/True_BASIC'>Wikipedia</a>: !Draw the Car SET WINDOW 0,20,0,20 SET COLOR 5 BOX AREA 2,6,2,3 BOX AREA 9,13,2,3 BOX AREA 16,20,2,3 SET COLOR 249 PLOT LINES :0,5;20,5 FLOOD 10,1 BOX KEEP 0,20,0,5 IN road$ BOX CIRCLE 2,3,5,6 FLOOD 2.5,5.5 BOX CIRCLE 5,6,5,6 FLOOD 5.5,5.5 SET COLOR 35 PLOT LINES :2.5,6;5.5,6 PLOT LINES :5,6;8,6;8,8;6,8;6,10;2,10;2,8;0,8;0,6;3,6 FLOOD 4,8 SET COLOR 248 BOX AREA 4,5,8,9 BOX KEEP 0,8,5,10 IN car$ !Save the car in 'carTEMPLATE#39; FOR x=1 TO 20 STEP 1 !Create a 'for' loop BOX SHOW road$ AT 0,0 BOX SHOW car$ AT x,5 PAUSE .1 CLEAR NEXT x !End the 'for' loop END !End the programs ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example ! A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example ! A comment Token ! row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 11/15/2024 576 2.9
Python - Programming language Python ====== Python is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1991 by Guido van Rossum. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221991%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1991 https://pldb.io/concepts/../lists/creators.html#q=Guido%20van%20Rossum Guido van Rossum #3 on PLDB 34 Years Old 9m <span title="Python repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/python/cpython ``` Python is a widely used high-level programming language for general-purpose programming, created by Guido van Rossum and first released in 1991. An interpreted language, Python has a design philosophy that emphasizes code readability (notably using whitespace indentation to delimit code blocks rather than curly brackets or keywords), and a syntax that allows programmers to express concepts in fewer lines of code than might be used in languages such as C++ or Java. It provides constructs that enable clear programming on both small and large scales. Read more on Wikipedia... https://en.wikipedia.org/wiki/Python_(programming_language) Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Python is developed on <a href="https://github.com/python/cpython">GitHub</a> and has 61,378 stars - Watch the history of <a href="https://www.youtube.com/watch?v=9mput42uZsQ">the Python repo visualized with Gource</a> - There are at least 9,300,725 Python repos on <a href="https://github.com/search?q=language:Python">GitHub</a> - Early development of Python happened in <a href="../lists/labs.html#q=Centrum Wiskunde & Informatica">Centrum Wiskunde & Informatica</a> - Python is written in <a href="python.html">Python</a>, <a href="restructuredtext.html">reStructuredText</a>, <a href="c.html">C</a>, <a href="xml.html">XML</a>, <a href="toml.html">TOML</a>, <a href="yaml.html">YAML</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="json.html">JSON</a>, <a href="markdown.html">Markdown</a>, <a href="html.html">HTML</a>, <a href="objective-c.html">Objective-C</a>, <a href="ini.html">Ini</a>, <a href="svg.html">SVG</a>, <a href="cpp.html">C++</a>, <a href="powershell.html">PowerShell</a>, <a href="diff.html">Diff</a>, <a href="d.html">D</a>, <a href="make.html">Make</a>, <a href="gradle.html">Gradle</a>, <a href="m4.html">M4</a>, <a href="javascript.html">JavaScript</a>, <a href="bash.html">Bash</a>, <a href="assembly-language.html">Assembly language</a>, <a href="xslt.html">XSLT</a>, <a href="lisp.html">Lisp</a>, <a href="css.html">CSS</a>, <a href="kotlin.html">Kotlin</a>, <a href="idl.html">IDL</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="c-shell.html">C shell</a>, <a href="cmake.html">CMake</a>, <a href="dtd.html">DTD</a> - The Google BigQuery Public Dataset GitHub snapshot shows 297k users using Python in 550k repos on <a href="https://api.github.com/search/repositories?q=language:Python">GitHub</a> - Check out the 1,964 <a href="https://www.meetup.com/topics/python/">Python meetup groups</a> on Meetup.com. - There are 979,629 members in the <a href="https://reddit.com/r/Python">Python subreddit</a> - There are 60,791 <a href="https://projecteuler.net/language=Python">Project Euler</a> users using Python - In the 2021 StackOverflow <a href="https://insights.stackoverflow.com/survey">developer survey</a> Python programmers reported a median salary of $59,454. 48% of respondents reported using Python. 39,792 programmers reported using Python, and 34,929 said they wanted to use it - Explore Python snippets on <a href="http://www.rosettacode.org/wiki/Category:Python">Rosetta Code</a> - Python on HOPL https://hopl.info/showlanguage.prx?exp=1658 Python on HOPL - Python ranks #1 in the <a href="https://www.tiobe.com/tiobe-index/">TIOBE Index</a> - Python Ubuntu package https://packages.ubuntu.com/jammy/python Python Ubuntu package - <a href="antlr.html">ANTLR</a> <a href="https://github.com/antlr/grammars-v4/tree/master/python">grammar</a> for Python - Python <a href="language-server-protocol.html">LSP</a> <a href="https://github.com/Microsoft/python-language-server">implementation</a> - <a href="codemirror.html">CodeMirror</a> <a href="https://github.com/codemirror/codemirror5/tree/master/mode/python">package</a> for syntax highlighting Python - <a href="monaco.html">Monaco</a> <a href="https://github.com/microsoft/monaco-editor/tree/main/src/basic-languages/python">package</a> for syntax highlighting Python - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/python.py">syntax highlighting</a> for Python - GitHub supports <a href="https://github.com/tree-sitter/tree-sitter-python" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for Python - Python appears in the <a href="https://github.com/mame/quine-relay">Quine Relay</a> project - Learn <a href="https://exercism.org/tracks/python">Python on exercism.</a> - There is a <a href="https://pypi.python.org/pypi">central package repository</a> for Python - Annual Reports for Python https://www.python.org/psf-landing/ Annual Reports for Python - Events page for Python https://www.python.org/events/ Events page for Python - Indeed.com has 28,965 matches for <a href="https://www.indeed.com/jobs?q=python engineer">"python engineer"</a>. - <a href="https://www.python.org/">python.org</a> was registered in 1995 - See also: (59 related languages) <a href="jython.html">Jython</a>, <a href="micropython.html">MicroPython</a>, <a href="stackless-python.html">Stackless Python</a>, <a href="cython.html">Cython</a>, <a href="abc.html">ABC</a>, <a href="algol-68.html">ALGOL 68</a>, <a href="c.html">C</a>, <a href="dylan.html">Dylan</a>, <a href="haskell.html">Haskell</a>, <a href="icon.html">Icon</a>, <a href="java.html">Java</a>, <a href="lisp.html">Lisp</a>, <a href="modula-3.html">Modula-3</a>, <a href="perl.html">Perl</a>, <a href="boo.html">Boo</a>, <a href="cobra.html">Cobra</a>, <a href="coffeescript.html">CoffeeScript</a>, <a href="d.html">D</a>, <a href="f-sharp.html">F#</a>, <a href="falcon.html">Falcon</a>, <a href="genie.html">Genie</a>, <a href="go.html">Go</a>, <a href="groovy.html">Groovy</a>, <a href="javascript.html">JavaScript</a>, <a href="julia.html">Julia</a>, <a href="nim.html">Nim</a>, <a href="ruby.html">Ruby</a>, <a href="swift.html">Swift</a>, <a href="setl.html">SETL</a>, <a href="unix.html">Unix</a>, <a href="unicode.html">Unicode</a>, <a href="standard-ml.html">Standard ML</a>, <a href="pascal.html">Pascal</a>, <a href="regex.html">Regular Expressions</a>, <a href="csharp.html">C#</a>, <a href="common-lisp.html">Common Lisp</a>, <a href="scheme.html">Scheme</a>, <a href="objective-c.html">Objective-C</a>, <a href="numpy.html">NumPy</a>, <a href="mime.html">MIME</a>, <a href="http.html">HTTP</a>, <a href="sagemath.html">Sage</a>, <a href="llvmir.html">LLVM IR</a>, <a href="jvm.html">JVM</a>, <a href="java-bytecode.html">Java Bytecode</a>, <a href="cil.html">CIL</a>, <a href="pyrex.html">Pyrex</a>, <a href="mercurial.html">Mercurial</a>, <a href="python-for-s60.html">Python for S60</a>, <a href="qt.html">Qt</a>, <a href="django.html">Django</a>, <a href="scipy.html">SciPy</a>, <a href="matplotlib.html">Matplotlib</a>, <a href="gdb.html">GDB</a>, <a href="freebsd.html">FreeBSD</a>, <a href="ocaml.html">OCaml</a>, <a href="tcl.html">Tcl</a>, <a href="erlang.html">Erlang</a>, <a href="pandas.html">Pandas</a> - Read more about Python on the web: 1. https://www.programiz.com/python-programming/keyword-list 1. - 403 PLDB concepts link to Python: <a href="aardvark.html">Aardvark</a>, <a href="ace.html">Ace Editor</a>, <a href="adept.html">Adept</a>, <a href="aheui.html">Aheui</a>, <a href="ail.html">AIL</a>, <a href="aith.html">Aith</a>, <a href="alumina.html">Alumina</a>, <a href="ana.html">ana</a>, <a href="apache-hbase.html">Apache Hbase</a>, <a href="aretext.html">aretext</a>, <a href="arkscript.html">ArkScript</a>, <a href="arrow-format.html">Apache Arrow</a>, <a href="asciidots.html">AsciiDots</a>, <a href="asdf.html">ASDF</a>, <a href="asterius-compiler.html">asterius-compiler</a>, <a href="astroml.html">astroml</a>, <a href="atomspace.html">atomspace</a>, <a href="austral.html">Austral</a>, <a href="avi-synth.html">AviSynth</a>, <a href="basis-universal-format.html">Basis Codec</a>, <a href="battlestar.html">Battlestar</a>, <a href="bazel.html">Bazel</a>, <a href="beef.html">beef-lang</a>, <a href="berry.html">Berry</a>, <a href="binaryen.html">binaryen</a>, <a href="blz.html">blz</a>, <a href="boomerang-decompiler.html">Boomerang Decompiler</a>, <a href="bruijn.html">Bruijn</a>, <a href="bucklescript.html">Bucklescript</a>, <a href="bython.html">Bython</a>, <a href="c3.html">C3</a>, <a href="calypso.html">Calypso</a>, <a href="candor.html">candor</a>, <a href="candy.html">Candy</a>, <a href="capn-proto.html">Cap'n Proto</a>, <a href="caramel.html">Caramel</a>, <a href="carbon.html">Carbon</a>, <a href="carp.html">carp</a>, <a href="catala.html">Catala</a>, <a href="chapel.html">Chapel</a>, <a href="charcoal.html">Charcoal</a>, <a href="chatterbot.html">chatterbot</a>, <a href="chisel.html">chisel</a>, <a href="cir.html">CIR</a>, <a href="civet.html">Civet</a>, <a href="clash.html">clash</a>, <a href="clay.html">clay</a>, <a href="clike.html">clike</a>, <a href="cloc.html">cloc</a>, <a href="closure-templates.html">Closure Templates</a>, <a href="co2.html">co2</a>, <a href="coconut.html">Coconut</a>, <a href="common-workflow-language.html">CWL</a>, <a href="commonmark.html">commonmark</a>, <a href="conan-pm.html">Conan</a>, <a href="coq.html">Coq</a>, <a href="couchdb.html">CouchDB</a>, <a href="crmsh.html">crmsh</a>, <a href="croc.html">Croc</a>, <a href="cryptol.html">Cryptol</a>, <a href="crystal.html">Crystal</a>, <a href="csvw.html">CSVw</a>, <a href="curly.html">Curly</a>, <a href="curv.html">curv</a>, <a href="cwerg.html">Cwerg</a>, <a href="cyber.html">Cyber</a>, <a href="cython.html">Cython</a>, <a href="dafny.html">Dafny</a>, <a href="dasel.html">Dasel</a>, <a href="dasm.html">Dasm</a>, <a href="datafun.html">datafun</a>, <a href="dedukti.html">dedukti</a>, <a href="dern.html">Dern</a>, <a href="dex.html">dex</a>, <a href="dgraph.html">dgraph</a>, <a href="dhall.html">Dhall</a>, <a href="differential-datalog.html">Differential Datalog</a>, <a href="djangoql.html">djangoql</a>, <a href="dllup.html">dllup</a>, <a href="docopt.html">docopt</a>, <a href="dragonbasic.html">DragonBASIC</a>, <a href="drakon.html">DRAKON</a>, <a href="easybuild.html">Easybuild</a>, <a href="ec.html">eC</a>, <a href="eco-editor.html">eco-editor</a>, <a href="ecr.html">Embedded Crystal</a>, <a href="edgedb.html">edgedb</a>, <a href="edh.html">Đ</a>, <a href="eff.html">eff</a>, <a href="egison.html">Egison</a>, <a href="eiffel.html">Eiffel</a>, <a href="elena.html">ELENA</a>, <a href="elm.html">Elm</a>, <a href="elpi.html">Elpi</a>, <a href="elvish.html">Elvish</a>, <a href="emojicode.html">Emojicode</a>, <a href="emscripten.html">Emscripten</a>, <a href="enso.html">Enso</a>, <a href="erg.html">erg</a>, <a href="erlang.html">Erlang</a>, <a href="esoteric-reaction.html">Esoteric Reaction</a>, <a href="f-prime.html">F Prime</a>, <a href="fardlang.html">Fardlang</a>, <a href="felix.html">Felix</a>, <a href="fern.html">Fern</a>, <a href="fetlang.html">fetlang</a>, <a href="ffmpeg.html">FFmpeg</a>, <a href="firrtl.html">firrtl</a>, <a href="fish.html">fish</a>, <a href="flame-ir.html">flame-ir</a>, <a href="flare.html">Flare</a>, <a href="flatbuffers.html">FlatBuffers</a>, <a href="flatline.html">Flatline</a>, <a href="floscript.html">FloScript</a>, <a href="flow.html">Flow</a>, <a href="flow9.html">Flow9</a>, <a href="flua.html">flua</a>, <a href="forthscript.html">ForthScript</a>, <a href="frank-lang.html">Frank</a>, <a href="fstar.html">F*</a>, <a href="futhark.html">Futhark</a>, <a href="g-fu.html">g-fu</a>, <a href="gap.html">GAP</a>, <a href="generate-ninja.html">GN</a>, <a href="gforth.html">Gforth</a>, <a href="ghc.html">GHC</a>, <a href="git.html">Git</a>, <a href="glush.html">glush</a>, <a href="go.html">Go</a>, <a href="graph-it.html">GraphIt</a>, <a href="gridstudio-editor.html">gridstudio-editor</a>, <a href="hacspec.html">hacspec</a>, <a href="hakaru.html">hakaru</a>, <a href="hal-format.html">HAL Format</a>, <a href="halide.html">Halide</a>, <a href="harlan.html">harlan</a>, <a href="hasklig.html">hasklig</a>, <a href="haxe.html">Haxe</a>, <a href="hcl.html">HCL</a>, <a href="heron-lang.html">Heron</a>, <a href="hhvm.html">HHVM</a>, <a href="highlightjs.html">highlight.js</a>, <a href="hobbes.html">hobbes</a>, <a href="homa.html">Homa</a>, <a href="hook.html">Hook</a>, <a href="horse64.html">Horse64</a>, <a href="htsql.html">HTSQL</a>, <a href="httplang.html">httplang</a>, <a href="huginn.html">huginn</a>, <a href="humanhash-hash-function.html">humanhash-hash-function</a>, <a href="hurl.html">hurl</a>, <a href="hush.html">Hush</a>, <a href="hvm2.html">HVM2</a>, <a href="hy.html">Hy</a>, <a href="hyperscript-lang.html">Hyperscript</a>, <a href="hyphy.html">HyPhy</a>, <a href="ibis.html">Ibis</a>, <a href="idio.html">Idio</a>, <a href="idris.html">Idris</a>, <a href="imhex.html">ImHex</a>, <a href="impala.html">Impala</a>, <a href="inko.html">inko</a>, <a href="insitux.html">Insitux</a>, <a href="invokator.html">invokator</a>, <a href="ioke.html">Ioke</a>, <a href="iterm2.html">Iterm2</a>, <a href="jakt.html">Jakt</a>, <a href="jal-compiler.html">JAL compiler</a>, <a href="java.html">Java</a>, <a href="jeeves.html">Jeeves</a>, <a href="jelly.html">Jelly</a>, <a href="jesth.html">Jesth</a>, <a href="jinja.html">Jinja</a>, <a href="jq.html">jq</a>, <a href="json-graph-format.html">json-graph-format</a>, <a href="jsonnet.html">Jsonnet</a>, <a href="jsparagus.html">jsparagus</a>, <a href="julia.html">Julia</a>, <a href="juvix.html">juvix</a>, <a href="k-framework.html">k-framework</a>, <a href="kakoune-editor.html">Kakoune</a>, <a href="kalyn.html">Kalyn</a>, <a href="katex.html">KaTeX</a>, <a href="kdl.html">KDL</a>, <a href="keras.html">Keras</a>, <a href="kgl.html">KGL</a>, <a href="koka.html">Koka</a>, <a href="kotlin.html">Kotlin</a>, <a href="kubernetes.html">Kubernetes</a>, <a href="kumir.html">kumir</a>, <a href="kuroko.html">Kuroko</a>, <a href="ladybird.html">Ladybird</a>, <a href="lamderp.html">lamderp</a>, <a href="lean.html">Lean</a>, <a href="leo-editor.html">leo-editor</a>, <a href="lever.html">lever</a>, <a href="lift.html">lift</a>, <a href="ligo.html">Ligo</a>, <a href="lila-lang.html">lila-lang</a>, <a href="lily.html">Lily</a>, <a href="links-programming-language.html">Links</a>, <a href="linux.html">Linux</a>, <a href="lobster.html">lobster</a>, <a href="loci.html">loci</a>, <a href="logica.html">Logica</a>, <a href="luna.html">Luna</a>, <a href="lux.html">Lux</a>, <a href="mal.html">mal</a>, <a href="manim.html">Manim</a>, <a href="markus.html">Markus</a>, <a href="mathics.html">mathics</a>, <a href="matplotlib.html">Matplotlib</a>, <a href="mesh.html">Mesh Spreadsheet</a>, <a href="metalang99.html">Metalang99</a>, <a href="mgmt.html">mgmt</a>, <a href="micro-cpp.html">ΜC++</a>, <a href="microblocks.html">MicroBlocks</a>, <a href="microl.html">microl</a>, <a href="micropython.html">MicroPython</a>, <a href="mimium.html">mimium</a>, <a href="minidsdb.html">Mindsdb</a>, <a href="minilang.html">Minilang</a>, <a href="minizinc.html">MiniZinc</a>, <a href="mochi.html">mochi</a>, <a href="mojo.html">Mojo</a>, <a href="mongodb.html">MongoDB</a>, <a href="monte.html">monte</a>, <a href="moya.html">moya</a>, <a href="mu.html">Mu</a>, <a href="multicodec.html">multicodec</a>, <a href="mycroft.html">mycroft</a>, <a href="myia.html">myia</a>, <a href="mys.html">mys</a>, <a href="nadesiko.html">Nadesiko</a>, <a href="ncl.html">NCAR Command Language</a>, <a href="nestedtext.html">NestedText</a>, <a href="neutron.html">neutron</a>, <a href="never.html">never</a>, <a href="newclay.html">newclay</a>, <a href="nextflow.html">Nextflow</a>, <a href="ngnk.html">ngn/k</a>, <a href="nim.html">Nim</a>, <a href="ninja.html">Ninja</a>, <a href="nit.html">Nit</a>, <a href="nltk.html">Natural Language Toolkit</a>, <a href="nodejs.html">Node.js</a>, <a href="noms-db.html">noms-db</a>, <a href="numba.html">Numba</a>, <a href="numpy.html">NumPy</a>, <a href="nushell.html">Nushell</a>, <a href="nuua.html">Nuua</a>, <a href="nylo.html">nylo</a>, <a href="observable-framework.html">Observable Framework</a>, <a href="obsidian-lang.html">Obsidian</a>, <a href="odin.html">odin</a>, <a href="ohm.html">ohm</a>, <a href="oil.html">oil</a>, <a href="olc.html">Open Location Code</a>, <a href="onnx.html">onnx</a>, <a href="oopsilon.html">oopsilon</a>, <a href="opa.html">Opa</a>, <a href="open-nn.html">OpenNN</a>, <a href="open-shading-language.html">Open Shading Language</a>, <a href="opencv.html">OpenCV</a>, <a href="openverse.html">Openverse</a>, <a href="oxyl.html">Oxyl</a>, <a href="p.html">P</a>, <a href="pact.html">Pact</a>, <a href="pan.html">Pan</a>, <a href="pandas.html">Pandas</a>, <a href="parenthetic.html">parenthetic</a>, <a href="particles.html">Particles</a>, <a href="pcre.html">PCRE</a>, <a href="penrose.html">penrose</a>, <a href="pgbouncer.html">PgBouncer</a>, <a href="phorth.html">phorth</a>, <a href="php.html">PHP</a>, <a href="pipelines.html">pipelines</a>, <a href="plang.html">plang</a>, <a href="please-build.html">Please Build</a>, <a href="pomsky.html">Pomsky</a>, <a href="popr.html">popr</a>, <a href="postgresql.html">PostgreSQL</a>, <a href="pov-ray-sdl.html">POV-Ray SDL</a>, <a href="powershell.html">PowerShell</a>, <a href="project-mentat.html">Project Mentat</a>, <a href="prql.html">PRQL</a>, <a href="psyche-c.html">psyche-c</a>, <a href="pycket.html">Pycket</a>, <a href="pygments.html">Pygments</a>, <a href="pyth.html">Pyth</a>, <a href="python.html">Python</a>, <a href="pytorch.html">PyTorch</a>, <a href="quint.html">Quint</a>, <a href="racket.html">Racket</a>, <a href="recfiles.html">Recfiles</a>, <a href="redis.html">Redis</a>, <a href="redprl.html">redprl</a>, <a href="retdec.html">RetDec</a>, <a href="revolution-programming-language.html">Revolution</a>, <a href="rholang.html">Rholang</a>, <a href="ricscript.html">RicScript</a>, <a href="rita.html">Rita</a>, <a href="robotframework.html">RobotFramework</a>, <a href="roc.html">Roc</a>, <a href="rocksdb.html">RocksDB</a>, <a href="rockstar.html">Rockstar</a>, <a href="rosie.html">rosie</a>, <a href="roy.html">roy</a>, <a href="ruby.html">Ruby</a>, <a href="rust.html">Rust</a>, <a href="rye.html">Rye</a>, <a href="sanddance.html">SandDance</a>, <a href="savi.html">Savi</a>, <a href="scikit-learn.html">Scikit-learn</a>, <a href="scipy.html">SciPy</a>, <a href="score.html">score</a>, <a href="scroll.html">Scroll</a>, <a href="seq.html">Seq</a>, <a href="setlx.html">setlx</a>, <a href="shiv.html">shiv</a>, <a href="simit.html">Simit</a>, <a href="simple-binary-encoding.html">Simple Binary Encoding</a>, <a href="skip.html">skip</a>, <a href="skulpt.html">skulpt</a>, <a href="smpl.html">Semantic Patch Language</a>, <a href="snowball-programming-language.html">Snowball</a>, <a href="solidity.html">Solidity</a>, <a href="sophia.html">Sophia</a>, <a href="sophie.html">Sophie</a>, <a href="souper.html">souper</a>, <a href="sourcepawn.html">SourcePawn</a>, <a href="spatial.html">Spatial</a>, <a href="speedie.html">Speedie</a>, <a href="spiral.html">spiral</a>, <a href="spry.html">spry</a>, <a href="sqlalchemy.html">Sqlalchemy</a>, <a href="sqrl.html">SQRL</a>, <a href="squirrel.html">Squirrel</a>, <a href="stacklang.html">stacklang</a>, <a href="starlark.html">starlark</a>, <a href="stencil.html">Stencil</a>, <a href="stoneknifeforth.html">stoneknifeforth</a>, <a href="subleq.html">Subleq</a>, <a href="sugar.html">Sugar</a>, <a href="sugartex.html">sugartex</a>, <a href="swi-prolog.html">SWI Prolog</a>, <a href="swift.html">Swift</a>, <a href="sympy.html">SymPy</a>, <a href="taichi.html">Taichi</a>, <a href="tamgu.html">tamgu</a>, <a href="tampio.html">tampio</a>, <a href="tangledown.html">tangledown</a>, <a href="tea-pl.html">Tea</a>, <a href="tensorflow.html">TensorFlow</a>, <a href="testml.html">TestML</a>, <a href="tiledb.html">tiledb</a>, <a href="tldr.html">tldr</a>, <a href="toi.html">Toi</a>, <a href="toml.html">TOML</a>, <a href="tornado.html">tornado</a>, <a href="triton.html">Triton</a>, <a href="truck.html">truck</a>, <a href="tuplemarkup.html">tuplemarkup</a>, <a href="twtxt.html">twtxt</a>, <a href="ucl.html">UCL</a>, <a href="uno.html">Uno</a>, <a href="urweb.html">UrWeb</a>, <a href="uxf.html">Uniform eXchange Format</a>, <a href="v-golf.html">V</a>, <a href="v.html">V</a>, <a href="v8.html">v8</a>, <a href="vale-assembly.html">Vale</a>, <a href="vale.html">Vale</a>, <a href="vcpkg-pm.html">Vcpkg</a>, <a href="vigil.html">Vigil</a>, <a href="virgil.html">Virgil</a>, <a href="vlc.html">VLC</a>, <a href="vsxu.html">VSXu</a>, <a href="vyper.html">vyper</a>, <a href="vyxal.html">Vyxal</a>, <a href="wasm.html">WebAssembly</a>, <a href="wasmer.html">wasmer</a>, <a href="wax.html">Wax</a>, <a href="wenyan.html">文言文編程語言</a>, <a href="whack.html">whack</a>, <a href="wing.html">Wing</a>, <a href="wiredtiger.html">WiredTiger</a>, <a href="wlambda.html">WLambda</a>, <a href="wonkey.html">Wonkey</a>, <a href="workfl.html">Workfl</a>, <a href="wren.html">Wren</a>, <a href="wyvern.html">Wyvern</a>, <a href="xarray.html">Xarray</a>, <a href="xgboost-model.html">Xgboost</a>, <a href="xgboost.html">XGBoost</a>, <a href="xl-lang.html">XL</a>, <a href="xlwings-editor.html">xlwings-editor</a>, <a href="yamp.html">YAMP</a>, <a href="yang.html">YANG</a>, <a href="yara.html">YARA</a>, <a href="yasl.html">Yet Another Scripting Language</a>, <a href="zig.html">Zig</a> ```Example from <a href='https://godbolt.org/'>Compiler Explorer</a>: def square(num): return num * num ``` ```Example from <a href='https://riju.codes/python'>Riju</a>: print("Hello, world!") ``` ```Example from <a href='https://github.com/tree-sitter/tree-sitter-python'>Linguist</a>: #!/usr/bin/env python2.4 print "Python" ``` ```Python <a href="../lists/keywords.html#q=python">Keywords</a> and as assert break class continue def del elif else except False finally for from global if import in is lambda None nonlocal not or pass raise return True try while with yield ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Standard Library FeatureLink ../features/hasStandardLibrary.html Supported <span class="hasFeature">✓</span> Example print("Hello, World!") Token row Feature Scientific Notation FeatureLink ../features/hasScientificNotation.html Supported <span class="hasFeature">✓</span> Example Token row Feature Binary Literals FeatureLink ../features/hasBinaryNumbers.html Supported <span class="hasFeature">✓</span> Example # 0[bB](?:_?[01])+ Token row Feature Floats FeatureLink ../features/hasFloats.html Supported <span class="hasFeature">✓</span> Example # (\d(?:_?\d)*\.(?:\d(?:_?\d)*)?|(?:\d(?:_?\d)*)?\.\d(?:_?\d)*)([eE][+-]?\d(?:_?\d)*)? Token row Feature Hexadecimals FeatureLink ../features/hasHexadecimals.html Supported <span class="hasFeature">✓</span> Example # 0[xX](?:_?[a-fA-F0-9])+ Token row Feature Octals FeatureLink ../features/hasOctals.html Supported <span class="hasFeature">✓</span> Example # 0[oO](?:_?[0-7])+ Token row Feature Functions FeatureLink ../features/hasFunctions.html Supported <span class="hasFeature">✓</span> Example Token row Feature While Loops FeatureLink ../features/hasWhileLoops.html Supported <span class="hasFeature">✓</span> Example Token row Feature Case Sensitivity FeatureLink ../features/isCaseSensitive.html Supported <span class="hasFeature">✓</span> Example Token row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token print row Feature Threads FeatureLink ../features/hasThreads.html Supported <span class="hasFeature">✓</span> Example Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example # A comment Token # row Feature Dispose Blocks Pattern FeatureLink ../features/hasDisposeBlocks.html Supported <span class="hasFeature">✓</span> Example with resource_context_manager() as resource: # Perform actions with the resource. # Perform other actions where the resource is guaranteed to be deallocated. Token row Feature Zero-based numbering FeatureLink ../features/hasZeroBasedNumbering.html Supported <span class="hasFeature">✓</span> Example Token row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "hello world" Token row Feature Inheritance FeatureLink ../features/hasInheritance.html Supported <span class="hasFeature">✓</span> Example class SumComputer(object): def __init__(self, a, b): self.a = a self.b = b def transform(self, x): raise NotImplementedError def inputs(self): return range(self.a, self.b) def compute(self): return sum(self.transform(value) for value in self.inputs()) class SquareSumComputer(SumComputer): def transform(self, x): return x * x class CubeSumComputer(SumComputer): def transform(self, x): return x * x * x Token row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="hasFeature">✓</span> Example class Person (object): def __init__(self, name): self.name = name Token row Feature Operator Overloading FeatureLink ../features/hasOperatorOverloading.html Supported <span class="hasFeature">✓</span> Example # Python Program illustrate how # to overload an binary + operator class A: def __init__(self, a): self.a = a # adding two objects def __add__(self, o): return self.a + o.a ob1 = A(1) ob2 = A(2) ob3 = A("Geeks") ob4 = A("For") print(ob1 + ob2) print(ob3 + ob4) Token row Feature Multiple Inheritance FeatureLink ../features/hasMultipleInheritance.html Supported <span class="hasFeature">✓</span> Example class Base1: pass class Base2: pass class MultiDerived(Base1, Base2): pass # Or multilevel inheritance: class Base: pass class Derived1(Base): pass class Derived2(Derived1): pass Token row Feature Lists FeatureLink ../features/hasLists.html Supported <span class="hasFeature">✓</span> Example myList = [1, 2, 3, 4, 5] Token row Feature Integers FeatureLink ../features/hasIntegers.html Supported <span class="hasFeature">✓</span> Example pldb = 80766866 Token row Feature Multiline Strings FeatureLink ../features/hasMultilineStrings.html Supported <span class="hasFeature">✓</span> Example template = """This is the first line. This is the second line. This is the third line.""" Token row Feature Mixins FeatureLink ../features/hasMixins.html Supported <span class="hasFeature">✓</span> Example # https://easyaspython.com/mixins-for-fun-and-profit-cb9962760556 class EssentialFunctioner(LoggerMixin, object): Token row Feature Iterators FeatureLink ../features/hasIterators.html Supported <span class="hasFeature">✓</span> Example https://www.w3schools.com/python/python_iterators.asp Token row Feature Infix Notation FeatureLink ../features/hasInfixNotation.html Supported <span class="hasFeature">✓</span> Example seven = 3 + 4 Token row Feature File Imports FeatureLink ../features/hasImports.html Supported <span class="hasFeature">✓</span> Example import datetime oTime = datetime.datetime.now() from my_pkg import my_funcs Token row Feature Assignment FeatureLink ../features/hasAssignment.html Supported <span class="hasFeature">✓</span> Example name = "John" Token = row Feature Directives FeatureLink ../features/hasDirectives.html Supported <span class="hasFeature">✓</span> Example from __future__ import feature # coding=<encoding name> Token row Feature Generators FeatureLink ../features/hasGenerators.html Supported <span class="hasFeature">✓</span> Example https://wiki.python.org/moin/Generators Token row Feature Constructors FeatureLink ../features/hasConstructors.html Supported <span class="hasFeature">✓</span> Example Token row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example ''' A comment. ''' Token ''' row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example # A comment Token row Feature Conditionals FeatureLink ../features/hasConditionals.html Supported <span class="hasFeature">✓</span> Example if True: print("Hello world") Token row Feature Classes FeatureLink ../features/hasClasses.html Supported <span class="hasFeature">✓</span> Example class Person (object): def __init__(self, name): self.name = name Token row Feature Booleans FeatureLink ../features/hasBooleans.html Supported <span class="hasFeature">✓</span> Example Token True False row Feature Dynamic Properties FeatureLink ../features/hasDynamicProperties.html Supported <span class="hasFeature">✓</span> Example class Person (object): def __init__(self, name): self.name = name person = Person("John") person.age = 50 Token row Feature Symbol Tables FeatureLink ../features/hasSymbolTables.html Supported <span class="hasFeature">✓</span> Example # https://eli.thegreenplace.net/2010/09/18/python-internals-symbol-tables-part-1 Token row Feature Shebang FeatureLink ../features/canDoShebang.html Supported <span class="hasFeature">✓</span> Example #!/usr/bin/env python Token row Feature Bitwise Operators FeatureLink ../features/hasBitWiseOperators.html Supported <span class="hasFeature">✓</span> Example x << y Token row Feature Ternary operators FeatureLink ../features/hasTernaryOperators.html Supported <span class="hasFeature">✓</span> Example print(1 if 1 else 0) Token row Feature Single Dispatch FeatureLink ../features/hasSingleDispatch.html Supported <span class="hasFeature">✓</span> Example Token row Feature Duck Typing FeatureLink ../features/hasDuckTyping.html Supported <span class="hasFeature">✓</span> Example Token row Feature Disk Output FeatureLink ../features/canWriteToDisk.html Supported <span class="hasFeature">✓</span> Example with open('helloworld.txt', 'w') as filehandle: filehandle.write('Hello, world!\n') Token row Feature Units of Measure FeatureLink ../features/hasUnitsOfMeasure.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Pointers FeatureLink ../features/hasPointers.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Case Insensitive Identifiers FeatureLink ../features/hasCaseInsensitiveIdentifiers.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Regular Expression Syntax Sugar FeatureLink ../features/hasRegularExpressionsSyntaxSugar.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Enums FeatureLink ../features/hasEnums.html Supported <span class="doesNotHaveFeature">X</span> Example # Though there is an Enum class in stdlib https://peps.python.org/pep-0435/ Token row Feature Macros FeatureLink ../features/hasMacros.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Variable Substitution Syntax FeatureLink ../features/hasVariableSubstitutionSyntax.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 11/14/2024 5178 25.9
Hjson - Data notation Hjson ===== Hjson is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22dataNotation%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">data notation</a> created in 2014 by Christian Zangl. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222014%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2014 https://pldb.io/concepts/../lists/creators.html#q=Christian%20Zangl Christian Zangl #284 on PLDB 11 Years Old ```Download source code: git clone https://github.com/hjson/hjson ``` Hjson is a syntax extension to JSON. It's NOT a proposal to replace JSON or to incorporate it into the JSON spec itself. It's intended to be used like a user interface for humans, to read and edit before passing the JSON data to the machine. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"dataNotation"%5D%7D%5D%2C"logic"%3A"AND"%7D'>dataNotation</a> - Hjson is developed on <a href="https://github.com/hjson/hjson">GitHub</a> and has 2,647 stars - Early development of Hjson happened in <a href="../lists/labs.html#q=https://github.com/hjson">https://github.com/hjson</a> - Hjson is written in <a href="json.html">JSON</a>, <a href="html.html">HTML</a>, <a href="markdown.html">Markdown</a>, <a href="javascript.html">JavaScript</a>, <a href="css.html">CSS</a>, <a href="xml.html">XML</a>, <a href="svg.html">SVG</a>, <a href="bash.html">Bash</a> - <a href="https://hjson.github.io/">hjson.org</a> was registered in 2015 ```Example from the web: { # hash style comments # (because it's just one character) // line style comments // (because it's like C/JavaScript/...) /* block style comments because it allows you to comment out a block */ # Everything you do in comments, # stays in comments ;-} } ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example /* A comment */ Token /* */ row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example # A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example # A comment Token # row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 11/12/2024 469 2.3
IRC - Protocol IRC === IRC, aka Internet Relay Chat, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22protocol%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">protocol</a> created in 1988. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221988%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1988 #1659 on PLDB 37 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"protocol"%5D%7D%5D%2C"logic"%3A"AND"%7D'>protocol</a> - Early development of IRC happened in <a href="../lists/labs.html#q=University of Oulu">University of Oulu</a> - There are 15,000 members in the <a href="https://www.reddit.com/r/irc">IRC subreddit</a> Built with Scroll v170.4.1 11/11/2024 212 1.1
WebGL - Library WebGL ===== WebGL is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22library%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">library</a> created in 2011. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222011%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2011 #1458 on PLDB 14 Years Old WebGL (Web Graphics Library) is a JavaScript API for rendering interactive 2D and 3D graphics within any compatible web browser without the use of plug-ins. WebGL is integrated completely into all the web standards of the browser allowing GPU accelerated usage of physics and image processing and effects as part of the web page canvas. WebGL elements can be mixed with other HTML elements and composited with other parts of the page or page background. Read more on Wikipedia... https://en.wikipedia.org/wiki/WebGL Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"library"%5D%7D%5D%2C"logic"%3A"AND"%7D'>library</a> - Early development of WebGL happened in <a href="../lists/labs.html#q=Khronos Group">Khronos Group</a> - See also: (11 related languages) <a href="html.html">HTML</a>, <a href="css.html">CSS</a>, <a href="javascript.html">JavaScript</a>, <a href="glsl.html">GLSL</a>, <a href="c.html">C</a>, <a href="ios.html">iOS</a>, <a href="unity-engine.html">Unity</a>, <a href="typescript.html">TypeScript</a>, <a href="asmjs.html">Asm.js</a>, <a href="actionscript.html">ActionScript</a>, <a href="vrml.html">VRML</a> Built with Scroll v170.4.1 11/10/2024 351 1.8
AT Protocol - Protocol AT Protocol =========== AT Protocol, aka Authenticated Transfer Protocol, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22protocol%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">protocol</a> created in 2022. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222022%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2022 #624 on PLDB 3 Years Old ```Download source code: git clone https://github.com/bluesky-social/atproto ``` A generic federated protocol for building open social media applications. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"protocol"%5D%7D%5D%2C"logic"%3A"AND"%7D'>protocol</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"microblogging"%5D%7D%5D%2C"logic"%3A"AND"%7D'>microblogging</a> - AT Protocol is developed on <a href="https://github.com/bluesky-social/atproto">GitHub</a> and has 5,797 stars - AT Protocol is written in <a href="typescript.html">TypeScript</a>, <a href="json.html">JSON</a>, <a href="markdown.html">Markdown</a>, <a href="javascript.html">JavaScript</a>, <a href="yaml.html">YAML</a>, <a href="handlebars.html">Handlebars</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="protobuf.html">Protocol Buffers</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="css.html">CSS</a>, <a href="make.html">Make</a> Built with Scroll v170.4.1 11/08/2024 333 1.7
tsar - Programming language tsar ==== tsar is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2019 by Adam McDaniel. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222019%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2019 https://pldb.io/concepts/../lists/creators.html#q=Adam%20McDaniel Adam McDaniel #3652 on PLDB 6 Years Old ```Download source code: git clone https://github.com/adam-mcdaniel/tsar ``` Tsar programming language - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - tsar is developed on <a href="https://github.com/adam-mcdaniel/tsar">GitHub</a> and has 13 stars - tsar is written in <a href="rust.html">Rust</a>, <a href="markdown.html">Markdown</a>, <a href="toml.html">TOML</a> Built with Scroll v170.4.1 11/04/2024 242 1.2
Sage - Programming language Sage ==== Sage is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2022 by Adam McDaniel. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222022%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2022 https://pldb.io/concepts/../lists/creators.html#q=Adam%20McDaniel Adam McDaniel #1074 on PLDB 3 Years Old ```Download source code: git clone https://github.com/adam-mcdaniel/sage ``` Sage is a compiled language for anything from OS-dev to the web! - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Sage is developed on <a href="https://github.com/adam-mcdaniel/sage">GitHub</a> and has 466 stars ```Example from the web: println("Hello, world!"); ``` Built with Scroll v170.4.1 11/03/2024 239 1.2
Open Location Code - Geo code Open Location Code ================== Open Location Code, aka Open Location Code, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22geoCode%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">geo code</a> created in 2014. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222014%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2014 #649 on PLDB 11 Years Old ```Download source code: git clone https://github.com/google/open-location-code ``` Simple, free to use, open-source digital addressing, for the entire world. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"geoCode"%5D%7D%5D%2C"logic"%3A"AND"%7D'>geoCode</a> - Open Location Code is developed on <a href="https://github.com/google/open-location-code">GitHub</a> and has 4,098 stars - Early development of Open Location Code happened in <a href="../lists/labs.html#q=Google">Google</a> - Open Location Code is written in <a href="java.html">Java</a>, <a href="markdown.html">Markdown</a>, <a href="xml.html">XML</a>, <a href="go.html">Go</a>, <a href="javascript.html">JavaScript</a>, <a href="dart.html">Dart</a>, <a href="bazel.html">Bazel</a>, <a href="json.html">JSON</a>, <a href="rust.html">Rust</a>, <a href="cpp.html">C++</a>, <a href="ruby.html">Ruby</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="html.html">HTML</a>, <a href="c.html">C</a>, <a href="python.html">Python</a>, <a href="yaml.html">YAML</a>, <a href="csv.html">CSV</a>, <a href="gradle.html">Gradle</a>, <a href="asciidoc.html">AsciiDoc</a>, <a href="sql.html">SQL</a>, <a href="visual-basic.html">Visual Basic</a>, <a href="bash.html">Bash</a>, <a href="css.html">CSS</a>, <a href="make.html">Make</a>, <a href="toml.html">TOML</a> Built with Scroll v170.4.1 11/03/2024 403 2
IPFS - Protocol IPFS ==== IPFS, aka InterPlanetary File System, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22protocol%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">protocol</a> created in 2015 by Juan Benet. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222015%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2015 https://pldb.io/concepts/../lists/creators.html#q=Juan%20Benet Juan Benet #168 on PLDB 10 Years Old ```Download source code: git clone https://github.com/ipfs/ipfs ``` IPFS is an open system to manage data without a central server. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"protocol"%5D%7D%5D%2C"logic"%3A"AND"%7D'>protocol</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"cryptoProtocol"%5D%7D%5D%2C"logic"%3A"AND"%7D'>cryptoProtocol</a> - IPFS is developed on <a href="https://github.com/ipfs/ipfs">GitHub</a> and has 22,610 stars - Early development of IPFS happened in <a href="../lists/labs.html#q=https://protocol.ai">https://protocol.ai</a> - IPFS is written in <a href="yaml.html">YAML</a>, <a href="markdown.html">Markdown</a> - <a href="https://github.com/ipfs/papers/raw/master/ipfs-cap2pfs/ipfs-p2p-file-system.pdf">First announcement of</a> IPFS - There are 16,000 members in the <a href="https://www.reddit.com/r/ipfs/">IPFS subreddit</a> - 1 PLDB concepts link to IPFS: <a href="filecoin.html">Filecoin</a> Built with Scroll v170.4.1 11/03/2024 357 1.8
Blossom - Protocol Blossom ======= Blossom is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22protocol%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">protocol</a> created in 2024. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222024%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2024 #2672 on PLDB 1 Years Old ```Download source code: git clone https://github.com/hzrd149/blossom ``` Blobs stored simply on mediaservers. Blossom is a spec for a set of HTTP endpoints that allow users to store blobs of data on publicly accessible servers - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"protocol"%5D%7D%5D%2C"logic"%3A"AND"%7D'>protocol</a> - Blossom is developed on <a href="https://github.com/hzrd149/blossom">GitHub</a> and has 88 stars - Blossom is written in <a href="markdown.html">Markdown</a> Built with Scroll v170.4.1 11/03/2024 235 1.2
World Geodetic System - Geo code World Geodetic System ===================== World Geodetic System, aka World Geodetic System, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22geoCode%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">geo code</a> created in 1984. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221984%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1984 #3323 on PLDB 41 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"geoCode"%5D%7D%5D%2C"logic"%3A"AND"%7D'>geoCode</a> - Early development of World Geodetic System happened in <a href="../lists/labs.html#q=USNGA">USNGA</a> Built with Scroll v170.4.1 11/03/2024 197 1
MoonBit - Programming language MoonBit ======= MoonBit is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2022 by Hongbo Zhang. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222022%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2022 https://pldb.io/concepts/../lists/creators.html#q=Hongbo%20Zhang Hongbo Zhang #273 on PLDB 3 Years Old ```Download source code: git clone https://github.com/moonbitlang/core ``` Intelligent developer platform for Cloud and Edge using WASM. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - MoonBit is developed on <a href="https://github.com/moonbitlang/core">GitHub</a> and has 616 stars - Early development of MoonBit happened in <a href="../lists/labs.html#q=International Digital Economy Academy">International Digital Economy Academy</a> - <a href="rust.html">Rust</a> and <a href="go.html">Go</a> influenced the design of MoonBit - MoonBit is written in <a href="moonbit.html">MoonBit</a>, <a href="json.html">JSON</a>, <a href="markdown.html">Markdown</a>, <a href="yaml.html">YAML</a>, <a href="toml.html">TOML</a>, <a href="bourne-shell.html">Bourne shell</a> - 1 PLDB concepts link to MoonBit: <a href="moonbit.html">MoonBit</a> ```Example from the web: fn main { println(@lib.hello()) } ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Interfaces FeatureLink ../features/hasInterfaces.html Supported <span class="hasFeature">✓</span> Example trait Number { op_add(Self, Self) -> Self op_mul(Self, Self) -> Self } Token row Feature Access Modifiers FeatureLink ../features/hasAccessModifiers.html Supported <span class="hasFeature">✓</span> Example pub struct R2 { // 显式的公共结构 x: Int // 隐式的公共字段 pub y: Int // WARNING: `pub` 是多余的! priv z: Int // 显式的私有字段 } Token row Feature Exceptions FeatureLink ../features/hasExceptions.html Supported <span class="hasFeature">✓</span> Example type! DivError String fn div(x: Int, y: Int) -> Int!DivError { if y == 0 { raise DivError("division by zero") } x / y } Token row Feature Bitwise Operators FeatureLink ../features/hasBitWiseOperators.html Supported <span class="hasFeature">✓</span> Example 1 & 0 Token row Feature Pipes FeatureLink ../features/hasPipes.html Supported <span class="hasFeature">✓</span> Example fn init { x |> f // 等价于 f(x) x |> f(y) // 等价于 f(x, y) } Token row Feature Operator Overloading FeatureLink ../features/hasOperatorOverloading.html Supported <span class="hasFeature">✓</span> Example struct T { x:Int } derive(Show) fn op_add(self: T, other: T) -> T { { x: self.x + other.x } } fn main { let a = { x:0, } let b = { x:2, } println(a + b) } Token row Feature Pattern Matching FeatureLink ../features/hasPatternMatching.html Supported <span class="hasFeature">✓</span> Example Token row Feature Type Aliases FeatureLink ../features/hasTypeAliases.html Supported <span class="hasFeature">✓</span> Example pub typealias Index = Int typealias MapString[X] = Map[String, X] Token row Feature Functions FeatureLink ../features/hasFunctions.html Supported <span class="hasFeature">✓</span> Example fn main { } Token row Feature Enums FeatureLink ../features/hasEnums.html Supported <span class="hasFeature">✓</span> Example enum Relation { Smaller Greater Equal } Token row Feature Structs FeatureLink ../features/hasStructs.html Supported <span class="hasFeature">✓</span> Example struct User { id: Int name: String mut email: String } Token row Feature Maps FeatureLink ../features/hasMaps.html Supported <span class="hasFeature">✓</span> Example let map : Map[String, Int] = { "x": 1, "y": 2, "z": 3 } Token row Feature Hexadecimals FeatureLink ../features/hasHexadecimals.html Supported <span class="hasFeature">✓</span> Example 0XA Token row Feature Octals FeatureLink ../features/hasOctals.html Supported <span class="hasFeature">✓</span> Example 0o1234 Token row Feature Floats FeatureLink ../features/hasFloats.html Supported <span class="hasFeature">✓</span> Example 3.14 Token row Feature Integers FeatureLink ../features/hasIntegers.html Supported <span class="hasFeature">✓</span> Example 42 Token row Feature Booleans FeatureLink ../features/hasBooleans.html Supported <span class="hasFeature">✓</span> Example let a = true Token Built with Scroll v170.4.1 11/03/2024 711 3.6
Baudot Code - Character encoding Baudot Code =========== Baudot Code is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22characterEncoding%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">character encoding</a> created in 1870 by Émile Baudot. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221870%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1870 https://pldb.io/concepts/../lists/creators.html#q=%C3%89mile%20Baudot Émile Baudot #4688 on PLDB 155 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"characterEncoding"%5D%7D%5D%2C"logic"%3A"AND"%7D'>characterEncoding</a> Built with Scroll v170.4.1 11/03/2024 190 0.9
Metalang99 - Programming language Metalang99 ========== Metalang99 is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2021 by hirrolot. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222021%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2021 https://pldb.io/concepts/../lists/creators.html#q=hirrolot hirrolot #867 on PLDB 4 Years Old ```Download source code: git clone https://github.com/hirrolot/metalang99 ``` Metalang99: A functional language for C99 preprocessor metaprogramming - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Metalang99 is developed on <a href="https://github.com/hirrolot/metalang99">GitHub</a> and has 840 stars - Early development of Metalang99 happened in <a href="../lists/labs.html#q=https://github.com/hirrolot/metalang99/issues">https://github.com/hirrolot/metalang99/issues</a> - Metalang99 is written in <a href="c.html">C</a>, <a href="restructuredtext.html">reStructuredText</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="markdown.html">Markdown</a>, <a href="cmake.html">CMake</a>, <a href="tex.html">Tex</a>, <a href="yaml.html">YAML</a>, <a href="python.html">Python</a>, <a href="make.html">Make</a> - Read more about Metalang99 on the web: 1. https://reddit.com/r/ProgrammingLanguages/comments/lswnya/metalang99_a_functional_language_for_c99/ 1. Built with Scroll v170.4.1 10/31/2024 322 1.6
Flow - Programming language Flow ==== Flow is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2014 by Avik Chaudhuri. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222014%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2014 https://pldb.io/concepts/../lists/creators.html#q=Avik%20Chaudhuri Avik Chaudhuri #120 on PLDB 11 Years Old ```Download source code: git clone https://github.com/facebook/flow ``` Javascript with static type checking. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Flow is developed on <a href="https://github.com/facebook/flow">GitHub</a> and has 22,082 stars - Early development of Flow happened in <a href="../lists/labs.html#q=Facebook">Facebook</a> - Flow is written in <a href="javascript.html">JavaScript</a>, <a href="json.html">JSON</a>, <a href="ocaml.html">OCaml</a>, <a href="expect.html">Expect</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="diff.html">Diff</a>, <a href="markdown.html">Markdown</a>, <a href="c.html">C</a>, <a href="css.html">CSS</a>, <a href="make.html">Make</a>, <a href="cpp.html">C++</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="svg.html">SVG</a>, <a href="jsx.html">JSX</a>, <a href="yaml.html">YAML</a>, <a href="bash.html">Bash</a>, <a href="powershell.html">PowerShell</a>, <a href="python.html">Python</a> - <a href="https://flow.org/">flow.org</a> was registered in 2002 - 1 PLDB concepts link to Flow: <a href="civet.html">Civet</a> ```Example from the web: // @flow function square(n: number): number { return n * n; } square("2"); // Error! ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token // row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 10/31/2024 449 2.2
RamdaScript - Programming language RamdaScript =========== RamdaScript is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2016 by Yosbel Marin. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222016%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2016 https://pldb.io/concepts/../lists/creators.html#q=Yosbel%20Marin Yosbel Marin #1483 on PLDB 9 Years Old ```Download source code: git clone https://github.com/yosbelms/ramdascript ``` :ram: Lisp that compiles to JavaScript in the Ramda way - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - RamdaScript is developed on <a href="https://github.com/yosbelms/ramdascript">GitHub</a> and has 133 stars - RamdaScript compiles to <a href="javascript.html">JavaScript</a> - RamdaScript is written in <a href="javascript.html">JavaScript</a>, <a href="markdown.html">Markdown</a>, <a href="html.html">HTML</a>, <a href="yacc.html">Yacc</a>, <a href="json.html">JSON</a>, <a href="lex.html">Lex</a>, <a href="yaml.html">YAML</a>, <a href="bourne-shell.html">Bourne shell</a> Built with Scroll v170.4.1 10/29/2024 288 1.4
TempleOS - Operating system TempleOS ======== TempleOS is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22os%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">operating system</a> created in 2005 by Terry A. Davis. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222005%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2005 https://pldb.io/concepts/../lists/creators.html#q=Terry%20A.%20Davis Terry A. Davis #2455 on PLDB 20 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"os"%5D%7D%5D%2C"logic"%3A"AND"%7D'>operating system</a> Built with Scroll v170.4.1 10/29/2024 193 1
Drupal - Application Drupal ====== Drupal is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22application%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">application</a> created in 2000 by Dries Buytaert. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222000%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2000 https://pldb.io/concepts/../lists/creators.html#q=Dries%20Buytaert Dries Buytaert #159 on PLDB 25 Years Old ```Download source code: git clone https://git.drupalcode.org/project/drupal ``` Drupal is a free and open source content-management framework written in PHP and distributed under the GNU General Public License. Drupal provides a back-end framework for at least 2.3% of all web sites worldwide – ranging from personal blogs to corporate, political, and government sites. Systems also use Drupal for knowledge management and for business collaboration. Read more on Wikipedia... https://en.wikipedia.org/wiki/Drupal Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"application"%5D%7D%5D%2C"logic"%3A"AND"%7D'>application</a> - Early development of Drupal happened in <a href="../lists/labs.html#q=Drupal community">Drupal community</a> - Drupal is written in <a href="php.html">PHP</a>, <a href="yaml.html">YAML</a>, <a href="javascript.html">JavaScript</a>, <a href="twig.html">Twig</a>, <a href="css.html">CSS</a>, <a href="svg.html">SVG</a>, <a href="xml.html">XML</a>, <a href="json.html">JSON</a>, <a href="pascal.html">Pascal</a>, <a href="html.html">HTML</a>, <a href="csv.html">CSV</a>, <a href="markdown.html">Markdown</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="sql.html">SQL</a> - There are 17,000 members in the <a href="https://www.reddit.com/r/drupal/">Drupal subreddit</a> - <a href="https://www.drupal.org">drupal.org</a> was registered in 2001 - See also: (6 related languages) <a href="php.html">PHP</a>, <a href="gettext.html">Gettext Catalog</a>, <a href="twig.html">Twig</a>, <a href="html.html">HTML</a>, <a href="wordpress.html">WordPress</a>, <a href="mysql.html">MySQL</a> Built with Scroll v170.4.1 10/29/2024 451 2.3
Xarray - Library Xarray ====== Xarray is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22library%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">library</a> created in 2013 by Maximilian Roos. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222013%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2013 https://pldb.io/concepts/../lists/creators.html#q=Maximilian%20Roos Maximilian Roos #381 on PLDB 12 Years Old ```Download source code: git clone https://github.com/pydata/xarray ``` Xarray is an open source project and Python package that introduces labels in the form of dimensions, coordinates, and attributes on top of raw NumPy-like arrays, which allows for more intuitive, more concise, and less error-prone user experience. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"library"%5D%7D%5D%2C"logic"%3A"AND"%7D'>library</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"dataVis"%5D%7D%5D%2C"logic"%3A"AND"%7D'>data visualization grammar</a> - Xarray is developed on <a href="https://github.com/pydata/xarray">GitHub</a> and has 3,528 stars - Xarray is written in <a href="python.html">Python</a>, <a href="restructuredtext.html">reStructuredText</a>, <a href="yaml.html">YAML</a>, <a href="markdown.html">Markdown</a>, <a href="jupyter-notebook.html">Jupyter Notebook</a>, <a href="svg.html">SVG</a>, <a href="css.html">CSS</a>, <a href="json.html">JSON</a>, <a href="toml.html">TOML</a>, <a href="make.html">Make</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="html.html">HTML</a> Built with Scroll v170.4.1 10/29/2024 377 1.9
Web3.js - Library Web3.js ======= Web3.js is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22library%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">library</a> created in 2014 by Fabian Vogelsteller. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222014%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2014 https://pldb.io/concepts/../lists/creators.html#q=Fabian%20Vogelsteller Fabian Vogelsteller #1270 on PLDB 11 Years Old ```Download source code: git clone https://github.com/web3/web3.js ``` Collection of comprehensive TypeScript libraries for Interaction with the Ethereum JSON RPC API and utility functions. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"library"%5D%7D%5D%2C"logic"%3A"AND"%7D'>library</a> - Web3.js is developed on <a href="https://github.com/web3/web3.js">GitHub</a> and has 19,182 stars - Web3.js is written in <a href="typescript.html">TypeScript</a>, <a href="markdown.html">Markdown</a>, <a href="json.html">JSON</a>, <a href="javascript.html">JavaScript</a>, <a href="yaml.html">YAML</a>, <a href="solidity.html">Solidity</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="svg.html">SVG</a>, <a href="html.html">HTML</a>, <a href="css.html">CSS</a> Built with Scroll v170.4.1 10/29/2024 302 1.5
sporth - Programming language sporth ====== sporth is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2015. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222015%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2015 #1855 on PLDB 10 Years Old ```Download source code: git clone https://github.com/PaulBatchelor/Sporth ``` A small stack-based audio language. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - sporth is developed on <a href="https://github.com/PaulBatchelor/Sporth">GitHub</a> and has 12 stars - Early development of sporth happened in <a href="../lists/labs.html#q=https://github.com/PaulBatchelor/sporth/issues">https://github.com/PaulBatchelor/sporth/issues</a> - sporth is written in <a href="c.html">C</a>, <a href="scheme.html">Scheme</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="make.html">Make</a>, <a href="markdown.html">Markdown</a>, <a href="cpp.html">C++</a>, <a href="perl.html">Perl</a>, <a href="vim-script.html">Vim script</a>, <a href="lua.html">Lua</a>, <a href="ini.html">Ini</a> - Read more about sporth on the web: 1. https://pbat.ch/proj/cook/ 1. Built with Scroll v170.4.1 10/29/2024 313 1.6
Space - Data notation Space ===== Space is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22dataNotation%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">data notation</a> created in 2013 by Breck Yunits. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222013%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2013 https://pldb.io/concepts/../lists/creators.html#q=Breck%20Yunits Breck Yunits #1655 on PLDB 12 Years Old ```Download source code: git clone https://github.com/breck7/note ``` Space is a lightweight language for objects. Space is like XML or JSON, with less punctuation and more power. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"dataNotation"%5D%7D%5D%2C"logic"%3A"AND"%7D'>dataNotation</a> - Space is developed on <a href="https://github.com/breck7/note">GitHub</a> and has 8 stars - Early development of Space happened in <a href="../lists/labs.html#q=Nudgepad">Nudgepad</a> - Space is written in <a href="javascript.html">JavaScript</a>, <a href="html.html">HTML</a>, <a href="css.html">CSS</a>, <a href="markdown.html">Markdown</a>, <a href="json.html">JSON</a>, <a href="make.html">Make</a>, <a href="yaml.html">YAML</a> ```Example from the web: settings title Note ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="hasFeature">✓</span> Example settings title Note Token Built with Scroll v170.4.1 10/29/2024 329 1.6
Seif - Protocol Seif ==== Seif is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22protocol%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">protocol</a> created in 2017 by Aashish Sheshadri and Rohit Harchandani and Douglas Crockford. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222017%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2017 https://pldb.io/concepts/../lists/creators.html#q=Aashish%20Sheshadri Aashish Sheshadri https://pldb.io/concepts/../lists/creators.html#q=Rohit%20Harchandani Rohit Harchandani https://pldb.io/concepts/../lists/creators.html#q=Douglas%20Crockford Douglas Crockford #1765 on PLDB 8 Years Old ```Download source code: git clone https://github.com/paypal/seif-protocol ``` The Seif Protocol is a message delivery system using secure JSON over TCP/IP. The Seif Handshake is the part of the protocol that establishes a secure session between two parties. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"protocol"%5D%7D%5D%2C"logic"%3A"AND"%7D'>protocol</a> - Seif is developed on <a href="https://github.com/paypal/seif-protocol">GitHub</a> and has 20 stars - Early development of Seif happened in <a href="../lists/labs.html#q=PayPal">PayPal</a> - Seif is written in <a href="javascript.html">JavaScript</a>, <a href="markdown.html">Markdown</a>, <a href="html.html">HTML</a>, <a href="json.html">JSON</a>, <a href="dockerfile.html">Dockerfile</a> - <a href="https://github.com/paypal/seif-protocol/blob/master/seif-protocol-specification.pdf">First announcement of</a> Seif Built with Scroll v170.4.1 10/29/2024 344 1.7
QuickJS - Virtual machine QuickJS ======= QuickJS is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22vm%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">virtual machine</a> created in 2019 by Fabrice Bellard. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222019%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2019 https://pldb.io/concepts/../lists/creators.html#q=Fabrice%20Bellard Fabrice Bellard #488 on PLDB 6 Years Old ```Download source code: git clone https://github.com/bellard/quickjs ``` QuickJS is a small and embeddable Javascript engine. It supports the ES2023 specification including modules, asynchronous generators, proxies and BigInt. It optionally supports mathematical extensions such as big decimal floating point numbers (BigDecimal), big binary floating point numbers (BigFloat) and operator overloading. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"vm"%5D%7D%5D%2C"logic"%3A"AND"%7D'>virtual machine</a> - QuickJS is developed on <a href="https://github.com/bellard/quickjs">GitHub</a> and has 8,270 stars - QuickJS is written in <a href="javascript.html">JavaScript</a>, <a href="c.html">C</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="make.html">Make</a>, <a href="yaml.html">YAML</a>, <a href="diff.html">Diff</a> Built with Scroll v170.4.1 10/29/2024 300 1.5
PSVG - Programming language PSVG ==== PSVG is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2020 by Lingdong Huang. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222020%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2020 https://pldb.io/concepts/../lists/creators.html#q=Lingdong%20Huang Lingdong Huang #1078 on PLDB 5 Years Old ```Download source code: git clone https://github.com/LingDong-/psvg ``` Programmable SVG format - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - PSVG is developed on <a href="https://github.com/LingDong-/psvg">GitHub</a> and has 297 stars - PSVG compiles to <a href="svg.html">SVG</a> - PSVG is written in <a href="svg.html">SVG</a>, <a href="typescript.html">TypeScript</a>, <a href="json.html">JSON</a>, <a href="markdown.html">Markdown</a>, <a href="javascript.html">JavaScript</a> ```Example from the web: <!-- koch.psvg --> <!-- draws a koch snowflake --> <psvg width="400" height="400"> <def-snowflake x1="" y1="" x2="" y2="" d=""> <if true="{d==0}"> <line x1="{x1}" y1="{y1}" x2="{x2}" y2="{y2}" /> <return/> </if> <var x3="{(x1*2+x2)/3}"/> <var x4="{(x2*2+x1)/3}"/> <var y3="{(y1*2+y2)/3}"/> <var y4="{(y2*2+y1)/3}"/> <var dx="{(x2-x1)/3}"/> <var dy="{(y2-y1)/3}"/> <var x5="{(dx-dy*SQRT(3))/2+x3}"/> <var y5="{(dy+dx*SQRT(3))/2+y3}"/> <snowflake x1="{x1}" y1="{y1}" x2="{x3}" y2="{y3}" d="{d-1}"/> <snowflake x1="{x3}" y1="{y3}" x2="{x5}" y2="{y5}" d="{d-1}"/> <snowflake x1="{x5}" y1="{y5}" x2="{x4}" y2="{y4}" d="{d-1}"/> <snowflake x1="{x4}" y1="{y4}" x2="{x2}" y2="{y2}" d="{d-1}"/> </def-snowflake> <stroke color="black" cap="round"/> <snowflake x1="200" y1="10" x2="50" y2="310" d="5"/> <snowflake x1="350" y1="310" x2="200" y2="10" d="5"/> <snowflake x1="50" y1="310" x2="350" y2="310" d="5"/> </psvg> ``` Built with Scroll v170.4.1 10/29/2024 603 3
Pre-Scheme - Programming language Pre-Scheme ========== Pre-Scheme is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1986 by Richard Kelsey and Jonathan Rees. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221986%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1986 https://pldb.io/concepts/../lists/creators.html#q=Richard%20Kelsey Richard Kelsey https://pldb.io/concepts/../lists/creators.html#q=Jonathan%20Rees Jonathan Rees #2217 on PLDB 39 Years Old ```Download source code: git clone https://codeberg.org/prescheme/prescheme.git ``` Pre-Scheme is a statically typed dialect of the Scheme programming language, combining the flexibility of Scheme with the efficiency and low-level machine access of C. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Pre-Scheme is written in <a href="scheme.html">Scheme</a>, <a href="c.html">C</a>, <a href="make.html">Make</a>, <a href="markdown.html">Markdown</a> - Read more about Pre-Scheme on the web: 1. https://prescheme.org/references.html 1. ```Example from the web: ;;; hello: an example Pre-Scheme program (define (main argc argv) (if (= argc 2) (let ((out (current-output-port))) (write-string "Hello, world, " out) (write-string (vector-ref argv 1) out) (write-char #\! out) (newline out) 0) (let ((out (current-error-port))) (write-string "Usage: " out) (write-string (vector-ref argv 0) out) (write-string " <user>" out) (newline out) (write-string " Greets the world & <user>." out) (newline out) 1))) ``` Built with Scroll v170.4.1 10/29/2024 372 1.9
Obsidian - Editor Obsidian ======== Obsidian is an <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22editor%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">editor</a> created in 2020 by Shida Li and Erica Xu. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222020%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2020 https://pldb.io/concepts/../lists/creators.html#q=Shida%20Li Shida Li https://pldb.io/concepts/../lists/creators.html#q=Erica%20Xu Erica Xu #328 on PLDB 5 Years Old ```Download source code: git clone https://github.com/obsidianmd/obsidian-releases ``` Community plugins list, theme list, and releases of Obsidian. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"editor"%5D%7D%5D%2C"logic"%3A"AND"%7D'>editor</a> - Obsidian is developed on <a href="https://github.com/obsidianmd/obsidian-releases">GitHub</a> and has 8,939 stars - Obsidian is written in <a href="json.html">JSON</a>, <a href="markdown.html">Markdown</a>, <a href="yaml.html">YAML</a> Built with Scroll v170.4.1 10/29/2024 262 1.3
Note - Data notation Note ==== Note is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22dataNotation%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">data notation</a> created in 2012 by Breck Yunits. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222012%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2012 https://pldb.io/concepts/../lists/creators.html#q=Breck%20Yunits Breck Yunits #1551 on PLDB 13 Years Old ```Download source code: git clone https://github.com/breck7/note ``` Note is a structured, human readable, concise language for encoding data. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"dataNotation"%5D%7D%5D%2C"logic"%3A"AND"%7D'>dataNotation</a> - Note is developed on <a href="https://github.com/breck7/note">GitHub</a> and has 8 stars - Early development of Note happened in <a href="../lists/labs.html#q=Nudgepad">Nudgepad</a> - Note is written in <a href="javascript.html">JavaScript</a>, <a href="html.html">HTML</a>, <a href="css.html">CSS</a>, <a href="markdown.html">Markdown</a>, <a href="json.html">JSON</a>, <a href="make.html">Make</a>, <a href="yaml.html">YAML</a> - Read more about Note on the web: 1. https://breckyunits.com/introducing-note.html 1. - 1 PLDB concepts link to Note: <a href="space.html">Space</a> ```Example from the web: settings title Note ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="hasFeature">✓</span> Example settings title Note Token Built with Scroll v170.4.1 10/29/2024 348 1.7
netbeans-editor - Editor netbeans-editor =============== netbeans-editor is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22editor%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">editor</a> created in 2013 by pgebauer. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222013%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2013 https://pldb.io/concepts/../lists/creators.html#q=pgebauer pgebauer #789 on PLDB 12 Years Old ```Download source code: git clone https://github.com/apache/netbeans ``` Apache NetBeans - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"editor"%5D%7D%5D%2C"logic"%3A"AND"%7D'>editor</a> - netbeans-editor is developed on <a href="https://github.com/apache/netbeans">GitHub</a> and has 2,609 stars - Early development of netbeans-editor happened in <a href="../lists/labs.html#q=Apache Software Foundation">Apache Software Foundation</a> Built with Scroll v170.4.1 10/29/2024 238 1.2
Mushroom - Programming language Mushroom ======== Mushroom is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1988. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221988%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1988 #3017 on PLDB 37 Years Old ```Download source code: git clone https://gitlab.com/ifff/mushroom ``` - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Mushroom on GitLab https://gitlab.com/ifff/mushroom Mushroom on GitLab - Early development of Mushroom happened in <a href="../lists/labs.html#q=https://gitlab.com/ifff/mushroom/-/issues">https://gitlab.com/ifff/mushroom/-/issues</a> - Mushroom is written in <a href="haskell.html">Haskell</a>, <a href="nix.html">Nix</a>, <a href="markdown.html">Markdown</a>, <a href="yaml.html">YAML</a> Built with Scroll v170.4.1 10/29/2024 247 1.2
Moose64 - Programming language Moose64 ======= Moose64 is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2024 by Ellie Kanning-Dawn. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222024%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2024 https://pldb.io/concepts/../lists/creators.html#q=Ellie%20Kanning-Dawn Ellie Kanning-Dawn #1932 on PLDB 1 Years Old ```Download source code: git clone https://codeberg.org/Horse64/m64.horse64.org ``` Moose64 is like C but with pretty Horse64 syntax and basic plain OOP, for maintainable high-performance code. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Moose64 is written in <a href="horse64.html">Horse64</a>, <a href="moose64.html">Moose64</a> - 2 PLDB concepts link to Moose64: <a href="horse64.html">Horse64</a>, <a href="moose64.html">Moose64</a> Built with Scroll v170.4.1 10/29/2024 257 1.3
JSON Canvas - Json format JSON Canvas =========== JSON Canvas is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22jsonFormat%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">json format</a> created in 2024. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222024%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2024 #1238 on PLDB 1 Years Old ```Download source code: git clone https://github.com/obsidianmd/jsoncanvas ``` An open file format for infinite canvas data. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"jsonFormat"%5D%7D%5D%2C"logic"%3A"AND"%7D'>jsonFormat</a> - JSON Canvas is developed on <a href="https://github.com/obsidianmd/jsoncanvas">GitHub</a> and has 2,430 stars - JSON Canvas is written in <a href="html.html">HTML</a>, <a href="markdown.html">Markdown</a>, <a href="javascript.html">JavaScript</a>, <a href="svg.html">SVG</a>, <a href="css.html">CSS</a>, <a href="yaml.html">YAML</a> Built with Scroll v170.4.1 10/29/2024 252 1.3
jaqt - Query language jaqt ==== jaqt is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22queryLanguage%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">query language</a> created in 2023 by Auke van Slooten. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222023%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2023 https://pldb.io/concepts/../lists/creators.html#q=Auke%20van%20Slooten Auke van Slooten #2220 on PLDB 2 Years Old ```Download source code: git clone https://github.com/muze-nl/jaqt ``` GraphQL-style Array.select() and Array.where() for javascript - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"queryLanguage"%5D%7D%5D%2C"logic"%3A"AND"%7D'>queryLanguage</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"library"%5D%7D%5D%2C"logic"%3A"AND"%7D'>library</a> - jaqt is developed on <a href="https://github.com/muze-nl/jaqt">GitHub</a> and has 108 stars - jaqt is written in <a href="javascript.html">JavaScript</a>, <a href="markdown.html">Markdown</a>, <a href="json.html">JSON</a> ```Example from the web: from(data.people) .select({ metrics: { hair_color: _ }, lastName:_ }) ``` Built with Scroll v170.4.1 10/29/2024 304 1.5
ggplot2 - Library ggplot2 ======= ggplot2 is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22library%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">library</a> created in 2007 by Hadley Wickham and Winston Chang. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222007%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2007 https://pldb.io/concepts/../lists/creators.html#q=Hadley%20Wickham Hadley Wickham https://pldb.io/concepts/../lists/creators.html#q=Winston%20Chang Winston Chang #706 on PLDB 18 Years Old ```Download source code: git clone https://github.com/tidyverse/ggplot2 ``` ggplot2 is an open-source data visualization package for the statistical programming language R. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"library"%5D%7D%5D%2C"logic"%3A"AND"%7D'>library</a> - ggplot2 is developed on <a href="https://github.com/tidyverse/ggplot2">GitHub</a> and has 6,407 stars - ggplot2 is written in <a href="r.html">R</a>, <a href="svg.html">SVG</a>, <a href="markdown.html">Markdown</a>, <a href="csv.html">CSV</a>, <a href="yaml.html">YAML</a> Built with Scroll v170.4.1 10/29/2024 277 1.4
Flutter - Framework Flutter ======= Flutter is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22framework%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">framework</a> created in 2017 by Eric Seidel. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222017%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2017 https://pldb.io/concepts/../lists/creators.html#q=Eric%20Seidel Eric Seidel #213 on PLDB 8 Years Old ```Download source code: git clone https://github.com/flutter/flutter ``` Flutter is an open-source mobile application development framework created by Google. It is used to develop applications for Android and iOS, as well as being the primary method of creating applications for Google Fuchsia.. Read more on Wikipedia... https://en.wikipedia.org/wiki/Flutter_(software) Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"framework"%5D%7D%5D%2C"logic"%3A"AND"%7D'>framework</a> - Flutter is developed on <a href="https://github.com/flutter/flutter">GitHub</a> and has 165,775 stars - Early development of Flutter happened in <a href="../lists/labs.html#q=Google">Google</a> - Flutter is written in <a href="dart.html">Dart</a>, <a href="markdown.html">Markdown</a>, <a href="xml.html">XML</a>, <a href="yaml.html">YAML</a>, <a href="json.html">JSON</a>, <a href="gradle.html">Gradle</a>, <a href="objective-c.html">Objective-C</a>, <a href="java.html">Java</a>, <a href="cpp.html">C++</a>, <a href="cmake.html">CMake</a>, <a href="swift.html">Swift</a>, <a href="html.html">HTML</a>, <a href="kotlin.html">Kotlin</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="svg.html">SVG</a>, <a href="javascript.html">JavaScript</a>, <a href="bash.html">Bash</a>, <a href="ruby.html">Ruby</a>, <a href="groovy.html">Groovy</a>, <a href="css.html">CSS</a>, <a href="csv.html">CSV</a>, <a href="powershell.html">PowerShell</a>, <a href="glsl.html">GLSL</a>, <a href="protobuf.html">Protocol Buffers</a>, <a href="toml.html">TOML</a>, <a href="c.html">C</a> - Check out the 146 <a href="https://www.meetup.com/pro/flutter//">Flutter meetup groups</a> on Meetup.com. - There are 140,000 members in the <a href="https://www.reddit.com/r/FlutterDev/">Flutter subreddit</a> ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/f/Flutter.dart'>hello-world</a>: import 'package:flutter/widgets.dart'; void main() { runApp( Text( 'Hello World', textDirection: TextDirection.ltr, ), ); } ``` Built with Scroll v170.4.1 https://www.youtube.com/flutterdev 10/29/2024 522 2.6
ConCurr - Programming language ConCurr ======= ConCurr is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1979. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221979%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1979 #3009 on PLDB 46 Years Old ```Download source code: git clone https://codeberg.org/Wezl/ConCurr ``` - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Early development of ConCurr happened in <a href="../lists/labs.html#q=https://codeberg.org/Wezl/ConCurr">https://codeberg.org/Wezl/ConCurr</a> - ConCurr is written in <a href="bourne-shell.html">Bourne shell</a>, <a href="lua.html">Lua</a>, <a href="lisp.html">Lisp</a>, <a href="markdown.html">Markdown</a>, <a href="svg.html">SVG</a> Built with Scroll v170.4.1 10/29/2024 242 1.2
CIR - Intermediate representation language CIR === CIR, aka Clang IR, is an <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22ir%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">intermediate representation language</a> created in 2020. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222020%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2020 #243 on PLDB 5 Years Old ```Download source code: git clone https://github.com/facebookincubator/clangir ``` Clang IR (CIR) is a new IR for Clang. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"ir"%5D%7D%5D%2C"logic"%3A"AND"%7D'>intermediate representation language</a> - CIR is developed on <a href="https://github.com/facebookincubator/clangir">GitHub</a> and has 157 stars - Early development of CIR happened in <a href="../lists/labs.html#q=Engineering at Meta">Engineering at Meta</a> - CIR is written in <a href="llvmir.html">LLVM IR</a>, <a href="cpp.html">C++</a>, <a href="assembly-language.html">Assembly language</a>, <a href="c.html">C</a>, <a href="yaml.html">YAML</a>, <a href="python.html">Python</a>, <a href="objective-c.html">Objective-C</a>, <a href="cmake.html">CMake</a>, <a href="restructuredtext.html">reStructuredText</a>, <a href="fortran-90.html">Fortran 90</a>, <a href="opencl.html">OpenCL</a>, <a href="objective-cpp.html">Objective C++</a>, <a href="make.html">Make</a>, <a href="cuda.html">CUDA</a>, <a href="smalltalk.html">Smalltalk</a>, <a href="markdown.html">Markdown</a>, <a href="xml.html">XML</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="json.html">JSON</a>, <a href="html.html">HTML</a>, <a href="fortran-77.html">FORTRAN 77</a>, <a href="csv.html">CSV</a>, <a href="ocaml.html">OCaml</a>, <a href="pascal.html">Pascal</a>, <a href="starlark.html">starlark</a>, <a href="svg.html">SVG</a>, <a href="perl.html">Perl</a>, <a href="go.html">Go</a>, <a href="css.html">CSS</a>, <a href="lisp.html">Lisp</a>, <a href="vim-script.html">Vim script</a>, <a href="scheme.html">Scheme</a>, <a href="bazel.html">Bazel</a>, <a href="expect.html">Expect</a>, <a href="matlab.html">MATLAB</a>, <a href="bash.html">Bash</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="javascript.html">JavaScript</a>, <a href="csharp.html">C#</a>, <a href="ini.html">Ini</a>, <a href="protobuf.html">Protocol Buffers</a>, <a href="lua.html">Lua</a>, <a href="typescript.html">TypeScript</a>, <a href="tex.html">Tex</a>, <a href="diff.html">Diff</a>, <a href="rust.html">Rust</a>, <a href="awk.html">awk</a>, <a href="swift.html">Swift</a>, <a href="logos.html">Logos</a>, <a href="julia.html">Julia</a>, <a href="mathematica.html">Mathematica</a>, <a href="m4.html">M4</a>, <a href="toml.html">TOML</a>, <a href="d.html">D</a> - See also: (1 related languages) <a href="llvmir.html">LLVM IR</a> - Read more about CIR on the web: 1. 2. https://news.ycombinator.com/item?id=31904624 1. https://discourse.llvm.org/t/rfc-an-mlir-based-clang-ir-cir/63319 2. - 1 PLDB concepts link to CIR: <a href="swift-il.html">Swift SIL</a> ```Example from the web: // Read from local variable, address in %0. %1 = cir.load %0 : !cir.ptr<i32>, i32 // Load address from memory at address %0. %3 is used by at least one // operation that dereferences a pointer. %3 = cir.load deref %0 : cir.ptr <!cir.ptr<i32>> ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token // row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 10/29/2024 745 3.7
Chapel - Programming language Chapel ====== Chapel, aka Cascade High Productivity Language, is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2004 by David Callahan and Hans Zima and Brad Chamberlain and John Plevyak. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222004%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2004 https://pldb.io/concepts/../lists/creators.html#q=David%20Callahan David Callahan https://pldb.io/concepts/../lists/creators.html#q=Hans%20Zima Hans Zima https://pldb.io/concepts/../lists/creators.html#q=Brad%20Chamberlain Brad Chamberlain https://pldb.io/concepts/../lists/creators.html#q=John%20Plevyak John Plevyak #61 on PLDB 21 Years Old 212 <span title="Chapel repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/chapel-lang/chapel ``` Chapel, the Cascade High Productivity Language, is a parallel programming language developed by Cray. It is being developed as part of the Cray Cascade project, a participant in DARPA's High Productivity Computing Systems (HPCS) program, which had the goal of increasing supercomputer productivity by the year 2010. It is being developed as an open source project, under version 2 of the Apache license.. Read more on Wikipedia... https://en.wikipedia.org/wiki/Chapel_(programming_language) Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"arrayLang"%5D%7D%5D%2C"logic"%3A"AND"%7D'>arrayLang</a> - Interview with the creators of Chapel: 1. https://www.hpcwire.com/2024/09/04/whats-new-with-chapel-nine-questions-for-the-development-team/ 1. - Chapel is developed on <a href="https://github.com/chapel-lang/chapel">GitHub</a> and has 1,758 stars - There are at least 212 Chapel repos on <a href="https://github.com/search?q=language:Chapel">GitHub</a> - Early development of Chapel happened in <a href="../lists/labs.html#q=Cray Inc.">Cray Inc.</a> - <a href="python.html">Python</a> and <a href="zpl.html">ZPL</a> and <a href="ada.html">Ada</a> and <a href="csharp.html">C#</a> and <a href="java.html">Java</a> and <a href="fortran.html">Fortran</a> and <a href="cpp.html">C++</a> and <a href="unified-parallel-c.html">UPC</a> influenced the design of Chapel - Chapel compiles to <a href="c.html">C</a> - Chapel is written in <a href="chapel.html">Chapel</a>, <a href="cpp.html">C++</a>, <a href="c.html">C</a>, <a href="bash.html">Bash</a>, <a href="make.html">Make</a>, <a href="python.html">Python</a> - The Google BigQuery Public Dataset GitHub snapshot shows 50 users using Chapel in 55 repos on <a href="https://api.github.com/search/repositories?q=language:Chapel">GitHub</a> - There are 12,989 members in the <a href="https://reddit.com/r/chapel">Chapel subreddit</a> - There are 11 <a href="https://projecteuler.net/language=Chapel">Project Euler</a> users using Chapel - Explore Chapel snippets on <a href="http://www.rosettacode.org/wiki/Category:Chapel">Rosetta Code</a> - Chapel on HOPL https://hopl.info/showlanguage.prx?exp=8171 Chapel on HOPL - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/chapel.py">syntax highlighting</a> for Chapel - GitHub supports <a href="https://github.com/chapel-lang/chapel-tmbundle" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for Chapel - Events page for Chapel https://chapel-lang.org/events.html Events page for Chapel - Indeed.com has 1 matches for <a href="https://www.indeed.com/jobs?q=chapel developer">"chapel developer"</a>. - <a href="https://chapel-lang.org/">chapel-lang.org</a> was registered in 2014 - See also: (13 related languages) <a href="ada.html">Ada</a>, <a href="csharp.html">C#</a>, <a href="c.html">C</a>, <a href="fortran.html">Fortran</a>, <a href="java.html">Java</a>, <a href="fortress.html">Fortress</a>, <a href="unified-parallel-c.html">UPC</a>, <a href="x10.html">X10</a>, <a href="isbn.html">ISBN</a>, <a href="x10.html">X10</a>, <a href="fortress.html">Fortress</a>, <a href="zpl.html">ZPL</a>, <a href="unified-parallel-c.html">UPC</a> - Read more about Chapel on the web: 1. https://ieeexplore.ieee.org/document/1299190 1. - 3 PLDB concepts link to Chapel: <a href="chapel.html">Chapel</a>, <a href="cloc.html">cloc</a>, <a href="pygments.html">Pygments</a> ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/c/Chapel.chpl'>hello-world</a>: writeln("Hello World"); ``` ```Example from <a href='https://github.com/chapel-lang/chapel-tmbundle'>Linguist</a>: writeln("Hello, world!"); // print 'Hello, world!' to the console ``` ```Chapel <a href="../lists/keywords.html#q=chapel">Keywords</a> _ align atomic begin break by class cobegin coforall config const continue delete dmapped do domain else enum export extern for forall if in index inline inout iter label let local module new nil on otherwise out param proc record reduce ref return scan select serial single sparse subdomain sync then type union use var when where while yield zip ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Case Sensitivity FeatureLink ../features/isCaseSensitive.html Supported <span class="hasFeature">✓</span> Example Token row Feature Binary Literals FeatureLink ../features/hasBinaryNumbers.html Supported <span class="hasFeature">✓</span> Example // 0[bB][01]+ Token row Feature Integers FeatureLink ../features/hasIntegers.html Supported <span class="hasFeature">✓</span> Example // [0-9]+ Token row Feature Floats FeatureLink ../features/hasFloats.html Supported <span class="hasFeature">✓</span> Example // (\d*\.\d+)([eE][+-]?[0-9]+)?i? Token row Feature Hexadecimals FeatureLink ../features/hasHexadecimals.html Supported <span class="hasFeature">✓</span> Example // 0[xX][0-9a-fA-F]+ Token row Feature Octals FeatureLink ../features/hasOctals.html Supported <span class="hasFeature">✓</span> Example // 0[oO][0-7]+ Token row Feature While Loops FeatureLink ../features/hasWhileLoops.html Supported <span class="hasFeature">✓</span> Example while do Token row Feature Type Parameters FeatureLink ../features/hasTypeParameters.html Supported <span class="hasFeature">✓</span> Example Token row Feature Type Inference FeatureLink ../features/hasTypeInference.html Supported <span class="hasFeature">✓</span> Example Token row Feature hasTryCatch FeatureLink ../features/hasTryCatch.html Supported <span class="hasFeature">✓</span> Example try catch Token row Feature Switch Statements FeatureLink ../features/hasSwitch.html Supported <span class="hasFeature">✓</span> Example select Token row Feature Structs FeatureLink ../features/hasStructs.html Supported <span class="hasFeature">✓</span> Example record Token row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "Hello world" Token " row Feature Static Typing FeatureLink ../features/hasStaticTyping.html Supported <span class="hasFeature">✓</span> Example Token row Feature Standard Library FeatureLink ../features/hasStandardLibrary.html Supported <span class="hasFeature">✓</span> Example Token row Feature References FeatureLink ../features/hasReferences.html Supported <span class="hasFeature">✓</span> Example ref Token row Feature Range Operator FeatureLink ../features/hasRangeOperators.html Supported <span class="hasFeature">✓</span> Example .. Token row Feature Operator Overloading FeatureLink ../features/hasOperatorOverloading.html Supported <span class="hasFeature">✓</span> Example Token row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example /* A comment */ Token /* */ row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token writeln row Feature Module Pattern FeatureLink ../features/hasModules.html Supported <span class="hasFeature">✓</span> Example module Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token // row Feature Iterators FeatureLink ../features/hasIterators.html Supported <span class="hasFeature">✓</span> Example iter Token row Feature Inheritance FeatureLink ../features/hasInheritance.html Supported <span class="hasFeature">✓</span> Example Token row Feature Hexadecimals FeatureLink ../features/hasHexadecimals.html Supported <span class="hasFeature">✓</span> Example Token row Feature Generics FeatureLink ../features/hasGenerics.html Supported <span class="hasFeature">✓</span> Example Token row Feature Functions FeatureLink ../features/hasFunctions.html Supported <span class="hasFeature">✓</span> Example proc Token row Feature Function Overloading FeatureLink ../features/hasFunctionOverloading.html Supported <span class="hasFeature">✓</span> Example Token row Feature hasForLoops FeatureLink ../features/hasForLoops.html Supported <span class="hasFeature">✓</span> Example for Token row Feature hasForEachLoops FeatureLink ../features/hasForEachLoops.html Supported <span class="hasFeature">✓</span> Example foreach Token row Feature Floats FeatureLink ../features/hasFloats.html Supported <span class="hasFeature">✓</span> Example real Token row Feature Type Casting FeatureLink ../features/hasExplicitTypeCasting.html Supported <span class="hasFeature">✓</span> Example : Token row Feature Exceptions FeatureLink ../features/hasExceptions.html Supported <span class="hasFeature">✓</span> Example throw throws Token row Feature hasEscapeCharacters FeatureLink ../features/hasEscapeCharacters.html Supported <span class="hasFeature">✓</span> Example Token row Feature Enums FeatureLink ../features/hasEnums.html Supported <span class="hasFeature">✓</span> Example enum color { red, green, blue=3 }; Token row Feature hasDynamicSizedArrays FeatureLink ../features/hasDynamicSizedArrays.html Supported <span class="hasFeature">✓</span> Example Token row Feature Default Parameters Pattern FeatureLink ../features/hasDefaultParameters.html Supported <span class="hasFeature">✓</span> Example Token row Feature Constructors FeatureLink ../features/hasConstructors.html Supported <span class="hasFeature">✓</span> Example proc init Token row Feature Constants FeatureLink ../features/hasConstants.html Supported <span class="hasFeature">✓</span> Example param Token row Feature Conditionals FeatureLink ../features/hasConditionals.html Supported <span class="hasFeature">✓</span> Example if then else Token row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Classes FeatureLink ../features/hasClasses.html Supported <span class="hasFeature">✓</span> Example class Token row Feature hasBoundedCheckedArrays FeatureLink ../features/hasBoundedCheckedArrays.html Supported <span class="hasFeature">✓</span> Example Token row Feature Booleans FeatureLink ../features/hasBooleans.html Supported <span class="hasFeature">✓</span> Example bool true false Token true false row Feature Bitwise Operators FeatureLink ../features/hasBitWiseOperators.html Supported <span class="hasFeature">✓</span> Example Token row Feature Binary Literals FeatureLink ../features/hasBinaryNumbers.html Supported <span class="hasFeature">✓</span> Example Token row Feature Async Await FeatureLink ../features/hasAsyncAwait.html Supported <span class="hasFeature">✓</span> Example begin sync Token row Feature Assignment FeatureLink ../features/hasAssignment.html Supported <span class="hasFeature">✓</span> Example = Token = row Feature hasArraySlicingSyntax FeatureLink ../features/hasArraySlicingSyntax.html Supported <span class="hasFeature">✓</span> Example Token row Feature canReadCommandLineArgs FeatureLink ../features/canReadCommandLineArgs.html Supported <span class="hasFeature">✓</span> Example Token row Feature Units of Measure FeatureLink ../features/hasUnitsOfMeasure.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature hasRequiredMainFunction FeatureLink ../features/hasRequiredMainFunction.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Increment and decrement operators FeatureLink ../features/hasIncrementAndDecrementOperators.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature File Imports FeatureLink ../features/hasImports.html Supported <span class="doesNotHaveFeature">X</span> Example import use Token row Feature hasGlobalScope FeatureLink ../features/hasGlobalScope.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Dynamic Typing FeatureLink ../features/hasDynamicTyping.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Case Insensitive Identifiers FeatureLink ../features/hasCaseInsensitiveIdentifiers.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 canWriteTotDisk true 10/29/2024 1931 9.7
Clojure - Programming language Clojure ======= Clojure is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2007 by Rich Hickey. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222007%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2007 https://pldb.io/concepts/../lists/creators.html#q=Rich%20Hickey Rich Hickey #27 on PLDB 18 Years Old 82k <span title="Clojure repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/clojure/clojure ``` Clojure ( , like "closure") is a dialect of the Lisp programming language. Clojure is a general-purpose programming language with an emphasis on functional programming. It runs on the Java virtual machine and the Common Language Runtime. Read more on Wikipedia... https://en.wikipedia.org/wiki/Clojure Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"lisp"%5D%7D%5D%2C"logic"%3A"AND"%7D'>lisp</a> - Clojure is developed on <a href="https://github.com/clojure/clojure">GitHub</a> and has 10,392 stars - Watch the history of <a href="https://www.youtube.com/watch?v=wM5sxT0BEdU">the Clojure repo visualized with Gource</a> - There are at least 82,125 Clojure repos on <a href="https://github.com/search?q=language:Clojure">GitHub</a> - Early development of Clojure happened in <a href="../lists/labs.html#q=Cognitect">Cognitect</a> - Clojure is written in <a href="java.html">Java</a>, <a href="clojure.html">Clojure</a>, <a href="markdown.html">Markdown</a>, <a href="yaml.html">YAML</a>, <a href="html.html">HTML</a>, <a href="xml.html">XML</a>, <a href="bourne-shell.html">Bourne shell</a> - The Google BigQuery Public Dataset GitHub snapshot shows 14k users using Clojure in 26k repos on <a href="https://api.github.com/search/repositories?q=language:Clojure">GitHub</a> - Check out the 378 <a href="https://www.meetup.com/topics/clojure/">Clojure meetup groups</a> on Meetup.com. - There are 29,258 members in the <a href="https://reddit.com/r/Clojure">Clojure subreddit</a> - There are 1,655 <a href="https://projecteuler.net/language=Clojure">Project Euler</a> users using Clojure - In the 2021 StackOverflow <a href="https://insights.stackoverflow.com/survey">developer survey</a> Clojure programmers reported a median salary of $95,000. 2% of respondents reported using Clojure. 1,552 programmers reported using Clojure, and 2,413 said they wanted to use it - Explore Clojure snippets on <a href="http://www.rosettacode.org/wiki/Category:Clojure">Rosetta Code</a> - Clojure ranks #42 in the <a href="https://www.tiobe.com/tiobe-index/">TIOBE Index</a> - Clojure Ubuntu package https://packages.ubuntu.com/jammy/clojure Clojure Ubuntu package - <a href="antlr.html">ANTLR</a> <a href="https://github.com/antlr/grammars-v4/tree/master/clojure">grammar</a> for Clojure - Clojure <a href="language-server-protocol.html">LSP</a> <a href="https://github.com/snoe/clojure-lsp">implementation</a> - <a href="codemirror.html">CodeMirror</a> <a href="https://github.com/codemirror/codemirror5/tree/master/mode/clojure">package</a> for syntax highlighting Clojure - <a href="monaco.html">Monaco</a> <a href="https://github.com/microsoft/monaco-editor/tree/main/src/basic-languages/clojure">package</a> for syntax highlighting Clojure - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/jvm.py">syntax highlighting</a> for Clojure - GitHub supports <a href="https://github.com/atom/language-clojure" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for Clojure - Clojure appears in the <a href="https://github.com/mame/quine-relay">Quine Relay</a> project - Learn <a href="https://exercism.org/tracks/clojure">Clojure on exercism.</a> - PLDB has 2 <a href="jupyter-notebook.html">Jupyter</a> Kernels for Clojure: <a href="https://github.com/roryk/clojupyter">github.com</a>, <a href="https://github.com/achesnais/clj-jupyter">github.com</a> - There is a <a href="https://clojars.org/">central package repository</a> for Clojure - Events page for Clojure https://clojure.org/events/2022/reclojure Events page for Clojure - Indeed.com has 355 matches for <a href="https://www.indeed.com/jobs?q=clojure engineer">"clojure engineer"</a>. - <a href="https://clojure.org">clojure.org</a> was registered in 2005 - See also: (20 related languages) <a href="jvm.html">JVM</a>, <a href="csharp.html">C#</a>, <a href="common-lisp.html">Common Lisp</a>, <a href="erlang.html">Erlang</a>, <a href="haskell.html">Haskell</a>, <a href="mathematica.html">Mathematica</a>, <a href="ml.html">ML</a>, <a href="prolog.html">Prolog</a>, <a href="scheme.html">Scheme</a>, <a href="java.html">Java</a>, <a href="racket.html">Racket</a>, <a href="ruby.html">Ruby</a>, <a href="elixir.html">Elixir</a>, <a href="lisp.html">Lisp</a>, <a href="maven-pom.html">Apache Maven</a>, <a href="s-expressions.html">S-expressions</a>, <a href="csp.html">CSP</a>, <a href="actionscript.html">ActionScript</a>, <a href="python.html">Python</a>, <a href="unicode.html">Unicode</a> - Read more about Clojure on the web: 1. https://download.clojure.org/papers/clojure-hopl-iv-final.pdf 1. - 22 PLDB concepts link to Clojure: <a href="ace.html">Ace Editor</a>, <a href="clojure.html">Clojure</a>, <a href="clojurescript.html">ClojureScript</a>, <a href="datascript.html">datascript</a>, <a href="felix.html">Felix</a>, <a href="femtolisp.html">femtolisp</a>, <a href="fleck.html">fleck</a>, <a href="flow9.html">Flow9</a>, <a href="fstar.html">F*</a>, <a href="hasklig.html">hasklig</a>, <a href="insitux.html">Insitux</a>, <a href="jank.html">Jank</a>, <a href="julia.html">Julia</a>, <a href="linux.html">Linux</a>, <a href="lux.html">Lux</a>, <a href="mal.html">mal</a>, <a href="multiaddr.html">multiaddr</a>, <a href="opal.html">Opal</a>, <a href="opencv.html">OpenCV</a>, <a href="pan.html">Pan</a>, <a href="pygments.html">Pygments</a>, <a href="wah.html">wah</a> ```Example from <a href='https://riju.codes/clojure'>Riju</a>: (println "Hello, world!") ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/c/Clojure.clj'>hello-world</a>: (println "Hello World") ``` ```Example from <a href='http://helloworldcollection.de/#Clojure'>the Hello World Collection</a>: ; Hello world in Clojure (defn hello [] (println "Hello world!")) (hello) ``` ```Example from <a href='https://github.com/atom/language-clojure'>Linguist</a>: (defn rand "Returns a random floating point number between 0 (inclusive) and n (default 1) (exclusive)." ([] (scm* [n] (random-real))) ([n] (* (rand) n))) ``` ```Example from <a href='https://en.wikipedia.org/wiki/Clojure'>Wikipedia</a>: ;; A typical entry point of a Clojure program: ;; `-main` function (defn -main ; name [& args] ; (variable) parameters (println "Hello, World!")) ; body ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Standard Library FeatureLink ../features/hasStandardLibrary.html Supported <span class="hasFeature">✓</span> Example (println "Hello, World!") Token row Feature Integers FeatureLink ../features/hasIntegers.html Supported <span class="hasFeature">✓</span> Example ; -?\d+ Token row Feature Floats FeatureLink ../features/hasFloats.html Supported <span class="hasFeature">✓</span> Example ; -?\d+\.\d+ Token row Feature Hexadecimals FeatureLink ../features/hasHexadecimals.html Supported <span class="hasFeature">✓</span> Example ; 0x-?[abcdef\d]+ Token row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example (comment A comment ) Token (comment ) row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token println row Feature Garbage Collection FeatureLink ../features/hasGarbageCollection.html Supported <span class="hasFeature">✓</span> Example Token row Feature Dynamic Typing FeatureLink ../features/hasDynamicTyping.html Supported <span class="hasFeature">✓</span> Example Token row Feature Homoiconicity FeatureLink ../features/hasHomoiconicity.html Supported <span class="hasFeature">✓</span> Example Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example ; A comment Token ; row Feature Operator Overloading FeatureLink ../features/hasOperatorOverloading.html Supported <span class="hasFeature">✓</span> Example Token row Feature Macros FeatureLink ../features/hasMacros.html Supported <span class="hasFeature">✓</span> Example ; https://www.braveclojure.com/writing-macros/ ; https://clojure.org/reference/macros (defmacro and "Evaluates exprs one at a time, from left to right. If a form returns logical false (nil or false), and returns that value and doesn't evaluate any of the other expressions, otherwise it returns the value of the last expr. (and) returns true." {:added "1.0"} ([] true) ([x] x) ([x & next] `(let [and# ~x] (if and# (and ~@next) and#)))) Token row Feature File Imports FeatureLink ../features/hasImports.html Supported <span class="hasFeature">✓</span> Example (load "fun") (load "files/fun") (load-file "./files/fun.clj") (defproject project-a :dependencies [[org.clojure/clojure "1.5.1"] [project-b "0.1.0"]]) (require '[clojure.string :as string]) (use '[clojure.string :only [split]]) (import 'java.util.Date) (java.util.Date.) (require 'clojure.contrib.def 'clojure.contrib.except 'clojure.contrib.sql) (require '(clojure.contrib def except sql)) Token row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Partial Application FeatureLink ../features/hasPartialApplication.html Supported <span class="hasFeature">✓</span> Example (defn fun-full [x y] (+ x y)) (fun-full 2 3) (def fun-half (partial fun-full 2)) (fun-half 3) Token row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "hello world" Token " row Feature Case Insensitive Identifiers FeatureLink ../features/hasCaseInsensitiveIdentifiers.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 10/17/2024 1719 8.6
Sui - Crypto protocol Sui === Sui is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22cryptoProtocol%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">crypto protocol</a> created in 2022 by Evan Cheng. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222022%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2022 https://pldb.io/concepts/../lists/creators.html#q=Evan%20Cheng Evan Cheng #4743 on PLDB 3 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"cryptoProtocol"%5D%7D%5D%2C"logic"%3A"AND"%7D'>cryptoProtocol</a> Built with Scroll v170.4.1 10/17/2024 187 0.9
Move - Contract language Move ==== Move is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22contractLanguage%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">contract language</a> created in 2022 by Sam Blackshear. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222022%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2022 https://pldb.io/concepts/../lists/creators.html#q=Sam%20Blackshear Sam Blackshear #2502 on PLDB 3 Years Old A blockchain-agnostic language offering significant advancements in security and productivity. Move drastically reduces the Web3 learning curve and enables a developer experience of unprecedented ease. On a computer, everything is just bits and bytes and can be freely copied. You want a language that gives you the necessary abstractions around ownership and scarcity, just like in the physical world. You want those basic safety guarantees. That's what Move does and why we created a new language. These things are hard to recreate in other languages, including existing smart contract languages, and we wanted to design the entire language around providing these primitives so programmers can write code safely and efficiently and not have to reinvent the wheel every time they want to write some code. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"contractLanguage"%5D%7D%5D%2C"logic"%3A"AND"%7D'>contractLanguage</a> - Early development of Move happened in <a href="../lists/labs.html#q=Mysten Labs">Mysten Labs</a> ```Example from the web: module satoshi_flip::house_data { use sui::balance::{Self, Balance}; use sui::sui::SUI; use sui::coin::{Self, Coin}; use sui::package::{Self}; // Error codes const ECallerNotHouse: u64 = 0; const EInsufficientBalance: u64 = 1; } ``` Built with Scroll v170.4.1 10/17/2024 366 1.8
COBOL - Programming language COBOL ===== COBOL, aka COmmon Business Oriented Language, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1959 by Howard Bromberg and Norman Discount and Vernon Reeves and Jean E. Sammet and William Selden and Gertrude Tierney and Grace Hopper. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221959%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1959 https://pldb.io/concepts/../lists/creators.html#q=Howard%20Bromberg Howard Bromberg https://pldb.io/concepts/../lists/creators.html#q=Norman%20Discount Norman Discount https://pldb.io/concepts/../lists/creators.html#q=Vernon%20Reeves Vernon Reeves https://pldb.io/concepts/../lists/creators.html#q=Jean%20E.%20Sammet Jean E. Sammet https://pldb.io/concepts/../lists/creators.html#q=William%20Selden William Selden https://pldb.io/concepts/../lists/creators.html#q=Gertrude%20Tierney Gertrude Tierney https://pldb.io/concepts/../lists/creators.html#q=Grace%20Hopper Grace Hopper #38 on PLDB 66 Years Old 3k <span title="COBOL repos on GitHub.">Repos</span> COBOL (, an acronym for common business-oriented language) is a compiled English-like computer programming language designed for business use. It is imperative, procedural and, since 2002, object-oriented. COBOL is primarily used in business, finance, and administrative systems for companies and governments. Read more on Wikipedia... https://en.wikipedia.org/wiki/COBOL Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - There are at least 3,411 COBOL repos on <a href="https://github.com/search?q=language:COBOL">GitHub</a> - Early development of COBOL happened in <a href="../lists/labs.html#q=Conference/Committee on Data Systems Languages">Conference/Committee on Data Systems Languages</a> - The Google BigQuery Public Dataset GitHub snapshot shows 628 users using COBOL in 667 repos on <a href="https://api.github.com/search/repositories?q=language:COBOL">GitHub</a> - Check out the 4 <a href="https://www.meetup.com/topics/cobol/">COBOL meetup groups</a> on Meetup.com. - There are 2,605 members in the <a href="https://reddit.com/r/cobol">COBOL subreddit</a> - There are 39 <a href="https://projecteuler.net/language=COBOL">Project Euler</a> users using COBOL - In the 2021 StackOverflow <a href="https://insights.stackoverflow.com/survey">developer survey</a> COBOL programmers reported a median salary of $52,340. 1% of respondents reported using COBOL. 437 programmers reported using COBOL, and 309 said they wanted to use it - Explore COBOL snippets on <a href="http://www.rosettacode.org/wiki/Category:COBOL">Rosetta Code</a> - COBOL on HOPL https://hopl.info/showlanguage.prx?exp=139 COBOL on HOPL - COBOL ranks #25 in the <a href="https://www.tiobe.com/tiobe-index/">TIOBE Index</a> - COBOL Ubuntu package https://packages.ubuntu.com/jammy/open-cobol COBOL Ubuntu package - <a href="codemirror.html">CodeMirror</a> <a href="https://github.com/codemirror/codemirror5/tree/master/mode/cobol">package</a> for syntax highlighting COBOL - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/business.py">syntax highlighting</a> for COBOL - GitHub supports <a href="https://bitbucket.org/bitlang/sublime_cobol" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for COBOL - COBOL appears in the <a href="https://github.com/mame/quine-relay">Quine Relay</a> project - Learn <a href="https://exercism.org/tracks/cobol">COBOL on exercism.</a> - Indeed.com has 838 matches for <a href="https://www.indeed.com/jobs?q=cobol developer">"cobol developer"</a>. - See also: (16 related languages) <a href="comtran.html">COMTRAN</a>, <a href="eiffel.html">Eiffel</a>, <a href="flow-matic.html">FLOW-MATIC</a>, <a href="smalltalk.html">Smalltalk</a>, <a href="pl-i.html">PL/I</a>, <a href="plb.html">Programming Language for Business</a>, <a href="algol-58.html">ALGOL 58</a>, <a href="fact.html">Fully Automated Compiling Technique</a>, <a href="algol.html">Algol</a>, <a href="unicode.html">Unicode</a>, <a href="xml.html">XML</a>, <a href="unix.html">Unix</a>, <a href="visual-basic.net.html">Visual Basic .NET</a>, <a href="utf-8.html">UTF-8</a>, <a href="jcl.html">JCL</a>, <a href="pascal.html">Pascal</a> - 5 PLDB concepts link to COBOL: <a href="ace.html">Ace Editor</a>, <a href="cloc.html">cloc</a>, <a href="particles.html">Particles</a>, <a href="pygments.html">Pygments</a>, <a href="typecobol.html">typecobol</a> ```Example from <a href='https://riju.codes/cobol'>Riju</a>: IDENTIFICATION DIVISION. PROGRAM-ID. MAIN. PROCEDURE DIVISION. DISPLAY "Hello, world!". STOP RUN. ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/c/COBOL.cbl'>hello-world</a>: identification division. program-id. cobol. procedure division. main. display 'Hello World.' end-display. stop run. ``` ```Example from <a href='http://helloworldcollection.de/#COBOL'>the Hello World Collection</a>: * Hello World in COBOL ***************************** IDENTIFICATION DIVISION. PROGRAM-ID. HELLO. ENVIRONMENT DIVISION. DATA DIVISION. PROCEDURE DIVISION. MAIN SECTION. DISPLAY "Hello World!" STOP RUN. **************************** ``` ```Example from <a href='https://bitbucket.org/bitlang/sublime_cobol'>Linguist</a>: program-id. hello. procedure division. display "Hello, World!". stop run. ``` ```Example from <a href='https://en.wikipedia.org/wiki/COBOL'>Wikipedia</a>: 19.52.48 JOB 3 $HASP100 COBUCLG ON READER1 COBOL BASE TEST 19.52.48 JOB 3 IEF677I WARNING MESSAGE(S) FOR JOB COBUCLG ISSUED 19.52.48 JOB 3 $HASP373 COBUCLG STARTED - INIT 1 - CLASS A - SYS BSP1 19.52.48 JOB 3 IEC130I SYSPUNCH DD STATEMENT MISSING 19.52.48 JOB 3 IEC130I SYSLIB DD STATEMENT MISSING 19.52.48 JOB 3 IEC130I SYSPUNCH DD STATEMENT MISSING 19.52.48 JOB 3 IEFACTRT - Stepname Procstep Program Retcode 19.52.48 JOB 3 COBUCLG BASETEST COB IKFCBL00 RC= 0000 19.52.48 JOB 3 COBUCLG BASETEST LKED IEWL RC= 0000 19.52.48 JOB 3 +HELLO, WORLD 19.52.48 JOB 3 COBUCLG BASETEST GO PGM=*.DD RC= 0000 19.52.48 JOB 3 $HASP395 COBUCLG ENDED ``` ```COBOL <a href="../lists/keywords.html#q=cobol">Keywords</a> ACCEPT ACCESS ADD ADDRESS ADVANCING AFTER ALL ALPHABET ALPHABETIC ALPHABETIC-LOWER ALPHABETIC-UPPER ALPHANUMERIC ALPHANUMERIC-EDITED ALSO ALTER ALTERNATE AND ANY APPLY ARE AREA AREAS ASCENDING ASSIGN AT AUTHOR BASIS BEFORE BEGINNING BINARY BLANK BLOCK BOTTOM BY CALL CANCEL CBL CD CF CH CHARACTER CHARACTERS CLASS CLASS-ID CLOCK-UNITS CLOSE COBOL CODE CODE-SET COLLATING COLUMN COM-REG COMMA COMMON COMMUNICATION COMP COMP-1 COMP-2 COMP-3 COMP-4 COMP-5 COMPUTATIONAL COMPUTATIONAL-1 COMPUTATIONAL-2 COMPUTATIONAL-3 COMPUTATIONAL-4 COMPUTATIONAL-5 COMPUTE CONFIGURATION CONTAINS CONTENT CONTINUE CONTROL CONTROLS CONVERTING COPY CORR CORRESPONDING COUNT CURRENCY DATA DATE-COMPILED DATE-WRITTEN DAY DAY-OF-WEEK DBCS DE DEBUG-CONTENTS DEBUG-ITEM DEBUG-LINE DEBUG-NAME DEBUG-SUB-1 DEBUG-SUB-2 DEBUG-SUB-3 DEBUGGING DECIMAL-POINT DECLARATIVES DELETE DELIMITED DELIMITER DEPENDING DESCENDING DESTINATION DETAIL DISPLAY DISPLAY-1 DIVIDE DIVISION DOWN DUPLICATES DYNAMIC EGCS EGI EJECT ELSE EMI ENABLE END END-ADD END-CALL END-COMPUTE END-DELETE END-DIVIDE END-EVALUATE END-IF END-INVOKE END-MULTIPLY END-OF-PAGE END-PERFORM END-READ END-RECEIVE END-RETURN END-REWRITE END-SEARCH END-START END-STRING END-SUBTRACT END-UNSTRING END-WRITE ENDING ENTER ENTRY ENVIRONMENT EOP EQUAL ERROR ESI EVALUATE EVERY EXCEPTION EXIT EXTEND EXTERNAL FALSE FD FILE FILE-CONTROL FILLER FINAL FIRST FOOTING FOR FROM FUNCTION GENERATE GIVING GLOBAL GO GOBACK GREATER GROUP HEADING HIGH-VALUE HIGH-VALUES I-O I-O-CONTROL ID IDENTIFICATION IF IN INDEX INDEXED INDICATE INHERITS INITIAL INITIALIZE INITIATE INPUT INPUT-OUTPUT INSERT INSPECT INSTALLATION INTO INVALID INVOKE IS JUST JUSTIFIED KANJI KEY LABEL LAST LEADING LEFT LENGTH LESS LIMIT LIMITS LINAGE LINAGE-COUNTER LINE LINE-COUNTER LINES LINKAGE LOCAL-STORAGE LOCK LOW-VALUE LOW-VALUES MEMORY MERGE MESSAGE METACLASS METHOD METHOD-ID MODE MODULES MORE-LABELS MOVE MULTIPLE MULTIPLY NATIVE NATIVE_BINARY NEGATIVE NEXT NO NOT NULL NULLS NUMBER NUMERIC NUMERIC-EDITED OBJECT OBJECT-COMPUTER OCCURS OF OFF OMITTED ON OPEN OPTIONAL OR ORDER ORGANIZATION OTHER OUTPUT OVERFLOW OVERRIDE PACKED-DECIMAL PADDING PAGE PAGE-COUNTER PASSWORD PERFORM PF PH PIC PICTURE PLUS POINTER POSITION POSITIVE PRINTING PROCEDURE PROCEDURE-POINTER PROCEDURES PROCEED PROCESSING PROGRAM PROGRAM-ID PURGE QUEUE QUOTE QUOTES RANDOM RD READ READY RECEIVE RECORD RECORDING RECORDS RECURSIVE REDEFINES REEL REFERENCE REFERENCES RELATIVE RELEASE RELOAD REMAINDER REMOVAL RENAMES REPLACE REPLACING REPORT REPORTING REPORTS REPOSITORY RERUN RESERVE RESET RETURN RETURN-CODE RETURNING REVERSED REWIND REWRITE RF RH RIGHT ROUNDED RUN SAME SD SEARCH SECTION SECURITY SEGMENT SEGMENT-LIMIT SELECT SELF SEND SENTENCE SEPARATE SEQUENCE SEQUENTIAL SERVICE SET SHIFT-IN SHIFT-OUT SIGN SIZE SKIP1 SKIP2 SKIP3 SORT SORT-CONTROL SORT-CORE-SIZE SORT-FILE-SIZE SORT-MERGE SORT-MESSAGE SORT-MODE-SIZE SORT-RETURN SOURCE SOURCE-COMPUTER SPACE SPACES SPECIAL-NAMES STANDARD STANDARD-1 STANDARD-2 START STATUS STOP STRING SUB-QUEUE-1 SUB-QUEUE-2 SUB-QUEUE-3 SUBTRACT SUM SUPER SUPPRESS SYMBOLIC SYNC SYNCHRONIZED TABLE TALLY TALLYING TAPE TERMINAL TERMINATE TEST TEXT THAN THEN THROUGH THRU TIME TIMES TITLE TO TOP TRACE TRAILING TRUE TYPE UNIT UNSTRING UNTIL UP UPON USAGE USE USING VALUE VALUES VARYING WHEN WHEN-COMPILED WITH WORDS WORKING-STORAGE WRITE WRITE-ONLY ZERO ZEROES ZEROS ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Standard Library FeatureLink ../features/hasStandardLibrary.html Supported <span class="hasFeature">✓</span> Example DISPLAY "Hello, World!". Token row Feature Fixed Point Numbers FeatureLink ../features/hasFixedPoint.html Supported <span class="hasFeature">✓</span> Example Token row Feature Booleans FeatureLink ../features/hasBooleans.html Supported <span class="hasFeature">✓</span> Example Token TRUE FALSE row Feature Case Insensitive Identifiers FeatureLink ../features/hasCaseInsensitiveIdentifiers.html Supported <span class="hasFeature">✓</span> Example Token row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token DISPLAY row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example MOVE ABC to XYZ *> This is a comment. Token *> row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Pointers FeatureLink ../features/hasPointers.html Supported <span class="hasFeature">✓</span> Example Token row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Zero-based numbering FeatureLink ../features/hasZeroBasedNumbering.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 10/16/2024 1831 9.2
zz - Programming language zz == zz is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2019 by Arvid E. Picciani. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222019%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2019 https://pldb.io/concepts/../lists/creators.html#q=Arvid%20E.%20Picciani Arvid E. Picciani #949 on PLDB 6 Years Old ```Download source code: git clone https://github.com/aep/zz ``` 🍺🐙 ZetZ a zymbolic verifier and tranzpiler to bare metal C - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - zz is developed on <a href="https://github.com/aep/zz">GitHub</a> and has 1,600 stars - zz is written in <a href="toml.html">TOML</a>, <a href="rust.html">Rust</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="markdown.html">Markdown</a>, <a href="yaml.html">YAML</a>, <a href="html.html">HTML</a>, <a href="c.html">C</a> ```Example from the web: using <stdio.h>::{printf} export fn main() -> int { let r = Random{ num: 42, }; printf("your lucky number: %u\n", r.gen()); return 0; } struct Random { u32 num; } fn gen(Random *self) -> u32 { return self->num; } ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token printf Built with Scroll v170.4.1 10/15/2024 347 1.7
Zuo - Programming language Zuo === Zuo, aka derived from the Chinese word for “make.”, is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2022 by Matthew Flatt. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222022%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2022 https://pldb.io/concepts/../lists/creators.html#q=Matthew%20Flatt Matthew Flatt #2145 on PLDB 3 Years Old A Tiny Racket for Scripting - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - <a href="racket.html">Racket</a> influenced the design of Zuo - Zuo is written in <a href="c.html">C</a> - See also: (1 related languages) <a href="racket.html">Racket</a> - Read more about Zuo on the web: 1. https://github.com/racket/racket/tree/master/racket/src/zuo 1. ```Example from the web: #lang zuo/datum ;; The classic toy benchmark (provide fib) (define input (let ([args (hash-ref (runtime-env) 'args)]) (if (null? args) 30 (string->integer (car args))))) (define (fib n) (cond [(= n 0) 1] [(= n 1) 1] [else (+ (fib (- n 1)) (fib (- n 2)))])) (fib input) ``` Built with Scroll v170.4.1 10/15/2024 305 1.5
Z++ - Programming language Z++ === Z++ is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1991. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221991%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1991 #3779 on PLDB 34 Years Old Z++ is also a version of the C++ programming language (not to be confused with Z++ that this article is about).Z++ (pronounced zee plus plus) was an object-oriented extension to the Z specification language. Z++ is an object-oriented extension to the Z specification language, allowing for the definition of classes, and the relation of classes through inheritance, association or aggregation. The primary construct of Z++ is a class. Read more on Wikipedia... https://en.wikipedia.org/wiki/Z%2B%2B Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Z++ on HOPL https://hopl.info/showlanguage.prx?exp=1607 Z++ on HOPL - See also: (1 related languages) <a href="z-notation.html">Z notation</a> ```Example from <a href='https://en.wikipedia.org/wiki/Z%2B%2B'>Wikipedia</a>: CLASS ClassName [OWNS List_of_attributes] [FUNCTIONS constant_definitions] [TYPE type_declaration] [ENTENDS list_of_super_classes] [OPERATIONS list_of_state_change_operations_definitions] [RETURNS list_of_query_operations_definitions] [ACTIONS all_operations_declarations] [INVARIANT predicates] [HISTORY RTL_predicates] END CLASS ``` Built with Scroll v170.4.1 10/15/2024 322 1.6
ZPL - Programming language ZPL === ZPL is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1993. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221993%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1993 #2652 on PLDB 32 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Explore ZPL snippets on <a href="http://www.rosettacode.org/wiki/Category:ZPL">Rosetta Code</a> - ZPL on HOPL https://hopl.info/showlanguage.prx?exp=3293 ZPL on HOPL - Read more about ZPL on Semantic Scholar: 1. https://semanticscholar.org/paper/633e63cd8a3800429589f114ae5cdfbb9f50dee8 1. - 1 PLDB concepts link to ZPL: <a href="chapel.html">Chapel</a> ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/z/ZPL'>hello-world</a>: ^XA^FDHello World^XZ~PS ``` Built with Scroll v170.4.1 10/15/2024 250 1.3
Zot - Programming language Zot === Zot is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2015 by Adam Treat. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222015%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2015 https://pldb.io/concepts/../lists/creators.html#q=Adam%20Treat Adam Treat #3007 on PLDB 10 Years Old ```Download source code: git clone https://github.com/manyoso/zot ``` Zot language interpreter written in c++ - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Zot is developed on <a href="https://github.com/manyoso/zot">GitHub</a> and has 3 stars - Zot is written in <a href="cpp.html">C++</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="markdown.html">Markdown</a> ```Example from <a href='https://riju.codes/zot'>Riju</a>: 111101010100111010101001001101010010010011101010100111010101 001101010010101010011101010100110101001101010100110101001010 101001110101010011101010100110101001010101001110101010011010 100110101010011010100101010100111010101001101010011010101001 101010011010101001110101010011101010100111010101001110101010 010011010100100110101001001101010010011010100101010011101010 100110101001101010100110101001101010100110101001010100111010 101001110101010011010100101010100111010101001101010011010101 001101010010101010011101010100110101001101010100111010101001 101010010101010010101001110101010011010100101010011101010100 111010101001101010010101010011101010100110101001010100111010 101001101010010101010010101001101010011101010100110101001101 010100100101010011010100101010011101010100110101001101010100 110101001101010100110101001010100111010101001110101010011010 100101010100111010101001101010011010101001101010010101010011 101010100110101001101010100111010101001101010010101010010101 001110101010011010100101010011101010100111010101001101010010 101010011101010100110101001010100111010101001101010010101010 010101001101010011101010100110101001101010100100101010011010 100101010011101010100110101001010100101010001010000100001000 010011000110110010011101111011011101110000001000011010011110 11000110110001101101010011000010010 ``` Built with Scroll v170.4.1 10/15/2024 277 1.4
ZOPL - Programming language ZOPL ==== ZOPL, aka Version Z, Our Programming Language, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1979. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221979%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1979 #2591 on PLDB 46 Years Old ZOPL is a programming language created by Geac Computer Corporation in the early 1970s for use on their mainframe computer systems used in libraries and banking institutions. It had similarities to C and Pascal. ZOPL stood for "Version Z, Our Programming Language". Read more on Wikipedia... https://en.wikipedia.org/wiki/ZOPL Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - ZOPL on HOPL https://hopl.info/showlanguage.prx?exp=2641 ZOPL on HOPL - See also: (3 related languages) <a href="c.html">C</a>, <a href="pascal.html">Pascal</a>, <a href="unix.html">Unix</a> Built with Scroll v170.4.1 10/15/2024 271 1.4
Zope - Application Zope ==== Zope is an <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22application%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">application</a> created in 1999. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221999%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1999 #3339 on PLDB 26 Years Old Zope is a family of free and open-source web application servers written in Python, and their associated online community. Zope stands for "Z Object Publishing Environment", and was the first system using the now common object publishing methodology for the Web. Zope has been recognized as a Python killer app, an application that helped put Python in the spotlight.Over the last few years, the Zope community has spawned several additional web frameworks with disparate aims and principles, but sharing philosophy, people, and source code. Read more on Wikipedia... https://en.wikipedia.org/wiki/Zope Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"application"%5D%7D%5D%2C"logic"%3A"AND"%7D'>application</a> Built with Scroll v170.4.1 10/15/2024 271 1.4
Zonnon - Programming language Zonnon ====== Zonnon is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2003 by Jürg Gutknecht. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222003%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2003 https://pldb.io/concepts/../lists/creators.html#q=J%C3%BCrg%20Gutknecht Jürg Gutknecht #1806 on PLDB 22 Years Old Zonnon is a programming language along the Oberon, Modula, and Pascal language line. Jürg Gutknecht is the author of the programming language.Zonnon is a general purpose programming language in the Pascal, Modula-2 and Oberon family. Its conceptual model is based on objects, definitions, implementations and modules. Read more on Wikipedia... https://en.wikipedia.org/wiki/Zonnon Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Explore Zonnon snippets on <a href="http://www.rosettacode.org/wiki/Category:Zonnon">Rosetta Code</a> - See also: (3 related languages) <a href="oberon.html">Oberon</a>, <a href="pascal.html">Pascal</a>, <a href="modula.html">Modula</a> ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/z/Zonnon.znn'>hello-world</a>: module HelloWorld; begin writeln("Hello World"); end HelloWorld. ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "Hello world" Token " row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token writeln Built with Scroll v170.4.1 10/15/2024 362 1.8
DNS Zone - Application DNS Zone ======== DNS Zone is an <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22application%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">application</a> created in 2001. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222001%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2001 #1543 on PLDB 24 Years Old 30k <span title="DNS Zone repos on GitHub.">Repos</span> A Domain Name System (DNS) zone file is a text file that describes a DNS zone. A DNS zone is a subset, often a single domain, of the hierarchical domain name structure of the DNS. The zone file contains mappings between domain names and IP addresses and other resources, organized in the form of text representations of resource records (RR). Read more on Wikipedia... https://en.wikipedia.org/wiki/Zone_file Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"application"%5D%7D%5D%2C"logic"%3A"AND"%7D'>application</a> - There are at least 29,634 DNS Zone repos on <a href="https://github.com/search?q=language:DNS Zone">GitHub</a> - GitHub supports <a href="https://github.com/sixty4k/st2-zonefile" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for DNS Zone - See also: (1 related languages) <a href="smtp.html">SMTP</a> ```Example from <a href='https://github.com/sixty4k/st2-zonefile'>Linguist</a>: $ORIGIN 0.0.0.c.2.1.0.3.0.0.2.1.e.f.f.3.ip6.arpa. $TTL 60 @ IN SOA ns root ( 2002042901 ; SERIAL 7200 ; REFRESH 600 ; RETRY 36000000 ; EXPIRE 120 ; MINIMUM ) NS ns.example.com. c.a.7.e.d.7.e.f.f.f.0.2.8.0.a.0 PTR sip01.example.com. ``` ```Example from <a href='https://en.wikipedia.org/wiki/Zone_file'>Wikipedia</a>: zone "0.0.127.in-addr.arpa" IN { type master; file "r.local"; }; ``` Built with Scroll v170.4.1 10/15/2024 416 2.1
zolang - Programming language zolang ====== zolang is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2018 by Þorvaldur Rúnarsson. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222018%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2018 https://pldb.io/concepts/../lists/creators.html#q=%C3%9Eorvaldur%20Ru%CC%81narsson Þorvaldur Rúnarsson #1342 on PLDB 7 Years Old ```Download source code: git clone https://github.com/Zolang/Zolang ``` A programming language to generate code for multiple platforms - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - zolang is developed on <a href="https://github.com/Zolang/Zolang">GitHub</a> and has 145 stars - zolang is written in <a href="swift.html">Swift</a>, <a href="markdown.html">Markdown</a>, <a href="bourne-shell.html">Bourne shell</a> ```Example from the web: describe Person { name as text street as text number as number friendNames as list of text } let john as Person be Person("John", "Wall Street", 15, [ "Alice", "Bob" ]) ``` Built with Scroll v170.4.1 10/15/2024 295 1.5
Zoem - Programming language Zoem ==== Zoem is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2005. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222005%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2005 #4683 on PLDB 20 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> ```Example from <a href='https://riju.codes/zoem'>Riju</a>: \inform{Hello, world!} ``` Built with Scroll v170.4.1 10/15/2024 186 0.9
zlang - Programming language zlang ===== zlang is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2017. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222017%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2017 #2574 on PLDB 8 Years Old ```Download source code: git clone https://github.com/Xiaofei-it/Zlang ``` A flexible dynamically-typed programming language running on the JVM and supporting access to Java objects and interaction with Java at runtime. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - zlang is developed on <a href="https://github.com/Xiaofei-it/Zlang">GitHub</a> and has 40 stars - zlang is written in <a href="java.html">Java</a>, <a href="markdown.html">Markdown</a>, <a href="xml.html">XML</a>, <a href="gradle.html">Gradle</a>, <a href="bash.html">Bash</a> Built with Scroll v170.4.1 10/15/2024 258 1.3
zl - Programming language zl == zl is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2012 by Kevin Atkinson. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222012%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2012 https://pldb.io/concepts/../lists/creators.html#q=Kevin%20Atkinson Kevin Atkinson #2037 on PLDB 13 Years Old ```Download source code: git clone https://github.com/kevina/zl ``` A C compatible and C++ like programming language that focuses on extensiblilty and giving the programmer control over how high-level constructs (such as classes) are implemented. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - zl is developed on <a href="https://github.com/kevina/zl">GitHub</a> and has 30 stars - zl is written in <a href="c.html">C</a>, <a href="rescript.html">Rescript</a>, <a href="cpp.html">C++</a>, <a href="tex.html">Tex</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="make.html">Make</a>, <a href="perl.html">Perl</a>, <a href="m4.html">M4</a> - <a href="http://zl-lang.org">zl-lang.org</a> was registered in 2012 HackerNews discussions of zl ============================ title|titleLink|date|score|comments ZL: A C/C++ Compatible Language with Hygienic Macros|https://news.ycombinator.com/item?id=11008170|01/31/2016|42|7 Built with Scroll v170.4.1 10/15/2024 340 1.7
zish - Data notation zish ==== zish is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22dataNotation%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">data notation</a> created in 2017 by Tony Locke. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222017%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2017 https://pldb.io/concepts/../lists/creators.html#q=Tony%20Locke Tony Locke #4531 on PLDB 8 Years Old A data serialization format, designed to be an improvement on JSON. It adds timestamp, bytes and decimal types, as well as multi-line strings. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"dataNotation"%5D%7D%5D%2C"logic"%3A"AND"%7D'>dataNotation</a> - Read more about zish on the web: 1. https://github.com/tlocke/zish/blob/master/README.adoc 1. Built with Scroll v170.4.1 10/15/2024 229 1.1
Zip file format - Binary data format Zip file format =============== Zip file format is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22binaryDataFormat%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">binary data format</a> created in 1989. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221989%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1989 #2619 on PLDB 36 Years Old ZIP is an archive file format that supports lossless data compression. A ZIP file may contain one or more files or directories that may have been compressed. The ZIP file format permits a number of compression algorithms, though DEFLATE is the most common. Read more on Wikipedia... https://en.wikipedia.org/wiki/Zip_(file_format) Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"binaryDataFormat"%5D%7D%5D%2C"logic"%3A"AND"%7D'>binaryDataFormat</a> - 1 PLDB concepts link to Zip file format: <a href="sqlar-format.html">sqlar-format</a> Built with Scroll v170.4.1 10/15/2024 251 1.3
Zimpl - Programming language Zimpl ===== Zimpl is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2004. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222004%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2004 #1916 on PLDB 21 Years Old 60 <span title="Zimpl repos on GitHub.">Repos</span> Zimpl is a little language to translate the mathematical model of a problem into a linear or nonlinear (mixed-) integer mathematical program expressed in .lp or .mps file format which can be read and (hopefully) solved by a LP or MIP solver. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - There are at least 60 Zimpl repos on <a href="https://github.com/search?q=language:Zimpl">GitHub</a> - The Google BigQuery Public Dataset GitHub snapshot shows 34 users using Zimpl in 37 repos on <a href="https://api.github.com/search/repositories?q=language:Zimpl">GitHub</a> ```Example from the web: # $Id: queens3.zpl,v 1.3 2009/09/13 16:15:53 bzfkocht Exp $ # # This is a formulation of the n queens problem using binary variables. # variables. Since the number of queens is maximized, the size of the # board can be set arbitrarily. # param columns := 8; set I := { 1 .. columns }; set IxI := I * I; set TABU[<i,j> in IxI] := { <m,n> in IxI with (m != i or n != j) and (m == i or n == j or abs(m - i) == abs(n - j)) }; var x[IxI] binary; maximize queens: sum <i,j> in IxI : x[i,j]; subto c1: forall <i,j> in IxI do card(TABU[i,j]) - card(TABU[i,j]) * x[i,j] >= sum <m,n> in TABU[i,j] : x[m,n]; ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example # A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example # A comment Token # row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 10/15/2024 470 2.4
Zimbu - Programming language Zimbu ===== Zimbu is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2009 by Bram Moolenaar. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222009%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2009 https://pldb.io/concepts/../lists/creators.html#q=Bram%20Moolenaar Bram Moolenaar #1986 on PLDB 16 Years Old Bram Moolenaar (born 1961, in Lisse) is a Dutch computer programmer and an active member of the open-source software community. He is the original author, maintainer, release manager, and benevolent dictator for life of Vim, a text editor that is very popular among programmers and power users. Since July 2006, Moolenaar has been employed by Google, working in the Zürich office. Read more on Wikipedia... https://en.wikipedia.org/wiki/Zimbu Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - See also: (3 related languages) <a href="vim.html">Vim</a>, <a href="vi.html">vi</a>, <a href="python.html">Python</a> ```Example from the web: FUNC Main() int IO.write("Hello, World!\n") RETURN 0 } ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/z/Zimbu.zu'>hello-world</a>: FUNC Main() int IO.write("Hello World\n") RETURN 0 } ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token IO.write Built with Scroll v170.4.1 10/15/2024 359 1.8
ZIM Format - Binary data format ZIM Format ========== ZIM Format is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22binaryDataFormat%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">binary data format</a> created in 2009. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222009%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2009 #2837 on PLDB 16 Years Old The openZIM project proposes offline storage solutions for content coming from the Web. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"binaryDataFormat"%5D%7D%5D%2C"logic"%3A"AND"%7D'>binaryDataFormat</a> - <a href="https://openzim.org/">openzim.org</a> was registered in 2009 - Read more about ZIM Format on the web: 1. https://wiki.openzim.org/wiki/ZIM_file_format 1. Built with Scroll v170.4.1 10/15/2024 216 1.1
Zork Implementation Language - Programming language Zork Implementation Language ============================ Zork Implementation Language, aka Zork Implementation Language, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1988. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221988%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1988 #4530 on PLDB 37 Years Old 177 <span title="Zork Implementation Language repos on GitHub.">Repos</span> - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - There are at least 177 Zork Implementation Language repos on <a href="https://github.com/search?q=language:ZIL">GitHub</a> - Read more about Zork Implementation Language on the web: 1. https://archive.org/details/Learning_ZIL_Steven_Eric_Meretzky_1995 1. ```Example from the web: <ROUTINE VILLAIN-STRENGTH (OO "AUX" (VILLAIN <GET .OO ,V-VILLAIN>) OD TMP) <SET OD <GETP .VILLAIN ,P?STRENGTH>> <COND (<NOT <L? .OD 0>> <COND (<AND <EQUAL? .VILLAIN ,THIEF> ,THIEF-ENGROSSED> <COND (<G? .OD 2> <SET OD 2>)> <SETG THIEF-ENGROSSED <>>)> <COND (<AND ,PRSI <FSET? ,PRSI ,WEAPONBIT> <EQUAL? <GET .OO ,V-BEST> ,PRSI>> <SET TMP <- .OD <GET .OO ,V-BEST-ADV>>> <COND (<L? .TMP 1> <SET TMP 1>)> <SET OD .TMP>)>)> .OD> ``` Built with Scroll v170.4.1 10/15/2024 360 1.8
ZigZag - Knowledge base ZigZag ====== ZigZag is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22knowledgeBase%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">knowledge base</a> created in 1965. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221965%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1965 #4614 on PLDB 60 Years Old ZigZag is Ted Nelson's trademark on a data model he has designed for computer interaction, both for users and between programs. Nelson's stated goal is on one hand a platform for the Project Xanadu hypertext and on the other a complete computing system built on new conventions. The design is centered on an information structure called a zzstructure and its interactive visualizations. Read more on Wikipedia... https://en.wikipedia.org/wiki/ZigZag_(software) Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"knowledgeBase"%5D%7D%5D%2C"logic"%3A"AND"%7D'>knowledgeBase</a> Built with Scroll v170.4.1 10/15/2024 251 1.3
ZGRASS - Programming language ZGRASS ====== ZGRASS is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1978. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221978%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1978 #5053 on PLDB 47 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - ZGRASS on HOPL https://hopl.info/showlanguage.prx?exp=4142 ZGRASS on HOPL - Read more about ZGRASS on Semantic Scholar: 1. https://semanticscholar.org/paper/d59da4c6cf47ca0b7f038c3e20938d23ffec2a7f 1. Built with Scroll v170.4.1 10/15/2024 200 1
Zeta - Programming language Zeta ==== Zeta is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2008 by Russ Cox and Tom Bergan† and Austin T. Clements and Frans Kaashoek and Eddie Kohler. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222008%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2008 https://pldb.io/concepts/../lists/creators.html#q=Russ%20Cox Russ Cox https://pldb.io/concepts/../lists/creators.html#q=Tom%20Bergan%E2%80%A0 Tom Bergan† https://pldb.io/concepts/../lists/creators.html#q=Austin%20T.%20Clements Austin T. Clements https://pldb.io/concepts/../lists/creators.html#q=Frans%20Kaashoek Frans Kaashoek https://pldb.io/concepts/../lists/creators.html#q=Eddie%20Kohler Eddie Kohler #2956 on PLDB 17 Years Old A prototype implementation of xoc in zeta, a C-like interpreted procedural language with first-class functions. Zeta makes writing extensions easier than standard C, although extension writers must adjust to a slightly different language. Our implementation runs zeta using a bytecode interpreter and is therefore limited in its performance; we plan to replace the bytecode interpreter with compilation to machine code, which should reduce the compilation time for a large program from tens of seconds to a fraction of a second. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Early development of Zeta happened in <a href="../lists/labs.html#q=MIT">MIT</a> and <a href="../lists/labs.html#q=UCLA">UCLA</a> - Zeta is written in <a href="cpp.html">C++</a> - Read more about Zeta on the web: 1. 2. https://pdos.csail.mit.edu/archive/xoc/ 1. https://swtch.com/~rsc/papers/xoc-asplos2008.pdf 2. - 1 PLDB concepts link to Zeta: <a href="xoc-compiler.html">Xoc</a> Built with Scroll v170.4.1 10/15/2024 410 2
zephyr-asdl - Grammar language zephyr-asdl =========== zephyr-asdl is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22grammarLanguage%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">grammar language</a> created in 1997. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221997%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1997 #3222 on PLDB 28 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"grammarLanguage"%5D%7D%5D%2C"logic"%3A"AND"%7D'>grammarLanguage</a> - Read more about zephyr-asdl on the web: 1. https://github.com/python/cpython/blob/master/Parser/Python.asdl 1. ```Example from the web: -- ASDL's 5 builtin types are: -- identifier, int, string, object, constant module Python { mod = Module(stmt* body, type_ignore *type_ignores) | Interactive(stmt* body) | Expression(expr body) | FunctionType(expr* argtypes, expr returns) -- not really an actual node but useful in Jython's typesystem. | Suite(stmt* body) stmt = FunctionDef(identifier name, arguments args, stmt* body, expr* decorator_list, expr? returns, string? type_comment) | AsyncFunctionDef(identifier name, arguments args, stmt* body, expr* decorator_list, expr? returns, string? type_comment) | ClassDef(identifier name, expr* bases, keyword* keywords, stmt* body, expr* decorator_list) | Return(expr? value) | Delete(expr* targets) | Assign(expr* targets, expr value, string? type_comment) | AugAssign(expr target, operator op, expr value) -- 'simple' indicates that we annotate simple name without parens | AnnAssign(expr target, expr annotation, expr? value, int simple) -- use 'orelse' because else is a keyword in target languages | For(expr target, expr iter, stmt* body, stmt* orelse, string? type_comment) | AsyncFor(expr target, expr iter, stmt* body, stmt* orelse, string? type_comment) | While(expr test, stmt* body, stmt* orelse) | If(expr test, stmt* body, stmt* orelse) | With(withitem* items, stmt* body, string? type_comment) | AsyncWith(withitem* items, stmt* body, string? type_comment) | Raise(expr? exc, expr? cause) | Try(stmt* body, excepthandler* handlers, stmt* orelse, stmt* finalbody) | Assert(expr test, expr? msg) | Import(alias* names) | ImportFrom(identifier? module, alias* names, int? level) | Global(identifier* names) | Nonlocal(identifier* names) | Expr(expr value) | Pass | Break | Continue -- XXX Jython will be different -- col_offset is the byte offset in the utf8 string the parser uses attributes (int lineno, int col_offset, int? end_lineno, int? end_col_offset) -- BoolOp() can use left & right? expr = BoolOp(boolop op, expr* values) | NamedExpr(expr target, expr value) | BinOp(expr left, operator op, expr right) | UnaryOp(unaryop op, expr operand) | Lambda(arguments args, expr body) | IfExp(expr test, expr body, expr orelse) | Dict(expr* keys, expr* values) | Set(expr* elts) | ListComp(expr elt, comprehension* generators) | SetComp(expr elt, comprehension* generators) | DictComp(expr key, expr value, comprehension* generators) | GeneratorExp(expr elt, comprehension* generators) -- the grammar constrains where yield expressions can occur | Await(expr value) | Yield(expr? value) | YieldFrom(expr value) -- need sequences for compare to distinguish between -- x < 4 < 3 and (x < 4) < 3 | Compare(expr left, cmpop* ops, expr* comparators) | Call(expr func, expr* args, keyword* keywords) | FormattedValue(expr value, int? conversion, expr? format_spec) | JoinedStr(expr* values) | Constant(constant value, string? kind) -- the following expression can appear in assignment context | Attribute(expr value, identifier attr, expr_context ctx) | Subscript(expr value, slice slice, expr_context ctx) | Starred(expr value, expr_context ctx) | Name(identifier id, expr_context ctx) | List(expr* elts, expr_context ctx) | Tuple(expr* elts, expr_context ctx) -- col_offset is the byte offset in the utf8 string the parser uses attributes (int lineno, int col_offset, int? end_lineno, int? end_col_offset) expr_context = Load | Store | Del | AugLoad | AugStore | Param slice = Slice(expr? lower, expr? upper, expr? step) | ExtSlice(slice* dims) | Index(expr value) boolop = And | Or operator = Add | Sub | Mult | MatMult | Div | Mod | Pow | LShift | RShift | BitOr | BitXor | BitAnd | FloorDiv unaryop = Invert | Not | UAdd | USub cmpop = Eq | NotEq | Lt | LtE | Gt | GtE | Is | IsNot | In | NotIn comprehension = (expr target, expr iter, expr* ifs, int is_async) excepthandler = ExceptHandler(expr? type, identifier? name, stmt* body) attributes (int lineno, int col_offset, int? end_lineno, int? end_col_offset) arguments = (arg* posonlyargs, arg* args, arg? vararg, arg* kwonlyargs, expr* kw_defaults, arg? kwarg, expr* defaults) arg = (identifier arg, expr? annotation, string? type_comment) attributes (int lineno, int col_offset, int? end_lineno, int? end_col_offset) -- keyword arguments supplied to call (NULL identifier for **kwargs) keyword = (identifier? arg, expr value) -- import name with optional 'as' alias. alias = (identifier name, identifier? asname) withitem = (expr context_expr, expr? optional_vars) type_ignore = TypeIgnore(int lineno, string tag) } ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example -- A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example -- A comment Token -- row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 10/15/2024 855 4.3
Zephir - Programming language Zephir ====== Zephir is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2013 by Andres Gutierrez. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222013%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2013 https://pldb.io/concepts/../lists/creators.html#q=Andres%20Gutierrez Andres Gutierrez #204 on PLDB 12 Years Old 91 <span title="Zephir repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/phalcon/zephir ``` Zephir is a compiled high-level language aimed to ease the creation of C-extensions for PHP - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Zephir is developed on <a href="https://github.com/phalcon/zephir">GitHub</a> and has 3,281 stars - There are at least 91 Zephir repos on <a href="https://github.com/search?q=language:Zephir">GitHub</a> - Zephir is written in <a href="php.html">PHP</a>, <a href="c.html">C</a>, <a href="json.html">JSON</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="yaml.html">YAML</a>, <a href="markdown.html">Markdown</a>, <a href="m4.html">M4</a>, <a href="xml.html">XML</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="javascript.html">JavaScript</a>, <a href="bash.html">Bash</a>, <a href="css.html">CSS</a>, <a href="make.html">Make</a>, <a href="lisp.html">Lisp</a> - The Google BigQuery Public Dataset GitHub snapshot shows 127 users using Zephir in 140 repos on <a href="https://api.github.com/search/repositories?q=language:Zephir">GitHub</a> - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/php.py">syntax highlighting</a> for Zephir - GitHub supports <a href="https://github.com/phalcon/zephir-sublime" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for Zephir - <a href="https://zephir-lang.com/">zephir-lang.com</a> was registered in 2013 ```Example from <a href='https://github.com/phalcon/zephir-sublime'>Linguist</a>: /** * CBLOCK tests * asfas */ %{ // top statement before namespace, add to after headers #define MAX_FACTOR 40 }% namespace Test; %{ // top statement before class, add to after headers // test include .h #include "kernel/require.h" }% %{ // c implement fibonacci static long fibonacci(long n) { if (n < 2) return n; else return fibonacci(n - 2) + fibonacci(n - 1); } }% class Cblock { public function testCblock1() { int a = 0; %{ a = MAX_FACTOR; }% return a; } public function testCblock2() { long a = 0; %{ a = fibonacci(MAX_FACTOR); }% return a; } } ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Integers FeatureLink ../features/hasIntegers.html Supported <span class="hasFeature">✓</span> Example // [0-9]+ Token row Feature Floats FeatureLink ../features/hasFloats.html Supported <span class="hasFeature">✓</span> Example // [0-9][0-9]*\.[0-9]+([eE][0-9]+)?[fd]? Token row Feature Hexadecimals FeatureLink ../features/hasHexadecimals.html Supported <span class="hasFeature">✓</span> Example // 0x[0-9a-fA-F]+ Token row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example /* A comment */ Token /* */ row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token // row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 10/15/2024 669 3.3
zenscript - Programming language zenscript ========= zenscript is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2014 by Stan Hebben. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222014%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2014 https://pldb.io/concepts/../lists/creators.html#q=Stan%20Hebben Stan Hebben #1275 on PLDB 11 Years Old 1k <span title="zenscript repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/CraftTweaker/ZenScript ``` - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - zenscript is developed on <a href="https://github.com/CraftTweaker/ZenScript">GitHub</a> and has 76 stars - There are at least 1,390 zenscript repos on <a href="https://github.com/search?q=language:ZenScript">GitHub</a> - zenscript is written in <a href="java.html">Java</a>, <a href="gradle.html">Gradle</a>, <a href="markdown.html">Markdown</a> - The Google BigQuery Public Dataset GitHub snapshot shows 8 users using zenscript in 8 repos on <a href="https://api.github.com/search/repositories?q=language:ZenScript">GitHub</a> ```Example from the web: var x = 5; print(x+5); for i in 0 to 10 { print(10 - i); } for i in 10 .. 20 { if i %2 == 0{ print(i); } } ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token print Built with Scroll v170.4.1 10/15/2024 349 1.7
ZENO - Programming language ZENO ==== ZENO is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1995. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221995%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1995 #3006 on PLDB 30 Years Old Zeno (after pre-Socratic Greek philosopher Zeno of Elea) is an imperative procedural programming language designed to be easy to learn and user friendly. Zeno is generic in the sense that it contains most of the essential elements used in other languages to develop real applications. The Zeno Interpreter was designed for use in Windows 95 and later Microsoft operating systems. Read more on Wikipedia... https://en.wikipedia.org/wiki/Zeno_(programming_language) Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - ZENO on HOPL https://hopl.info/showlanguage.prx?exp=838 ZENO on HOPL ```Example from <a href='https://en.wikipedia.org/wiki/Zeno_(programming_language)'>Wikipedia</a>: 2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97 101 103 107 109 113 ``` Built with Scroll v170.4.1 10/15/2024 305 1.5
Zeek - Programming language Zeek ==== Zeek is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1994. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221994%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1994 #2367 on PLDB 31 Years Old 1k <span title="Zeek repos on GitHub.">Repos</span> Zeek's domain-specific scripting language enables site-specific monitoring policies. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - There are at least 1,383 Zeek repos on <a href="https://github.com/search?q=language:Zeek">GitHub</a> - The Google BigQuery Public Dataset GitHub snapshot shows 17 users using Zeek in 17 repos on <a href="https://api.github.com/search/repositories?q=language:Zeek">GitHub</a> - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/dsls.py">syntax highlighting</a> for Zeek - <a href="https://zeek.org/">zeek.org</a> was registered in 2017 - 1 PLDB concepts link to Zeek: <a href="bro.html">Bro</a> Built with Scroll v170.4.1 10/15/2024 291 1.5
Zed - Programming language Zed === Zed is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1978. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221978%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1978 #4920 on PLDB 47 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Explore Zed snippets on <a href="http://www.rosettacode.org/wiki/Category:ZED">Rosetta Code</a> - Zed on HOPL https://hopl.info/showlanguage.prx?exp=837 Zed on HOPL - Read more about Zed on Semantic Scholar: 1. https://semanticscholar.org/paper/f5c9d8e96ebc6d4cf513184a00b5dd2e977baab9 1. Built with Scroll v170.4.1 10/15/2024 216 1.1
ZCCS - Programming language ZCCS ==== ZCCS is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1997. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221997%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1997 #5052 on PLDB 28 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - ZCCS on HOPL https://hopl.info/showlanguage.prx?exp=5823 ZCCS on HOPL - Read more about ZCCS on Semantic Scholar: 1. https://semanticscholar.org/paper/9755cf1bfbd6090b64e388132e1ae1692981a99c 1. Built with Scroll v170.4.1 10/15/2024 200 1
z80 - Assembly language z80 === z80 is an <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22assembly%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">assembly language</a> created in 1976. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221976%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1976 #1835 on PLDB 49 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"assembly"%5D%7D%5D%2C"logic"%3A"AND"%7D'>assembly language</a> - <a href="codemirror.html">CodeMirror</a> <a href="https://github.com/codemirror/codemirror5/tree/master/mode/z80">package</a> for syntax highlighting z80 - Read more about z80 on the web: 1. https://en.wikipedia.org/wiki/Zilog_Z80#Z80_assembly_language 1. ```Example from the web: ; memcpy -- ; Copy a block of memory from one location to another. ; ; Entry registers ; BC - Number of bytes to copy ; DE - Address of source data block ; HL - Address of target data block ; ; Return registers ; BC - Zero org 1000h ;Origin at 1000h memcpy public loop ld a,b ;Test BC, or c ;If BC = 0, ret z ;Return ld a,(de) ;Load A from (DE) ld (hl),a ;Store A into (HL) inc de ;Increment DE inc hl ;Increment HL dec bc ;Decrement BC jp loop ;Repeat the loop end ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example ; A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example ; A comment Token ; row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 10/15/2024 361 1.8
z2 - Programming language z2 == z2 is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2015. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222015%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2015 #2722 on PLDB 10 Years Old ```Download source code: git clone https://github.com/MasterZean/z2-compiler-cpp ``` Z2 is a statically-typed pure-OOP general-use performance-centric systems-programming language. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - z2 is developed on <a href="https://github.com/MasterZean/z2-compiler-cpp">GitHub</a> and has 0 stars - z2 is written in <a href="cpp.html">C++</a>, <a href="xml.html">XML</a>, <a href="markdown.html">Markdown</a> - Read more about z2 on the web: 1. https://www.reddit.com/r/ProgrammingLanguages/comments/4xze6m/introducing_the_z2_programming_language_warning/ 1. ```Example from the web: namespace org.z2legacy.samples.ut; class HelloWorld { def @main() { System.Out << "Hello World!\n"; } } ``` Built with Scroll v170.4.1 10/15/2024 280 1.4
Z - Programming language Z = Z is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2019. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222019%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2019 #1928 on PLDB 6 Years Old ```Download source code: git clone https://github.com/zlanguage/zcomp ``` The compiler for the Z programming language - a procedural and functional language that transpiles to JavaScript. It integrates syntactic sugar like pattern matching, operator overloading, and macros while still remaining compatible with the existing JavaScript ecosystem. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Z is developed on <a href="https://github.com/zlanguage/zcomp">GitHub</a> and has 54 stars - Z compiles to <a href="javascript.html">JavaScript</a> Built with Scroll v170.4.1 10/15/2024 245 1.2
Z shell - Programming language Z shell ======= Z shell is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1990 by Paul Falstad. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221990%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1990 https://pldb.io/concepts/../lists/creators.html#q=Paul%20Falstad Paul Falstad #139 on PLDB 35 Years Old [Image Omitted] A screenshot of the <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> Z shell. The Z shell (Zsh) is a Unix shell that can be used as an interactive login shell and as a powerful command interpreter for shell scripting. Zsh is an extended Bourne shell with a large number of improvements, including some features of Bash, ksh, and tcsh.. Read more on Wikipedia... https://en.wikipedia.org/wiki/Z_shell Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Early development of Z shell happened in <a href="../lists/labs.html#q=Princeton University">Princeton University</a> - Z shell on HOPL https://hopl.info/showlanguage.prx?exp=2642 Z shell on HOPL - Z shell appears in the <a href="https://www.tiobe.com/tiobe-index/">TIOBE Index</a> - Z shell Ubuntu package https://packages.ubuntu.com/jammy/zsh Z shell Ubuntu package - Z shell appears in the <a href="https://github.com/mame/quine-relay">Quine Relay</a> project - <a href="http://www.zsh.org/">zsh.org</a> was registered in 1998 - See also: (6 related languages) <a href="c.html">C</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="bash.html">Bash</a>, <a href="korn-shell.html">Korn shell</a>, <a href="tcp.html">TCP</a>, <a href="ftp.html">FTP</a> - Read more about Z shell on the web: 1. 2. https://zsh.sourceforge.io/Guide/ 1. https://git.code.sf.net/p/zsh/code 2. - 20 PLDB concepts link to Z shell: <a href="crystal.html">Crystal</a>, <a href="ecr.html">Embedded Crystal</a>, <a href="git.html">Git</a>, <a href="iterm2.html">Iterm2</a>, <a href="jinx.html">jinx</a>, <a href="kalyn.html">Kalyn</a>, <a href="kubernetes.html">Kubernetes</a>, <a href="lift.html">lift</a>, <a href="mu.html">Mu</a>, <a href="mycroft.html">mycroft</a>, <a href="oil.html">oil</a>, <a href="opa.html">Opa</a>, <a href="opam-pm.html">opam-pm</a>, <a href="pomsky.html">Pomsky</a>, <a href="ruby.html">Ruby</a>, <a href="rust.html">Rust</a>, <a href="score.html">score</a>, <a href="tibet.html">tibet</a>, <a href="vcpkg-pm.html">Vcpkg</a>, <a href="wart.html">Wart</a> ```Example from <a href='https://riju.codes/zsh'>Riju</a>: echo "Hello, world!" ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/z/Z Shell.zsh'>hello-world</a>: #!/bin/zsh echo "Hello World" ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "Hello world" Token " row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token echo row Feature Here Document FeatureLink ../features/hasHereDocs.html Supported <span class="hasFeature">✓</span> Example Token Built with Scroll v170.4.1 10/15/2024 705 3.5
Z notation - Notation Z notation ========== Z notation is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22notation%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">notation</a> created in 1974. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221974%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1974 #1539 on PLDB 51 Years Old The Z notation is a formal specification language used for describing and modelling computing systems. It is targeted at the clear specification of computer programs and computer-based systems in general.. Read more on Wikipedia... https://en.wikipedia.org/wiki/Z_notation Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"notation"%5D%7D%5D%2C"logic"%3A"AND"%7D'>notation</a> - See also: (7 related languages) <a href="apl.html">APL</a>, <a href="ascii.html">ASCII</a>, <a href="latex.html">LaTeX</a>, <a href="unicode.html">Unicode</a>, <a href="zpp.html">Z++</a>, <a href="object-z.html">Object-Z</a>, <a href="alloy.html">Alloy</a> - Read more about Z notation on the web: 1. http://czt.sourceforge.net/ 1. Built with Scroll v170.4.1 10/15/2024 281 1.4
Z-machine - Programming language Z-machine ========= Z-machine is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1980. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221980%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1980 #2355 on PLDB 45 Years Old The Z-machine is a virtual machine that was developed by Joel Berez and Marc Blank in 1979 and used by Infocom for its text adventure games. Infocom compiled game code to files containing Z-machine instructions (called story files or Z-code files) and could therefore port its text adventures to a new platform simply by writing a Z-machine implementation for that platform. With the large number of incompatible home computer systems in use at the time, this was an important advantage over using native code or developing a compiler for each system.. Read more on Wikipedia... https://en.wikipedia.org/wiki/Z-machine Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Early development of Z-machine happened in <a href="../lists/labs.html#q=Infocom">Infocom</a> - Z-machine on HOPL https://hopl.info/showlanguage.prx?exp=2639 Z-machine on HOPL - See also: (7 related languages) <a href="lisp.html">Lisp</a>, <a href="inform.html">Inform</a>, <a href="linux.html">Linux</a>, <a href="c.html">C</a>, <a href="unix.html">Unix</a>, <a href="ios.html">iOS</a>, <a href="tads.html">Text Adventure Development System</a> Built with Scroll v170.4.1 10/15/2024 366 1.8
Z-flat - Programming language Z-flat ====== Z-flat is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2021 by Adam Hutchings. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222021%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2021 https://pldb.io/concepts/../lists/creators.html#q=Adam%20Hutchings Adam Hutchings #2205 on PLDB 4 Years Old ```Download source code: git clone https://github.com/adamhutchings/zflat ``` Z-flat is a compiled, statically-typed programming language. Its design goals are intuitive syntax, type-safety, and easy library management. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Z-flat is developed on <a href="https://github.com/adamhutchings/zflat">GitHub</a> and has 7 stars - Z-flat is written in <a href="cpp.html">C++</a>, <a href="c.html">C</a>, <a href="markdown.html">Markdown</a>, <a href="cmake.html">CMake</a>, <a href="yaml.html">YAML</a>, <a href="bourne-shell.html">Bourne shell</a> ```Example from the web: ~/ factorial /~ ~ recursive implementation ~ factorial_r(x: int): int { if (x < 2) { return 1; } else { return x * factorial_r(x - 1); } } ~ iterative implementation ~ factorial_i(x: int): int { ret: int = 1; loop(x): i: int { ret *= (i + 1); } return ret; } ``` Built with Scroll v170.4.1 10/15/2024 323 1.6
Z - Programming language Z = Z is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2012 by Chris Done. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222012%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2012 https://pldb.io/concepts/../lists/creators.html#q=Chris%20Done Chris Done #916 on PLDB 13 Years Old ```Download source code: git clone https://github.com/chrisdone/z ``` A strict, impure, curried, partially applied programming language with rather peculiar syntax. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Z is developed on <a href="https://github.com/chrisdone/z">GitHub</a> and has 278 stars - Z is written in <a href="haskell.html">Haskell</a>, <a href="lisp.html">Lisp</a>, <a href="html.html">HTML</a>, <a href="markdown.html">Markdown</a> - Read more about Z on the web: 1. https://news.ycombinator.com/item?id=20557363 1. Language <a href="../lists/features.html">features</a> ====================================================== row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example -- A comment Token -- row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "hello world" Token row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="hasFeature">✓</span> Example defun message msg do print : Here's a message print msg print : End of message. Token row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example -- A simple function, that is used inside the macro below. defun ap x y ++ x y defmacro : input z:string input -- Example with print: print : Hello, World! What's going on in here? Token Built with Scroll v170.4.1 10/15/2024 389 1.9
Yum - Package manager Yum === Yum is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22packageManager%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">package manager</a> created in 1999 by Seth Vidal and Michael Stenner. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221999%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1999 https://pldb.io/concepts/../lists/creators.html#q=Seth%20Vidal Seth Vidal https://pldb.io/concepts/../lists/creators.html#q=Michael%20Stenner Michael Stenner #1688 on PLDB 26 Years Old The Yellowdog Updater, Modified (YUM) is a libre and open-source command-line package-management utility for computers running the Linux operating system using the RPM Package Manager. Though YUM has a command-line interface, several other tools provide graphical user interfaces to YUM functionality. YUM allows for automatic updates and package and dependency management on RPM-based distributions. Read more on Wikipedia... https://en.wikipedia.org/wiki/Yum_(software) Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"packageManager"%5D%7D%5D%2C"logic"%3A"AND"%7D'>packageManager</a> - Early development of Yum happened in <a href="../lists/labs.html#q=Duke University">Duke University</a> - Read more about Yum on the web: 1. https://webhome.phy.duke.edu/~rgb/General/yum_HOWTO/yum_HOWTO/yum_HOWTO-1.html 1. Built with Scroll v170.4.1 10/15/2024 316 1.6
Yul - Programming language Yul === Yul is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2016. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222016%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2016 #3221 on PLDB 9 Years Old JULIA is an intermediate language that can compile to various different backends (EVM 1.0, EVM 1.5 and eWASM are planned). Because of that, it is designed to be a usable common denominator of all three platforms. It can already be used for “inline assembly” inside Solidity and future versions of the Solidity compiler will even use JULIA as intermediate language. It should also be easy to build high-level optimizer stages for JULIA. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Early development of Yul happened in <a href="../lists/labs.html#q=https://github.com/ethereum">https://github.com/ethereum</a> - Read more about Yul on the web: 1. https://solidity.readthedocs.io/en/v0.4.21/julia.html 1. ```Example from the web: { function power(base:u256, exponent:u256) -> result:u256 { switch exponent case 0:u256 { result := 1:u256 } case 1:u256 { result := base } default: { result := power(mul(base, base), div(exponent, 2:u256)) switch mod(exponent, 2:u256) case 1:u256 { result := mul(base, result) } } } } ``` Built with Scroll v170.4.1 10/15/2024 336 1.7
YugabyteDB - Database YugabyteDB ========== YugabyteDB is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22database%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">database</a> created in 2018. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222018%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2018 #4919 on PLDB 7 Years Old Distributed SQL database management system - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"database"%5D%7D%5D%2C"logic"%3A"AND"%7D'>database</a> - Early development of YugabyteDB happened in <a href="../lists/labs.html#q=Yugabyte Inc.">Yugabyte Inc.</a> Built with Scroll v170.4.1 10/15/2024 193 1
Yorick - Programming language Yorick ====== Yorick is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1996 by David H. Munro. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221996%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1996 https://pldb.io/concepts/../lists/creators.html#q=David%20H.%20Munro David H. Munro #1061 on PLDB 29 Years Old Yorick is an interpreted programming language designed for numerics, graph plotting, and steering large scientific simulation codes. It is quite fast due to array syntax, and extensible via C or Fortran routines. It was created in 1996 by David H. Read more on Wikipedia... https://en.wikipedia.org/wiki/Yorick_(programming_language) Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Early development of Yorick happened in <a href="../lists/labs.html#q=Lawrence Livermore">Lawrence Livermore</a> - Explore Yorick snippets on <a href="http://www.rosettacode.org/wiki/Category:Yorick">Rosetta Code</a> - Yorick on HOPL https://hopl.info/showlanguage.prx?exp=2637 Yorick on HOPL - Yorick appears in the <a href="https://www.tiobe.com/tiobe-index/">TIOBE Index</a> - Yorick Ubuntu package https://packages.ubuntu.com/jammy/yorick Yorick Ubuntu package - Yorick appears in the <a href="https://github.com/mame/quine-relay">Quine Relay</a> project - See also: (3 related languages) <a href="c.html">C</a>, <a href="fortran.html">Fortran</a>, <a href="perl-data-language.html">Perl Data Language</a> ```Example from <a href='https://riju.codes/yorick'>Riju</a>: write, "Hello, world!" ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/y/Yorick.i'>hello-world</a>: #!/usr/bin/yorick -batch print, "Hello World"; ``` ```Example from <a href='https://en.wikipedia.org/wiki/Yorick_(programming_language)'>Wikipedia</a>: > x=[[1,2,3],[4,5,6]] > x [[1,2,3],[4,5,6]] > y=[[7,8],[9,10],[11,12]] > x(,+)*y(+,) [[39,54,69],[49,68,87],[59,82,105]] > x(+,)*y(,+) [[58,139],[64,154]] ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "Hello world" Token " row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token print Built with Scroll v170.4.1 10/15/2024 502 2.5
YoptaScript - Programming language YoptaScript =========== YoptaScript is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2016 by Sam Gozman. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222016%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2016 https://pldb.io/concepts/../lists/creators.html#q=Sam%20Gozman Sam Gozman #397 on PLDB 9 Years Old ```Download source code: git clone https://github.com/samgozman/YoptaScript ``` Joke programming language for 'gopniks' in Russia. Back from 2016! - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - YoptaScript is developed on <a href="https://github.com/samgozman/YoptaScript">GitHub</a> and has 2,101 stars - YoptaScript compiles to <a href="javascript.html">JavaScript</a> - YoptaScript is written in <a href="javascript.html">JavaScript</a>, <a href="typescript.html">TypeScript</a>, <a href="yaml.html">YAML</a>, <a href="json.html">JSON</a>, <a href="html.html">HTML</a>, <a href="markdown.html">Markdown</a>, <a href="css.html">CSS</a> - YoptaScript is written with the native language of Russian ```Example from <a href='https://riju.codes/yoptascript'>Riju</a>: красноглазое.чмо("Привет мир!") нах ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/y/YoptaScript'>hello-world</a>: ксива.малява("Hello World") нах ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "Hello world" Token " row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token ксива.малява Built with Scroll v170.4.1 10/15/2024 362 1.8
Yoix - Programming language Yoix ==== Yoix is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2000 by Rich Drechsler and John Mocenigo. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222000%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2000 https://pldb.io/concepts/../lists/creators.html#q=Rich%20Drechsler Rich Drechsler https://pldb.io/concepts/../lists/creators.html#q=John%20Mocenigo John Mocenigo #1370 on PLDB 25 Years Old In computer programming, Yoix is a high-level, general-purpose, interpreted, dynamic programming language. The Yoix interpreter is implemented using standard Java technology without any add-on packages and requires only a Sun-compliant JVM to operate. Initially developed by AT&T Labs researchers for internal use, it has been available as free and open source software since late 2000.. Read more on Wikipedia... https://en.wikipedia.org/wiki/Yoix Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - See also: (7 related languages) <a href="c.html">C</a>, <a href="java.html">Java</a>, <a href="postscript.html">PostScript</a>, <a href="perl.html">Perl</a>, <a href="unix.html">Unix</a>, <a href="linux.html">Linux</a>, <a href="html.html">HTML</a> ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/y/Yoix.yx'>hello-world</a>: import yoix.stdio.*; printf("Hello World"); ``` ```Example from <a href='https://en.wikipedia.org/wiki/Yoix'>Wikipedia</a>: import yoix.*.*; BuildYoixLogoImage(double height, Color color, int addshadow) { // create the basic image, without shadow GenImage(double height, Color color, Font imagefont, double scale) { Image yoixlogo = { int type = TYPE_RGB_ALPHA; Color imgcolor = color; double scale = scale; Font imagefont = imagefont; Font regfont = imagefont.scalefont(0.5, 0.5); Graphics graphics = { Font font = imagefont; int textantialiasing = TRUE; }; double ywd = stringWidth(graphics.font, "Y"); Dimension size = { double height = height; double width = ywd * 5.25; }; double owd = stringWidth(graphics.font, "o"); double iwd = stringWidth(graphics.font, "i"); double xwd = stringWidth(graphics.font, "x"); ywd += iwd; ywd /= 2.0; paint(Rectangle r) { double alpha = 1.0; double alpha2 = 0.3333; int limit = 12; graphics { gsave(); erasedrawable(0.0); // for transparent PNG rectclip(r); setrgbcolor(imgcolor.red, imgcolor.green, imgcolor.blue); translate(48 * this.scale, 44 * this.scale); for(n=0; n<limit; n++) { moveto(0.0, 0.0); setfont(this.imagefont); // "handmade" kerning show("Y", alpha); if (n == 0) { moveto(ywd, 0.0); show("o", alpha); moveto(ywd + owd - 0.3 * iwd, 0.0); show("i", alpha); moveto(ywd + owd + 0.8 * iwd, 0.0); show("x", alpha); moveto(ywd + owd + 0.8 * iwd + xwd, -this.imagefont.height * 0.33); setfont(this.regfont); show("\xAE", alpha); alpha = alpha2; } alpha *= 0.75; rotate(30); } grestore(); } } }; return(yoixlogo); } Font basefont = { String name = "ClearviewATT-plain-48"; }; double scale = height / 90.0; Font imagefont = basefont.scalefont(scale, scale); if (addshadow) { Image logo = GenImage(height, color, imagefont, scale); image = new Image { int type = TYPE_RGB_ALPHA; Image source = logo; Image img = logo; // convolve image to make a (lightened) shadow Image shadow = new Image { int type = TYPE_RGB_ALPHA; Image source = img; Array kernel = new Array[100]; Pointer ptr; for(ptr in kernel) *ptr = 0.0055; paint() { convolve(kernel); } }; // combine the image and shadow into one image paint(Rectangle r) { graphics { gsave(); moveto(0, 0); showimage(this.img); moveto(this.img.size.height * 0.005, this.img.size.height * 0.02); showimage(this.shadow); grestore(); } } }; } else { image = GenImage(height, color, imagefont, scale); } return(image); } // rudimentary argument processing (getopt is also available) // first argument is height of image double sz = (argc > 1) ? atof(argv[1]) : 270; int shdw = 1; int print = 0; // second argument: if 0/1 turn shadow off/on, otherwise // assume it is a filename for printing. if (argc > 2) { if (argv[2] =~ "^[01]TEMPLATEquot;) { shdw = atoi(argv[2]); } else { print = 1; } } Image yoixlogo = BuildYoixLogoImage(sz, Color.black, (sz >= 72) && shdw); if (print) { Stream output; if ((output = open(argv[2], "w")) != NULL) { encodeImage(yoixlogo, "png", output); close(output); } } else { JFrame jf = { int visible = TRUE; Dimension size = NULL; Array layout = { new JPanel { Dimension preferredsize = { double width = yoixlogo.size.width; double height = yoixlogo.size.height; }; Color background = Color.white; Image backgroundimage = yoixlogo; int backgroundhints = SCALE_NONE; }, }; }; } ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "Hello world" Token " row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token printf row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token // row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 10/15/2024 934 4.7
yoga - Programming language yoga ==== yoga is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2020 by Trevor Blackwell. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222020%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2020 https://pldb.io/concepts/../lists/creators.html#q=Trevor%20Blackwell Trevor Blackwell #4918 on PLDB 5 Years Old Yoga is purely functional, meaning that every function takes inputs and returns outputs, without any side effects. Yoga programs have an implicit main loop, which is run every time a hardware sensor reports new values. It then propagates updates through the program like a spreadsheet. Yoga’s lexical syntax is close enough to JavaScript that you can use JavaScript syntax highlighting in your editor. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Read more about yoga on the web: 1. https://yoga.umbrellaresearch.com/yoga/ 1. Built with Scroll v170.4.1 10/15/2024 266 1.3
yinyang - Programming language yinyang ======= yinyang is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2013. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222013%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2013 #4749 on PLDB 12 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> HackerNews discussions of yinyang ================================= title|titleLink|date|score|comments Show HN: YinYang, a usable live programming language|https://news.ycombinator.com/item?id=6578584|10/20/2013|134|55 Built with Scroll v170.4.1 10/15/2024 202 1
Yes It Is - Framework Yes It Is ========= Yes It Is, aka Yes It Is, is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22framework%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">framework</a> created in 2006 by Qiang Xue. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222006%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2006 https://pldb.io/concepts/../lists/creators.html#q=Qiang%20Xue Qiang Xue #291 on PLDB 19 Years Old ```Download source code: git clone https://github.com/yiisoft/yii2 ``` Yii is an open source, object-oriented, component-based MVC PHP web application framework. Yii is pronounced as "Yee" or [ji:] and in Chinese it means "simple and evolutionary" and it can be an acronym for "Yes It Is!".. Read more on Wikipedia... https://en.wikipedia.org/wiki/Yii Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"framework"%5D%7D%5D%2C"logic"%3A"AND"%7D'>framework</a> - Yes It Is is developed on <a href="https://github.com/yiisoft/yii2">GitHub</a> and has 14,225 stars - Yes It Is is written in <a href="php.html">PHP</a>, <a href="markdown.html">Markdown</a>, <a href="xml.html">XML</a>, <a href="sql.html">SQL</a>, <a href="json.html">JSON</a>, <a href="yaml.html">YAML</a>, <a href="javascript.html">JavaScript</a>, <a href="html.html">HTML</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="svg.html">SVG</a>, <a href="css.html">CSS</a> - <a href="http://www.yiiframework.com/">yiiframework.com</a> was registered in 2008 - See also: (3 related languages) <a href="php.html">PHP</a>, <a href="wsdl.html">WSDL</a>, <a href="isbn.html">ISBN</a> Built with Scroll v170.4.1 10/15/2024 395 2
Yewslip - Programming language Yewslip ======= Yewslip is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2008 by Andrey Zholos. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222008%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2008 https://pldb.io/concepts/../lists/creators.html#q=Andrey%20Zholos Andrey Zholos #2817 on PLDB 17 Years Old Yewslip is an interpreted general-purpose programming language. It is designed both as a language that is simple to understand and to use for standalone software, and as an extension language for C++ programs. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> Built with Scroll v170.4.1 10/15/2024 224 1.1
yeti - Programming language yeti ==== yeti is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2007. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222007%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2007 #1474 on PLDB 18 Years Old ```Download source code: git clone https://github.com/mth/yeti ``` Functional programming language for JVM. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - yeti is developed on <a href="https://github.com/mth/yeti">GitHub</a> and has 242 stars - yeti is written in <a href="java.html">Java</a>, <a href="restructuredtext.html">reStructuredText</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="xml.html">XML</a>, <a href="vim-script.html">Vim script</a>, <a href="gradle.html">Gradle</a>, <a href="make.html">Make</a>, <a href="lisp.html">Lisp</a>, <a href="css.html">CSS</a>, <a href="c.html">C</a>, <a href="tex.html">Tex</a>, <a href="diff.html">Diff</a> ```Example from the web: ack m n = if m == 0 then n + 1 elif n == 0 then ack (m - 1) 1 else ack (m - 1) (ack m (n - 1)) fi; println "ack 3 8 = \(ack 3 8)" ``` Built with Scroll v170.4.1 10/15/2024 324 1.6
YESS - Protocol YESS ==== YESS, aka You Easily Syndicate Scenes, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22protocol%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">protocol</a> created in 2022 by Paul Gordon. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222022%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2022 https://pldb.io/concepts/../lists/creators.html#q=Paul%20Gordon Paul Gordon #2222 on PLDB 3 Years Old ```Download source code: git clone https://github.com/paul-go/YESS-Specification ``` YESS: A Reboot Of RSS. The protocol is a subset of HTML and CSS. It's central design idea is to split static HTML files up into small single-screen components, called Scenes. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"protocol"%5D%7D%5D%2C"logic"%3A"AND"%7D'>protocol</a> - YESS is developed on <a href="https://github.com/paul-go/YESS-Specification">GitHub</a> and has 5 stars - <a href="rss.html">RSS</a> influenced the design of YESS - YESS is written in <a href="svg.html">SVG</a>, <a href="markdown.html">Markdown</a> ```Example from the web: <section> HTML for section 1 </section> <embed src="section-2-and-3.html"> <section> HTML for section 4 </section> <section> HTML for section 5 </section> <embed src="section-6.html"> ``` Built with Scroll v170.4.1 10/15/2024 336 1.7
Yedalog - Query language Yedalog ======= Yedalog is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22queryLanguage%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">query language</a> created in 2015 by Brian Chin and Daniel von Dincklage and Vuk Ercegovac and Peter Hawkins and Mark S. Miller and Franz Och and Chris Olston and Fernando Pereira. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222015%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2015 https://pldb.io/concepts/../lists/creators.html#q=Brian%20Chin Brian Chin https://pldb.io/concepts/../lists/creators.html#q=Daniel%20von%20Dincklage Daniel von Dincklage https://pldb.io/concepts/../lists/creators.html#q=Vuk%20Ercegovac Vuk Ercegovac https://pldb.io/concepts/../lists/creators.html#q=Peter%20Hawkins Peter Hawkins https://pldb.io/concepts/../lists/creators.html#q=Mark%20S.%20Miller Mark S. Miller https://pldb.io/concepts/../lists/creators.html#q=Franz%20Och Franz Och https://pldb.io/concepts/../lists/creators.html#q=Chris%20Olston Chris Olston https://pldb.io/concepts/../lists/creators.html#q=Fernando%20Pereira Fernando Pereira #2335 on PLDB 10 Years Old We introduce Yedalog, a declarative programming language that allows programmers to mix data-parallel pipelines and computation seamlessly in a single language. By contrast, most existing tools for data-parallel computation embed a sublanguage of data-parallel pipelines in a general-purpose language, or vice versa. Yedalog extends Datalog, incorporating not only computational features from logic programming, but also features for working with data structured as nested records. Yedalog programs can run both on a single machine, and distributed across a cluster in batch and interactive modes, allowing programmers to mix different modes of execution easily. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"queryLanguage"%5D%7D%5D%2C"logic"%3A"AND"%7D'>queryLanguage</a> - Early development of Yedalog happened in <a href="../lists/labs.html#q=Google">Google</a> - See also: (1 related languages) <a href="datalog.html">Datalog</a> - Read more about Yedalog on the web: 1. https://research.google/pubs/pub43462/ 1. ```Example from the web: Documents = Load{path: "document-parse-trees"}; # Code to execute for each document: module PerDocument{tokens: T} = { # Computes parent-child relationships Child{p} = c :- T[c] == {parent: p, .._}; # Computes nodes that transitively descend from "influenced" Descendants{t: c} :- T[p] == {text: "influenced", .._}, c == Child{p}; Descendants{t: c} :- Descendants{t: p}, c == Child{p}; # Counts nodes in which each entity appears under the verb "influenced". Influence{mid} += 1 :- Descendants{t}, T[t] == {entity: mid, .._}; }; # Each entity’s influence from each hostname Influential{mid, hostname} += count :- Documents{tokens, hostname, .._}, PerDocument{tokens}.Influence{mid} == count; # Persists Influential as protocol buffer data ? Store{data: Influential, path: "influential-entities"}; ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example # A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example # A comment Token # row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 10/15/2024 613 3.1
ycp - Programming language ycp === ycp is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2005. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222005%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2005 #4917 on PLDB 20 Years Old The YaST-language YCP is a scripting language to be interpreted by the YCP-engine (YCP interpreter) specially designed for manipulation with a system configuration. Its syntax is very similar to C programming language. Because YCP can make use of the whole infrastructure that YaST provides, the actions that can be accomplished with YCP are very powerful. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Read more about ycp on the web: 1. https://doc.opensuse.org/projects/YaST/SLES11/tdg/Book-YCPLanguage.html 1. Built with Scroll v170.4.1 10/15/2024 250 1.3
YAWL - Programming language YAWL ==== YAWL, aka Yet Another Workflow Language, is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2006 by Dean Mao. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222006%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2006 https://pldb.io/concepts/../lists/creators.html#q=Dean%20Mao Dean Mao #933 on PLDB 19 Years Old ```Download source code: git clone https://github.com/yawlfoundation/yawl ``` YAWL (Yet Another Workflow Language) is a workflow language based on workflow patterns. The language is supported by a software system that includes an execution engine, a graphical editor and a worklist handler. The system is available as Open source software under the LGPL license. Read more on Wikipedia... https://en.wikipedia.org/wiki/YAWL Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - YAWL is developed on <a href="https://github.com/yawlfoundation/yawl">GitHub</a> and has 87 stars - YAWL is written in <a href="java.html">Java</a>, <a href="xml.html">XML</a>, <a href="java-server-pages.html">JSP</a>, <a href="xsd.html">XSD</a>, <a href="sql.html">SQL</a>, <a href="css.html">CSS</a>, <a href="html.html">HTML</a>, <a href="javascript.html">JavaScript</a>, <a href="markdown.html">Markdown</a>, <a href="bourne-shell.html">Bourne shell</a> - <a href="http://www.yawlfoundation.org">yawlfoundation.org</a> was registered in 2006 - See also: (2 related languages) <a href="xpath.html">XPath</a>, <a href="xquery.html">XQuery</a> Built with Scroll v170.4.1 10/15/2024 379 1.9
YASnippet - Text markup language YASnippet ========= YASnippet is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22textMarkup%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">text markup language</a> created in 2008 by Zhang Chiyuan. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222008%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2008 https://pldb.io/concepts/../lists/creators.html#q=Zhang%20Chiyuan Zhang Chiyuan #293 on PLDB 17 Years Old 403 <span title="YASnippet repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/joaotavora/yasnippet ``` A template system for Emacs - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"textMarkup"%5D%7D%5D%2C"logic"%3A"AND"%7D'>text markup language</a> - YASnippet is developed on <a href="https://github.com/joaotavora/yasnippet">GitHub</a> and has 2,767 stars - There are at least 403 YASnippet repos on <a href="https://github.com/search?q=language:YASnippet">GitHub</a> - YASnippet is written in <a href="lisp.html">Lisp</a>, <a href="markdown.html">Markdown</a>, <a href="css.html">CSS</a>, <a href="yaml.html">YAML</a>, <a href="make.html">Make</a> - The Google BigQuery Public Dataset GitHub snapshot shows 261 users using YASnippet in 264 repos on <a href="https://api.github.com/search/repositories?q=language:YASnippet">GitHub</a> - GitHub supports <a href="https://github.com/Alhadis/language-emacs-lisp" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for YASnippet ```Example from the web: # -*- mode: snippet -*- # name: fun # key: fun # expand-env: ((yas-indent-line 'fixed)) # -- ${1:function-name} :: ${2:type} $1 ${3:arguments} $0 ``` ```Example from <a href='https://github.com/Alhadis/language-emacs-lisp'>Linguist</a>: # name: Read stdin # key: stdin # group: es6 # -- new Promise(resolve => { let input = ""; process.stdin.setEncoding("UTF8"); process.stdin.on("readable", () => { const chunk = process.stdin.read(); null !== chunk ? input += chunk : resolve(input); }) }).then(data => { $1 }); ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example # A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example # A comment Token # row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 10/15/2024 481 2.4
Yet Another Scripting Language - Programming language Yet Another Scripting Language ============================== Yet Another Scripting Language, aka Yet Another Scripting Language, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2017. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222017%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2017 #1267 on PLDB 8 Years Old ```Download source code: git clone https://github.com/yasl-lang/yasl ``` Bytecode Interpreter for Yet Another Scripting Language (YASL). - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Yet Another Scripting Language is developed on <a href="https://github.com/yasl-lang/yasl">GitHub</a> and has 63 stars - Yet Another Scripting Language is written in <a href="c.html">C</a>, <a href="cpp.html">C++</a>, <a href="logos.html">Logos</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="markdown.html">Markdown</a>, <a href="python.html">Python</a>, <a href="yaml.html">YAML</a>, <a href="cmake.html">CMake</a> - Read more about Yet Another Scripting Language on the web: 1. https://www.reddit.com/r/ProgrammingLanguages/comments/diiqwt/request_for_feedback_on_pattern_matchingtype/ 1. ```Example from the web: # simple program that iteratively calculates factorials fn range(a, b) { tmp := [] for i := a; i < b; i += 1 { tmp->push(i) } return tmp } fn fact(n) { tmp := 1 while n > 0 { tmp *= n n -= 1 } return tmp } for i <- range(0, 7) { echo "fact(#{i}): #{fact(i)}" } ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example # A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example # A comment Token # row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 10/15/2024 416 2.1
YARV - Virtual machine YARV ==== YARV is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22vm%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">virtual machine</a> created in 2007. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222007%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2007 #3826 on PLDB 18 Years Old YARV (Yet another Ruby VM) is a bytecode interpreter that was developed for the Ruby programming language by Koichi Sasada. The goal of the project was to greatly reduce the execution time of Ruby programs. Since YARV has become the official Ruby interpreter for Ruby 1.9, it is also named KRI (Koichi's Ruby Interpreter), in the same vein as the original Ruby MRI, named for Ruby's creator Yukihiro Matsumoto.. Read more on Wikipedia... https://en.wikipedia.org/wiki/YARV Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"vm"%5D%7D%5D%2C"logic"%3A"AND"%7D'>virtual machine</a> - See also: (4 related languages) <a href="c.html">C</a>, <a href="ruby.html">Ruby</a>, <a href="subversion.html">Subversion</a>, <a href="parrot-vm.html">Parrot</a> Built with Scroll v170.4.1 10/15/2024 289 1.4
YARA - Programming language YARA ==== YARA, aka Yet Another Recursive Acronym, is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2008 by Victor M. Alvarez. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222008%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2008 https://pldb.io/concepts/../lists/creators.html#q=Victor%20M.%20Alvarez Victor M. Alvarez #235 on PLDB 17 Years Old 812 <span title="YARA repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/VirusTotal/yara ``` YARA is the name of a tool primarily used in malware research and detection. It provides a rule-based approach to create descriptions of malware families based on textual or binary patterns. A description is essentially a Yara rule name, where these rules consist of sets of strings and a boolean expression. Read more on Wikipedia... https://en.wikipedia.org/wiki/YARA Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - YARA is developed on <a href="https://github.com/VirusTotal/yara">GitHub</a> and has 7,981 stars - There are at least 812 YARA repos on <a href="https://github.com/search?q=language:YARA">GitHub</a> - YARA is written in <a href="c.html">C</a>, <a href="restructuredtext.html">reStructuredText</a>, <a href="xml.html">XML</a>, <a href="cpp.html">C++</a>, <a href="starlark.html">starlark</a>, <a href="yaml.html">YAML</a>, <a href="markdown.html">Markdown</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="yacc.html">Yacc</a>, <a href="lex.html">Lex</a>, <a href="bazel.html">Bazel</a>, <a href="protobuf.html">Protocol Buffers</a>, <a href="m4.html">M4</a>, <a href="make.html">Make</a>, <a href="javascript.html">JavaScript</a>, <a href="svg.html">SVG</a>, <a href="html.html">HTML</a>, <a href="python.html">Python</a> - The Google BigQuery Public Dataset GitHub snapshot shows 43 users using YARA in 46 repos on <a href="https://api.github.com/search/repositories?q=language:YARA">GitHub</a> - GitHub supports <a href="https://github.com/blacktop/language-yara" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for YARA - See also: (3 related languages) <a href="perl.html">Perl</a>, <a href="regex.html">Regular Expressions</a>, <a href="elf.html">Extensible Linking Format</a> ```Example from the web: rule silent_banker : banker { meta: description = "This is just an example" threat_level = 3 in_the_wild = true strings: $a = {6A 40 68 00 30 00 00 6A 14 8D 91} $b = {8D 4D B0 2B C1 83 C0 27 99 6A 4E 59 F7 F9} $c = "UVODFRYSIHLNWPEJXQZAKCBGMT" condition: $a or $b or $c } ``` ```Example from <a href='https://github.com/blacktop/language-yara'>Linguist</a>: rule test { condition: true } ``` Built with Scroll v170.4.1 10/15/2024 589 2.9
YAP - Programming language YAP === YAP is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1985. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221985%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1985 #4607 on PLDB 40 Years Old YAP is an open-source, high-performance implementation of the Prolog programming language developed at LIACC/Universidade do Porto and at COPPE Sistemas/UFRJ. Its Prolog engine is based in the WAM (Warren Abstract Machine), with several optimizations for better performance. YAP follows the Edinburgh tradition, and is largely compatible with the ISO-Prolog standard and with Quintus Prolog and SICStus Prolog. Read more on Wikipedia... https://en.wikipedia.org/wiki/YAP_%28Prolog%29 Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - See also: (3 related languages) <a href="linux.html">Linux</a>, <a href="solaris.html">Solaris</a>, <a href="prolog.html">Prolog</a> Built with Scroll v170.4.1 10/15/2024 274 1.4
YANG - Application YANG ==== YANG is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22application%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">application</a> created in 2014 by Tom Nadeau. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222014%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2014 https://pldb.io/concepts/../lists/creators.html#q=Tom%20Nadeau Tom Nadeau #339 on PLDB 11 Years Old 0 <span title="YANG repos on GitHub.">Repos</span> ```Download source code: git clone https://github.com/YangModels/yang ``` YANG modules from standards organizations such as the IETF, The IEEE, The Metro Ethernet Forum, open source such as Open Daylight or vendor specific modules - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"application"%5D%7D%5D%2C"logic"%3A"AND"%7D'>application</a> - YANG is developed on <a href="https://github.com/YangModels/yang">GitHub</a> and has 1,483 stars - There are at least 0 YANG repos on <a href="https://github.com/search?q=language:YANG">GitHub</a> - YANG is written in <a href="html.html">HTML</a>, <a href="xml.html">XML</a>, <a href="markdown.html">Markdown</a>, <a href="json.html">JSON</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="yaml.html">YAML</a>, <a href="csv.html">CSV</a>, <a href="python.html">Python</a>, <a href="svg.html">SVG</a> - YANG <a href="language-server-protocol.html">LSP</a> <a href="https://github.com/yang-tools/yang-lsp">implementation</a> - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/yang.py">syntax highlighting</a> for YANG - GitHub supports <a href="https://github.com/DzonyKalafut/language-yang.git" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for YANG - Read more about YANG on the web: 1. https://tools.ietf.org/html/rfc7950 1. ```Example from <a href='https://github.com/DzonyKalafut/language-yang.git'>Linguist</a>: module sfc-lisp-impl { yang-version 1; namespace "urn:opendaylight:params:xml:ns:yang:controller:config:sfc-lisp:impl"; prefix "sfc-lisp-impl"; import config { prefix config; revision-date 2013-04-05; } import rpc-context { prefix rpcx; revision-date 2013-06-17; } import opendaylight-md-sal-binding { prefix mdsal; revision-date 2013-10-28; } description "This module contains the base YANG definitions for sfc-lisp implementation."; revision "2015-04-27" { description "Initial revision."; } // This is the definition of the service implementation as a module identity identity sfc-lisp-impl { base config:module-type; // Specifies the prefix for generated java classes. config:java-name-prefix SfcLisp; } // Augments the 'configuration' choice node under modules/module. augment "/config:modules/config:module/config:configuration" { case sfc-lisp-impl { when "/config:modules/config:module/config:type = 'sfc-lisp-impl'"; //wires in the data-broker service container data-broker { uses config:service-ref { refine type { mandatory false; config:required-identity mdsal:binding-async-data-broker; } } } container rpc-registry { uses config:service-ref { refine type { mandatory true; config:required-identity mdsal:binding-rpc-registry; } } } } } } ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Integers FeatureLink ../features/hasIntegers.html Supported <span class="hasFeature">✓</span> Example Token row Feature Floats FeatureLink ../features/hasFloats.html Supported <span class="hasFeature">✓</span> Example Token Built with Scroll v170.4.1 10/15/2024 659 3.3
YAMP - Data notation YAMP ==== YAMP, aka Yet Another Macro Processor, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22dataNotation%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">data notation</a> created in 2019. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222019%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2019 #2183 on PLDB 6 Years Old ```Download source code: git clone https://github.com/birchb1024/yamp ``` Yet Another Macro Processor - for YAML - Superseded by Goyamp - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"dataNotation"%5D%7D%5D%2C"logic"%3A"AND"%7D'>dataNotation</a> - YAMP is developed on <a href="https://github.com/birchb1024/yamp">GitHub</a> and has 13 stars - YAMP is a <a href="../lists/explorer.html#columns=rank~id~appeared~tags~creators~supersetOf&searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22!null%22%2C%22data%22%3A%22supersetOf%22%2C%22origData%22%3A%22supersetOf%22%2C%22tags%22%3A%22html%22%2C%22value%22%3A%5B%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">superset</a> of <a href="yaml.html">YAML</a> - YAMP is written in <a href="yaml.html">YAML</a>, <a href="python.html">Python</a>, <a href="json.html">JSON</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="html.html">HTML</a>, <a href="asciidoc.html">AsciiDoc</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="markdown.html">Markdown</a> Language <a href="../lists/features.html">features</a> ====================================================== row Feature Macros FeatureLink ../features/hasMacros.html Supported <span class="hasFeature">✓</span> Example - defmacro: name: foo args: [who] value: Hello: who - foo: who: World Token Built with Scroll v170.4.1 10/15/2024 370 1.9
YAML - Data notation YAML ==== YAML, aka YAML Ain't Markup Language, is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22dataNotation%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">data notation</a> created in 2001 by Clark Evans and Oren Ben-Kiki and Ingy döt Net. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222001%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2001 https://pldb.io/concepts/../lists/creators.html#q=Clark%20Evans Clark Evans https://pldb.io/concepts/../lists/creators.html#q=Oren%20Ben-Kiki Oren Ben-Kiki https://pldb.io/concepts/../lists/creators.html#q=Ingy%20d%C3%B6t%20Net Ingy döt Net #47 on PLDB 24 Years Old 525 <span title="YAML repos on GitHub.">Repos</span> YAML (YAML Ain't Markup Language) is a human-readable data serialization language. It is commonly used for configuration files, but could be used in many applications where data is being stored (e.g. debugging output) or transmitted (e.g. Read more on Wikipedia... https://en.wikipedia.org/wiki/YAML Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"dataNotation"%5D%7D%5D%2C"logic"%3A"AND"%7D'>dataNotation</a> - There are at least 525 YAML repos on <a href="https://github.com/search?q=language:YAML">GitHub</a> - The Google BigQuery Public Dataset GitHub snapshot shows 12 users using YAML in 13 repos on <a href="https://api.github.com/search/repositories?q=language:YAML">GitHub</a> - YAML <a href="language-server-protocol.html">LSP</a> <a href="https://github.com/redhat-developer/yaml-language-server">implementation</a> - <a href="codemirror.html">CodeMirror</a> <a href="https://github.com/codemirror/codemirror5/tree/master/mode/yaml">package</a> for syntax highlighting YAML - <a href="monaco.html">Monaco</a> <a href="https://github.com/microsoft/monaco-editor/tree/main/src/basic-languages/yaml">package</a> for syntax highlighting YAML - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/data.py">syntax highlighting</a> for YAML - GitHub supports <a href="https://github.com/atom/language-yaml" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for YAML - See also: (11 related languages) <a href="json.html">JSON</a>, <a href="perl.html">Perl</a>, <a href="python.html">Python</a>, <a href="mime.html">MIME</a>, <a href="c.html">C</a>, <a href="html.html">HTML</a>, <a href="soap.html">SOAP</a>, <a href="emacs-editor.html">Emacs</a>, <a href="utf-8.html">UTF-8</a>, <a href="asciidoc.html">AsciiDoc</a>, <a href="s-expressions.html">S-expressions</a> - 766 PLDB concepts link to YAML: <a href="05ab1e.html">05AB1E</a>, <a href="11ty.html">11ty</a>, <a href="abcl-lang.html">Armed Bear Common Lisp</a>, <a href="abs.html">abs</a>, <a href="ace.html">Ace Editor</a>, <a href="adept.html">Adept</a>, <a href="aheui.html">Aheui</a>, <a href="ail.html">AIL</a>, <a href="al.html">AL</a>, <a href="ale.html">a Lisp Environment</a>, <a href="alma-007.html">Alma</a>, <a href="alpaca.html">Alpaca</a>, <a href="alumina.html">Alumina</a>, <a href="amber.html">Amber</a>, <a href="ana.html">ana</a>, <a href="ante.html">Ante</a>, <a href="apache-hbase.html">Apache Hbase</a>, <a href="aretext.html">aretext</a>, <a href="ark-lang.html">Ark</a>, <a href="arkscript.html">ArkScript</a>, <a href="arquero.html">Arquero</a>, <a href="arret.html">arret</a>, <a href="arrow-format.html">Apache Arrow</a>, <a href="asciidots.html">AsciiDots</a>, <a href="asdf.html">ASDF</a>, <a href="assemblyscript.html">AssemblyScript</a>, <a href="asterius-compiler.html">asterius-compiler</a>, <a href="astroml.html">astroml</a>, <a href="atomspace.html">atomspace</a>, <a href="atprotocol.html">AT Protocol</a>, <a href="attoparsec.html">attoparsec</a>, <a href="austral.html">Austral</a>, <a href="avi-synth.html">AviSynth</a>, <a href="badlanguage.html">badlanguage</a>, <a href="ballerina.html">Ballerina</a>, <a href="bamboo.html">bamboo</a>, <a href="basis-universal-format.html">Basis Codec</a>, <a href="bazel.html">Bazel</a>, <a href="bebasic.html">BeBasic</a>, <a href="bee.html">bee</a>, <a href="beef.html">beef-lang</a>, <a href="bend.html">Bend</a>, <a href="berry.html">Berry</a>, <a href="bicep.html">Bicep</a>, <a href="binaryen.html">binaryen</a>, <a href="bio.html">Bio</a>, <a href="bitsy.html">Bitsy</a>, <a href="blacklight.html">Blacklight</a>, <a href="blazex.html">BlazeX</a>, <a href="blech.html">Blech</a>, <a href="bloom.html">bloom</a>, <a href="blur-markup-language.html">blur-markup-language</a>, <a href="blz.html">blz</a>, <a href="bog.html">bog</a>, <a href="boomerang-decompiler.html">Boomerang Decompiler</a>, <a href="borgo.html">Borgo</a>, <a href="bosque.html">bosque</a>, <a href="bounce-lang.html">Bounce</a>, <a href="bpkg-pm.html">bpkg-pm</a>, <a href="broccoli-2.html">Broccoli</a>, <a href="bruijn.html">Bruijn</a>, <a href="bucardo.html">Bucardo</a>, <a href="bucklescript.html">Bucklescript</a>, <a href="buzz.html">buzz</a>, <a href="c2.html">C2</a>, <a href="c3.html">C3</a>, <a href="cairo.html">Cairo</a>, <a href="calc4.html">Calc4</a>, <a href="calcit.html">Calcit</a>, <a href="calypso.html">Calypso</a>, <a href="candor.html">candor</a>, <a href="candy.html">Candy</a>, <a href="cane.html">Cane</a>, <a href="capn-proto.html">Cap'n Proto</a>, <a href="capybara.html">capybara</a>, <a href="caramel.html">Caramel</a>, <a href="carbon.html">Carbon</a>, <a href="carp.html">carp</a>, <a href="carth.html">carth</a>, <a href="cat.html">cat</a>, <a href="catala.html">Catala</a>, <a href="categorical-query-language.html">categorical-query-language</a>, <a href="ceylon.html">Ceylon</a>, <a href="chaiscript.html">chaiscript</a>, <a href="charcoal.html">Charcoal</a>, <a href="chatterbot.html">chatterbot</a>, <a href="chevrotain.html">chevrotain</a>, <a href="chisel.html">chisel</a>, <a href="cir.html">CIR</a>, <a href="cito.html">Ć</a>, <a href="civet.html">Civet</a>, <a href="claro.html">Claro</a>, <a href="clash.html">clash</a>, <a href="click.html">Click</a>, <a href="cloc.html">cloc</a>, <a href="clojure.html">Clojure</a>, <a href="clojurescript.html">ClojureScript</a>, <a href="closure-templates.html">Closure Templates</a>, <a href="co-dfns.html">co-dfns</a>, <a href="coconut.html">Coconut</a>, <a href="codecept.html">codecept</a>, <a href="codemirror.html">CodeMirror</a>, <a href="coffeescript.html">CoffeeScript</a>, <a href="cognate.html">Cognate</a>, <a href="comby.html">comby</a>, <a href="common-workflow-language.html">CWL</a>, <a href="commonmark.html">commonmark</a>, <a href="conan-pm.html">Conan</a>, <a href="contracts.coffee.html">contracts.coffee</a>, <a href="coq.html">Coq</a>, <a href="cor.html">cor</a>, <a href="cortex.html">Cortex</a>, <a href="cosh.html">cosh</a>, <a href="cotton.html">Cotton</a>, <a href="couchdb.html">CouchDB</a>, <a href="crmsh.html">crmsh</a>, <a href="cryptol.html">Cryptol</a>, <a href="crystal.html">Crystal</a>, <a href="cson.html">CSON</a>, <a href="css-doodle.html">CSS Doodle</a>, <a href="csvw.html">CSVw</a>, <a href="cuelang.html">Cue</a>, <a href="cuneiform.html">cuneiform</a>, <a href="curv.html">curv</a>, <a href="cwerg.html">Cwerg</a>, <a href="cyber.html">Cyber</a>, <a href="cytosol.html">cytosol</a>, <a href="d3.html">D3.js</a>, <a href="dafny.html">Dafny</a>, <a href="dak.html">Dak</a>, <a href="dale.html">Dale</a>, <a href="daonode.html">daonode</a>, <a href="dasel.html">Dasel</a>, <a href="dashrep.html">Dashrep</a>, <a href="dasm.html">Dasm</a>, <a href="dat-protocol.html">dat-protocol</a>, <a href="datascript.html">datascript</a>, <a href="ddp.html">DDP</a>, <a href="dedukti.html">dedukti</a>, <a href="deno.html">Deno</a>, <a href="dern.html">Dern</a>, <a href="dex.html">dex</a>, <a href="dexvis.html">dexvis</a>, <a href="dgraph.html">dgraph</a>, <a href="dhall.html">Dhall</a>, <a href="differential-datalog.html">Differential Datalog</a>, <a href="djangoql.html">djangoql</a>, <a href="djot.html">Djot</a>, <a href="docopt.html">docopt</a>, <a href="dogescript.html">Dogescript</a>, <a href="dplyr.html">dplyr</a>, <a href="dreamlisp.html">dreamlisp</a>, <a href="drupal.html">Drupal</a>, <a href="dub-pm.html">dub-pm</a>, <a href="dyvil.html">dyvil</a>, <a href="easybuild.html">Easybuild</a>, <a href="ec.html">eC</a>, <a href="eco-editor.html">eco-editor</a>, <a href="ecr.html">Embedded Crystal</a>, <a href="ecsharp.html">ecsharp</a>, <a href="edgedb.html">edgedb</a>, <a href="edh.html">Đ</a>, <a href="edina.html">Edina</a>, <a href="eff.html">eff</a>, <a href="egison.html">Egison</a>, <a href="eiffel.html">Eiffel</a>, <a href="ejs.html">EJS</a>, <a href="elena.html">ELENA</a>, <a href="elfe.html">ELFE</a>, <a href="elixir.html">Elixir</a>, <a href="elm.html">Elm</a>, <a href="elpi.html">Elpi</a>, <a href="elvish.html">Elvish</a>, <a href="elymas.html">elymas</a>, <a href="emberjs-framework.html">emberjs-framework</a>, <a href="emberscript.html">EmberScript</a>, <a href="emojicode.html">Emojicode</a>, <a href="emscripten.html">Emscripten</a>, <a href="encore.html">Encore</a>, <a href="enso.html">Enso</a>, <a href="erg.html">erg</a>, <a href="erlang.html">Erlang</a>, <a href="euphoria.html">Euphoria</a>, <a href="eve.html">Eve</a>, <a href="expresso.html">expresso</a>, <a href="eyg.html">EYG</a>, <a href="f-prime.html">F Prime</a>, <a href="factor.html">Factor</a>, <a href="fancy.html">Fancy</a>, <a href="farcaster.html">Farcaster</a>, <a href="fardlang.html">Fardlang</a>, <a href="fay.html">fay</a>, <a href="felix.html">Felix</a>, <a href="fennel.html">Fennel</a>, <a href="ferret.html">ferret</a>, <a href="fetlang.html">fetlang</a>, <a href="firrtl.html">firrtl</a>, <a href="fish.html">fish</a>, <a href="flame-ir.html">flame-ir</a>, <a href="flatbuffers.html">FlatBuffers</a>, <a href="fleck.html">fleck</a>, <a href="flex.html">FLEX</a>, <a href="flix.html">Flix</a>, <a href="flow.html">Flow</a>, <a href="flow9.html">Flow9</a>, <a href="flowchart-fun.html">FlowchartFun</a>, <a href="flownote.html">flownote</a>, <a href="flutter.html">Flutter</a>, <a href="flux.html">FLUX</a>, <a href="forest-lang.html">forest-lang</a>, <a href="forthscript.html">ForthScript</a>, <a href="fp3.html">fp</a>, <a href="fpp.html">Functional PHP Preprocessor</a>, <a href="fql.html">Foundation Query Language</a>, <a href="frank-lang.html">Frank</a>, <a href="frege.html">Frege</a>, <a href="fstar.html">F*</a>, <a href="futhark.html">Futhark</a>, <a href="fuzuli.html">Fuzuli</a>, <a href="g-fu.html">g-fu</a>, <a href="gap.html">GAP</a>, <a href="generate-ninja.html">GN</a>, <a href="gentee.html">gentee</a>, <a href="getlang.html">GETlang</a>, <a href="gforth.html">Gforth</a>, <a href="ggplot2.html">ggplot2</a>, <a href="ghc.html">GHC</a>, <a href="gintonic.html">gintonic</a>, <a href="git.html">Git</a>, <a href="gleam.html">Gleam</a>, <a href="glicol.html">Glicol</a>, <a href="glisp.html">Glisp</a>, <a href="gluon.html">gluon</a>, <a href="go.html">Go</a>, <a href="gogs-editor.html">gogs-editor</a>, <a href="golo.html">Golo</a>, <a href="gradle.html">Gradle</a>, <a href="graph-it.html">GraphIt</a>, <a href="gravity.html">gravity</a>, <a href="gren.html">Gren</a>, <a href="grid-notation.html">grid-notation</a>, <a href="gridstudio-editor.html">gridstudio-editor</a>, <a href="gun.html">Gun</a>, <a href="gura.html">gura</a>, <a href="gwion.html">Gwion</a>, <a href="h-lang.html">h</a>, <a href="hackett.html">Hackett</a>, <a href="hacspec.html">hacspec</a>, <a href="hakaru.html">hakaru</a>, <a href="hal-format.html">HAL Format</a>, <a href="halide.html">Halide</a>, <a href="hamdown.html">hamdown</a>, <a href="haml.html">HAML</a>, <a href="hamler.html">hamler</a>, <a href="hare.html">Hare</a>, <a href="harlan.html">harlan</a>, <a href="hashlink.html">hashlink</a>, <a href="haste.html">haste</a>, <a href="haxe.html">Haxe</a>, <a href="haxelibs-pm.html">Haxe Library Manager</a>, <a href="hazel.html">Hazel</a>, <a href="hcl.html">HCL</a>, <a href="hera.html">Hera</a>, <a href="heron-lang.html">Heron</a>, <a href="hhvm.html">HHVM</a>, <a href="highlightjs.html">highlight.js</a>, <a href="hilvl.html">hilvl</a>, <a href="hivemind.html">hivemind</a>, <a href="hobbes.html">hobbes</a>, <a href="homebrew-pm.html">Homebrew</a>, <a href="hook.html">Hook</a>, <a href="horse64.html">Horse64</a>, <a href="hotcocoalisp.html">Hot Cocoa Lisp</a>, <a href="htl.html">HTL</a>, <a href="htmx.html">htmx</a>, <a href="htsql.html">HTSQL</a>, <a href="huginn.html">huginn</a>, <a href="hujson.html">HuJSON</a>, <a href="hurl.html">hurl</a>, <a href="hvm2.html">HVM2</a>, <a href="hy.html">Hy</a>, <a href="hyperscript.html">Hyperscript</a>, <a href="hyphy.html">HyPhy</a>, <a href="ibis.html">Ibis</a>, <a href="icarus.html">icarus</a>, <a href="idio.html">Idio</a>, <a href="idris.html">Idris</a>, <a href="idyll.html">idyll</a>, <a href="imba.html">Imba</a>, <a href="imhex.html">ImHex</a>, <a href="impala.html">Impala</a>, <a href="infusion-framework.html">infusion-framework</a>, <a href="ink-lang.html">ink-lang</a>, <a href="ink.html">ink</a>, <a href="inko.html">inko</a>, <a href="insitux.html">Insitux</a>, <a href="invokator.html">invokator</a>, <a href="ipfs.html">IPFS</a>, <a href="iterm2.html">Iterm2</a>, <a href="ixml.html">Invisible XML</a>, <a href="j.html">J</a>, <a href="jakt.html">Jakt</a>, <a href="jal-compiler.html">JAL compiler</a>, <a href="janet.html">Janet</a>, <a href="jank.html">Jank</a>, <a href="jasmine.html">jasmine</a>, <a href="java.html">Java</a>, <a href="jayfor.html">jayfor</a>, <a href="jedi.html">Jedi</a>, <a href="jeebox.html">jeebox</a>, <a href="jekyll.html">Jekyll</a>, <a href="jemplate.html">Jemplate</a>, <a href="jesth.html">Jesth</a>, <a href="jflex.html">JFlex</a>, <a href="jingo.html">Jingo</a>, <a href="jinja.html">Jinja</a>, <a href="jinx.html">jinx</a>, <a href="jison.html">Jison</a>, <a href="jonprl.html">jonprl</a>, <a href="jq.html">jq</a>, <a href="jql.html">JSON Query Language</a>, <a href="jquery.html">JQuery</a>, <a href="jsil-compiler.html">jsil-compiler</a>, <a href="jslt.html">JSLT</a>, <a href="json-graph-format.html">json-graph-format</a>, <a href="json-lambda.html">JSON lambda</a>, <a href="json-ld.html">JSON-LD</a>, <a href="json-schema.html">JSON Schema</a>, <a href="json-script.html">JSONScript</a>, <a href="json-url.html">json->url</a>, <a href="json-with-comments.html">JSON with Comments</a>, <a href="json5.html">JSON5</a>, <a href="jsoncanvas.html">JSON Canvas</a>, <a href="jsonnet.html">Jsonnet</a>, <a href="jsparagus.html">jsparagus</a>, <a href="jule.html">Jule</a>, <a href="julia.html">Julia</a>, <a href="juvix.html">juvix</a>, <a href="k-framework.html">k-framework</a>, <a href="kai.html">kai</a>, <a href="kaitai.html">kaitai</a>, <a href="kakoune-editor.html">Kakoune</a>, <a href="kal.html">Kal</a>, <a href="kalyn.html">Kalyn</a>, <a href="kamilalisp.html">KamilaLisp</a>, <a href="kaml.html">KAML</a>, <a href="katex.html">KaTeX</a>, <a href="kdl.html">KDL</a>, <a href="kefir.html">Kefir</a>, <a href="keli.html">keli</a>, <a href="keras.html">Keras</a>, <a href="kima.html">kima</a>, <a href="kitlang.html">kitlang</a>, <a href="kitten.html">kitten</a>, <a href="ko.html">ko</a>, <a href="koara.html">koara</a>, <a href="koka.html">Koka</a>, <a href="kona.html">kona</a>, <a href="kotlin.html">Kotlin</a>, <a href="ktexteditor-editor.html">ktexteditor-editor</a>, <a href="ktyek.html">ktye/k</a>, <a href="kubernetes.html">Kubernetes</a>, <a href="kumir.html">kumir</a>, <a href="kuroko.html">Kuroko</a>, <a href="ladybird.html">Ladybird</a>, <a href="lambda-zero.html">lambda-zero</a>, <a href="lamdu-editor.html">lamdu-editor</a>, <a href="lamdu.html">Lamdu</a>, <a href="latino.html">latino</a>, <a href="latte.html">Latte</a>, <a href="lawvere.html">Lawvere</a>, <a href="ldpl.html">ldpl</a>, <a href="lean.html">Lean</a>, <a href="lem-editor.html">lem-editor</a>, <a href="leo-editor.html">leo-editor</a>, <a href="lesma.html">Lesma</a>, <a href="leveldb.html">LevelDB</a>, <a href="ligo.html">Ligo</a>, <a href="lil.html">Lil</a>, <a href="lila-lang.html">lila-lang</a>, <a href="lily.html">Lily</a>, <a href="link.html">Link</a>, <a href="links-programming-language.html">Links</a>, <a href="linotte.html">Linotte</a>, <a href="linux.html">Linux</a>, <a href="liquid.html">Liquid</a>, <a href="lispyscript.html">lispyscript</a>, <a href="literate-coffeescript.html">Literate CoffeeScript</a>, <a href="litescript.html">LiteScript</a>, <a href="lobster.html">lobster</a>, <a href="loci.html">loci</a>, <a href="lodash.html">Lodash</a>, <a href="logica.html">Logica</a>, <a href="lsd.html">lsd</a>, <a href="lucid-lang.html">Lucid</a>, <a href="luna-1.html">Luna</a>, <a href="luna.html">Luna</a>, <a href="lux.html">Lux</a>, <a href="lwjgl.html">LWJGL</a>, <a href="m3db.html">m3db</a>, <a href="mages.html">mages</a>, <a href="magit.html">Magit</a>, <a href="mal.html">mal</a>, <a href="manhood.html">manhood</a>, <a href="manim.html">Manim</a>, <a href="manool.html">manool</a>, <a href="markaby.html">Markaby</a>, <a href="marko.html">Marko</a>, <a href="markovjunior.html">MarkovJunior</a>, <a href="markus.html">Markus</a>, <a href="markwhen.html">Markwhen</a>, <a href="marp.html">Marp</a>, <a href="maskjs.html">Mask</a>, <a href="mastodon.html">Mastodon</a>, <a href="mathics.html">mathics</a>, <a href="mathjson.html">MathJSON</a>, <a href="mathpix-markdown.html">Mathpix Markdown</a>, <a href="matplotlib.html">Matplotlib</a>, <a href="mdx.html">MDX</a>, <a href="mech-lang.html">Mech</a>, <a href="megaparsec.html">Megaparsec</a>, <a href="melody.html">Melody</a>, <a href="mermaid.html">mermaid</a>, <a href="metalang99.html">Metalang99</a>, <a href="mewl.html">Mewl</a>, <a href="mewmew.html">MewMew</a>, <a href="mgmt.html">mgmt</a>, <a href="micro-editor.html">micro-editor</a>, <a href="micro-mitten.html">micro-mitten</a>, <a href="micropython.html">MicroPython</a>, <a href="mimium.html">mimium</a>, <a href="minidsdb.html">Mindsdb</a>, <a href="minilang.html">Minilang</a>, <a href="minizinc.html">MiniZinc</a>, <a href="mirah.html">Mirah</a>, <a href="mirth.html">mirth</a>, <a href="mlatu.html">mlatu</a>, <a href="mlscript.html">MLscript</a>, <a href="mochajs.html">mochajs</a>, <a href="mojo.html">Mojo</a>, <a href="monaco.html">Monaco Editor</a>, <a href="mond.html">Mond</a>, <a href="mongodb.html">MongoDB</a>, <a href="monte.html">monte</a>, <a href="moonbit.html">MoonBit</a>, <a href="moonscript.html">MoonScript</a>, <a href="multiaddr.html">multiaddr</a>, <a href="multibase.html">multibase</a>, <a href="multicodec.html">multicodec</a>, <a href="mun-lang.html">mun-lang</a>, <a href="mushroom.html">Mushroom</a>, <a href="mustache.html">mustache</a>, <a href="myia.html">myia</a>, <a href="mys.html">mys</a>, <a href="nadesiko.html">Nadesiko</a>, <a href="ncl.html">NCAR Command Language</a>, <a href="nearley.html">Nearley</a>, <a href="neko.html">Neko</a>, <a href="nestedtext.html">NestedText</a>, <a href="netlogo.html">NetLogo</a>, <a href="neut.html">neut</a>, <a href="neutron.html">neutron</a>, <a href="never.html">never</a>, <a href="newlisp.html">NewLisp</a>, <a href="nextflow.html">Nextflow</a>, <a href="ngs.html">NGS</a>, <a href="nim.html">Nim</a>, <a href="ninja.html">Ninja</a>, <a href="nit.html">Nit</a>, <a href="nltk.html">Natural Language Toolkit</a>, <a href="nodejs.html">Node.js</a>, <a href="noisecraft.html">noisecraft</a>, <a href="noms-db.html">noms-db</a>, <a href="note.html">Note</a>, <a href="numba.html">Numba</a>, <a href="nushell.html">Nushell</a>, <a href="nydp.html">nydp</a>, <a href="observable-framework.html">Observable Framework</a>, <a href="observable-lang.html">Observable</a>, <a href="observable-plot.html">Observable Plot</a>, <a href="obsidian-lang.html">Obsidian</a>, <a href="obsidian.html">Obsidian</a>, <a href="octune.html">Octune</a>, <a href="oden.html">oden</a>, <a href="odin.html">odin</a>, <a href="ohm.html">ohm</a>, <a href="oil.html">oil</a>, <a href="ok.html">OK</a>, <a href="olc.html">Open Location Code</a>, <a href="omgrofl.html">Omgrofl</a>, <a href="onnx.html">onnx</a>, <a href="ooc.html">ooc</a>, <a href="oopsilon.html">oopsilon</a>, <a href="opam-pm.html">opam-pm</a>, <a href="open-nn.html">OpenNN</a>, <a href="open-shading-language.html">Open Shading Language</a>, <a href="opencv.html">OpenCV</a>, <a href="openrc-runscript.html">OpenRC runscript</a>, <a href="openverse.html">Openverse</a>, <a href="orange.html">orange</a>, <a href="orca-pl.html">orca-pl</a>, <a href="oxyl.html">Oxyl</a>, <a href="p.html">P</a>, <a href="packagist-pm.html">packagist-pm</a>, <a href="pact.html">Pact</a>, <a href="pan.html">Pan</a>, <a href="pandas.html">Pandas</a>, <a href="parboiled.html">parboiled</a>, <a href="parboiled2.html">parboiled2</a>, <a href="parsers.html">Parsers</a>, <a href="particles.html">Particles</a>, <a href="partiql.html">partiql</a>, <a href="pcre.html">PCRE</a>, <a href="pegasus.html">Pegasus</a>, <a href="pegjs.html">PEG.js</a>, <a href="penrose.html">penrose</a>, <a href="perl.html">Perl</a>, <a href="pgbouncer.html">PgBouncer</a>, <a href="phel.html">Phel</a>, <a href="phorth.html">phorth</a>, <a href="php.html">PHP</a>, <a href="pie-lang.html">pie-lang</a>, <a href="pikelet.html">pikelet</a>, <a href="pkl.html">Pkl</a>, <a href="plaid-programming-language.html">Plaid</a>, <a href="plam.html">plam</a>, <a href="please-build.html">Please Build</a>, <a href="pod6.html">Pod6</a>, <a href="podlite.html">Podlite</a>, <a href="pogoscript.html">PogoScript</a>, <a href="pointless.html">pointless</a>, <a href="polyglot-compiler.html">polyglot-compiler</a>, <a href="pomsky.html">Pomsky</a>, <a href="pony.html">Pony</a>, <a href="popr.html">popr</a>, <a href="postcss.html">PostCSS</a>, <a href="postgresql.html">PostgreSQL</a>, <a href="potion.html">Potion</a>, <a href="pov-ray-sdl.html">POV-Ray SDL</a>, <a href="powershell.html">PowerShell</a>, <a href="prettier.html">Prettier</a>, <a href="prismjs.html">Prism</a>, <a href="project-mentat.html">Project Mentat</a>, <a href="prometheus.html">PROMETHEUS</a>, <a href="prql.html">PRQL</a>, <a href="psyche-c.html">psyche-c</a>, <a href="psyche.html">psyche</a>, <a href="pug.html">Pug</a>, <a href="purescript.html">PureScript</a>, <a href="pycket.html">Pycket</a>, <a href="pygments.html">Pygments</a>, <a href="python.html">Python</a>, <a href="pytorch.html">PyTorch</a>, <a href="qoir.html">QOIR</a>, <a href="qore.html">Qore</a>, <a href="quickjs.html">QuickJS</a>, <a href="quint.html">Quint</a>, <a href="racket.html">Racket</a>, <a href="rakudo.html">Rakudo</a>, <a href="ramdascript.html">RamdaScript</a>, <a href="ramen.html">ramen</a>, <a href="raml.html">RAML</a>, <a href="rant.html">rant</a>, <a href="raptorjit.html">raptorjit</a>, <a href="react-native.html">React Native</a>, <a href="readable.html">Readable</a>, <a href="reason.html">Reason</a>, <a href="rebeca-modeling-language.html">Rebeca Modeling Language</a>, <a href="red.html">Red</a>, <a href="redis.html">Redis</a>, <a href="redprl.html">redprl</a>, <a href="reflex-framework.html">reflex-framework</a>, <a href="ren-c.html">Ren-C</a>, <a href="retdec.html">RetDec</a>, <a href="revolution-programming-language.html">Revolution</a>, <a href="rhine.html">rhine</a>, <a href="rholang.html">Rholang</a>, <a href="ricscript.html">RicScript</a>, <a href="riff.html">Riff</a>, <a href="rigc.html">RigC</a>, <a href="rita.html">Rita</a>, <a href="rmarkdown.html">RMarkdown</a>, <a href="robotframework.html">RobotFramework</a>, <a href="roc.html">Roc</a>, <a href="rocksdb.html">RocksDB</a>, <a href="rockstar.html">Rockstar</a>, <a href="ron.html">Ron</a>, <a href="rosie.html">rosie</a>, <a href="roslyn-compiler.html">Roslyn compiler</a>, <a href="roy.html">roy</a>, <a href="ru.html">ru</a>, <a href="ruby.html">Ruby</a>, <a href="rust.html">Rust</a>, <a href="rye.html">Rye</a>, <a href="sanddance.html">SandDance</a>, <a href="satysfi.html">SATySFi</a>, <a href="savi.html">Savi</a>, <a href="scala-js.html">Scala.js</a>, <a href="scikit-learn.html">Scikit-learn</a>, <a href="scipy.html">SciPy</a>, <a href="scoop-pm.html">Scoop</a>, <a href="score.html">score</a>, <a href="scribble.html">scribble</a>, <a href="scroll.html">Scroll</a>, <a href="scryer.html">Scryer Prolog</a>, <a href="sdlang.html">SDLang</a>, <a href="sdms.html">SDMS</a>, <a href="semver.html">Semantic Versioning</a>, <a href="sentient.html">sentient</a>, <a href="seq.html">Seq</a>, <a href="sham.html">sham</a>, <a href="shiv.html">shiv</a>, <a href="shml.html">shml</a>, <a href="sibilant.html">Sibilant</a>, <a href="sile.html">sile</a>, <a href="sill.html">sill</a>, <a href="simple-binary-encoding.html">Simple Binary Encoding</a>, <a href="sixten.html">sixten</a>, <a href="sizzle.html">sizzle</a>, <a href="skip.html">skip</a>, <a href="skulpt.html">skulpt</a>, <a href="slab.html">Slab</a>, <a href="slash.html">Slash</a>, <a href="slashdown.html">Slashdown</a>, <a href="slim-framework.html">Slim Framework</a>, <a href="slim.html">Slim</a>, <a href="smc.html">SMC</a>, <a href="smpl.html">Semantic Patch Language</a>, <a href="snowball-programming-language.html">Snowball</a>, <a href="snowman-decompiler.html">Snowman</a>, <a href="solid.html">solid</a>, <a href="solidity.html">Solidity</a>, <a href="son.html">son</a>, <a href="sophia.html">Sophia</a>, <a href="sophie.html">Sophie</a>, <a href="souper.html">souper</a>, <a href="sourcepawn.html">SourcePawn</a>, <a href="space.html">Space</a>, <a href="spatial.html">Spatial</a>, <a href="speedie.html">Speedie</a>, <a href="spider.html">spider</a>, <a href="spiderbasic.html">SpiderBasic</a>, <a href="spry.html">spry</a>, <a href="sqlalchemy.html">Sqlalchemy</a>, <a href="sqlite.html">SQLite</a>, <a href="sqrl.html">SQRL</a>, <a href="squiggle.html">squiggle</a>, <a href="squirrel.html">Squirrel</a>, <a href="srl.html">SRL</a>, <a href="ssb.html">Secure Scuttlebutt</a>, <a href="ssharp.html">Script.NET</a>, <a href="stacklang.html">stacklang</a>, <a href="starlark.html">starlark</a>, <a href="stencil.html">Stencil</a>, <a href="ston.html">STON</a>, <a href="streem.html">Streem</a>, <a href="sublime-syntax.html">Sublime Syntax</a>, <a href="sugarss.html">SugarSS</a>, <a href="sugartex.html">sugartex</a>, <a href="superjson.html">Superjson</a>, <a href="surrealdb.html">SurrealDB</a>, <a href="svelte.html">Svelte</a>, <a href="svgbob.html">svgbob</a>, <a href="swallow.html">Swallow</a>, <a href="sweetjs.html">Sweet.js</a>, <a href="swi-prolog.html">SWI Prolog</a>, <a href="swift.html">Swift</a>, <a href="sympy.html">SymPy</a>, <a href="t-lang.html">t-lang</a>, <a href="t2b.html">t2b</a>, <a href="tablam.html">tablam</a>, <a href="taichi.html">Taichi</a>, <a href="taijilang.html">Taijilang</a>, <a href="tao3d.html">tao3d</a>, <a href="tawa.html">Tawa</a>, <a href="tbox-lib.html">tbox-lib</a>, <a href="tea-pm.html">tea</a>, <a href="tensorflow.html">TensorFlow</a>, <a href="terra.html">Terra</a>, <a href="testml.html">TestML</a>, <a href="textadept-editor.html">Textadept</a>, <a href="texti.html">texti</a>, <a href="textile.html">Textile</a>, <a href="tibet.html">tibet</a>, <a href="tidyverse.html">tidyverse</a>, <a href="tiledb.html">tiledb</a>, <a href="tinyc-compiler.html">Tiny C Compiler</a>, <a href="titan.html">titan</a>, <a href="tl.html">Typed Lua</a>, <a href="tldr.html">tldr</a>, <a href="tldraw.html">tldraw</a>, <a href="toki-sona.html">toki sona</a>, <a href="toml.html">TOML</a>, <a href="topaz-lang.html">Topaz</a>, <a href="tornado.html">tornado</a>, <a href="toy-lang.html">Toy</a>, <a href="treesheets.html">TreeSheets</a>, <a href="tridash.html">tridash</a>, <a href="triton.html">Triton</a>, <a href="truck.html">truck</a>, <a href="twine.html">Twine</a>, <a href="twtxt.html">twtxt</a>, <a href="typecobol.html">typecobol</a>, <a href="typescript.html">TypeScript</a>, <a href="ucg.html">UCG</a>, <a href="ucl.html">UCL</a>, <a href="uiua.html">Uiua</a>, <a href="ultralisp-pm.html">ultralisp-pm</a>, <a href="uno.html">Uno</a>, <a href="unseemly.html">unseemly</a>, <a href="urweb.html">UrWeb</a>, <a href="v.html">V</a>, <a href="v8.html">v8</a>, <a href="vale.html">Vale</a>, <a href="vcpkg-pm.html">Vcpkg</a>, <a href="vega-editor-app.html">vega-editor-app</a>, <a href="vega.html">Vega</a>, <a href="verona.html">verona</a>, <a href="veryl.html">Veryl</a>, <a href="video.html">video</a>, <a href="vimwiki.html">Vimwiki</a>, <a href="virgil.html">Virgil</a>, <a href="vlc.html">VLC</a>, <a href="vsxu.html">VSXu</a>, <a href="vuejs.html">Vue</a>, <a href="vyper.html">vyper</a>, <a href="vyxal.html">Vyxal</a>, <a href="walt.html">walt</a>, <a href="wasm.html">WebAssembly</a>, <a href="wasmer.html">wasmer</a>, <a href="wasp-lang.html">Wasp</a>, <a href="wdl.html">WDL</a>, <a href="web3js.html">Web3.js</a>, <a href="wenyan.html">文言文編程語言</a>, <a href="whack.html">whack</a>, <a href="whiley.html">Whiley</a>, <a href="wing.html">Wing</a>, <a href="wiredtiger.html">WiredTiger</a>, <a href="wisp.html">wisp</a>, <a href="wonkey.html">Wonkey</a>, <a href="wren.html">Wren</a>, <a href="wu.html">Wu</a>, <a href="wyvern.html">Wyvern</a>, <a href="xarray.html">Xarray</a>, <a href="xgboost-model.html">Xgboost</a>, <a href="xgboost.html">XGBoost</a>, <a href="xidoc.html">Xidoc</a>, <a href="xl-lang.html">XL</a>, <a href="xlwings-editor.html">xlwings-editor</a>, <a href="xodio.html">xodio</a>, <a href="xsv-app.html">xsv-app</a>, <a href="xtclang.html">Ecstasy</a>, <a href="xtext.html">Xtext</a>, <a href="yakou-lang.html">Yakou Lang</a>, <a href="yamp.html">YAMP</a>, <a href="yang.html">YANG</a>, <a href="yara.html">YARA</a>, <a href="yasl.html">Yet Another Scripting Language</a>, <a href="yasnippet.html">YASnippet</a>, <a href="yggdrasil.html">Yggdrasil</a>, <a href="yii.html">Yes It Is</a>, <a href="yoptascript.html">YoptaScript</a>, <a href="z-flat.html">Z-flat</a>, <a href="zephir.html">Zephir</a>, <a href="zig.html">Zig</a>, <a href="zz.html">zz</a> ```Example from <a href='https://riju.codes/yaml'>Riju</a>: output: "Hello, world!" ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/y/YAML.yaml'>hello-world</a>: hello: world ``` ```Example from <a href='https://github.com/atom/language-yaml'>Linguist</a>: --- name: R Console fileTypes: [] scopeName: source.r-console uuid: F629C7F3-823B-4A4C-8EEE-9971490C5710 patterns: - name: source.r.embedded.r-console begin: "^> " beginCaptures: "0": name: punctuation.section.embedded.r-console end: \n|\z patterns: - include: source.r keyEquivalent: ^~R ``` ```Example from <a href='https://en.wikipedia.org/wiki/YAML'>Wikipedia</a>: --- example: > HTML goes into YAML without modification message: | <blockquote style="font: italic 12pt Times"> <p>"Three is always greater than two, even for large values of two"</p> <p>--Author Unknown</p> </blockquote> date: 2007-06-01 ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Sets FeatureLink ../features/hasSets.html Supported <span class="hasFeature">✓</span> Example # Explicitly typed set. baseball players: !!set ? Mark McGwire ? Sammy Sosa ? Ken Griffey # Flow style baseball teams: !!set { Boston Red Sox, Detroit Tigers, New York Yankees } Token row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example # A comment Token # row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="hasFeature">✓</span> Example Token Built with Scroll v170.4.1 10/15/2024 5668 28.3
Yakou Lang - Programming language Yakou Lang ========== Yakou Lang is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2021 by KyleLin921021. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222021%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2021 https://pldb.io/concepts/../lists/creators.html#q=KyleLin921021 KyleLin921021 #2580 on PLDB 4 Years Old ```Download source code: git clone https://github.com/CASC-Lang/CASC ``` An experimental JVM Language inspired by Rust. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Yakou Lang is developed on <a href="https://github.com/CASC-Lang/CASC">GitHub</a> and has 38 stars - Yakou Lang is written in <a href="kotlin.html">Kotlin</a>, <a href="gradle.html">Gradle</a>, <a href="markdown.html">Markdown</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="yaml.html">YAML</a> Built with Scroll v170.4.1 10/15/2024 261 1.3
Yacc - Grammar language Yacc ==== Yacc, aka Yet Another Compiler-Compiler, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22grammarLanguage%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">grammar language</a> created in 1975 by Stephen C. Johnson. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221975%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1975 https://pldb.io/concepts/../lists/creators.html#q=Stephen%20C.%20Johnson Stephen C. Johnson #99 on PLDB 50 Years Old 11k <span title="Yacc repos on GitHub.">Repos</span> Yacc (Yet Another Compiler-Compiler) is a computer program for the Unix operating system. It is a Look Ahead Left-to-Right (LALR) parser generator, generating a parser, the part of a compiler that tries to make syntactic sense of the source code, specifically a LALR parser, based on an analytic grammar written in a notation similar to Backus–Naur Form (BNF). Yacc itself used to be available as the default parser generator on most Unix systems, though it has since been supplanted as the default by more recent, largely compatible, programs.. Read more on Wikipedia... https://en.wikipedia.org/wiki/Yacc Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"grammarLanguage"%5D%7D%5D%2C"logic"%3A"AND"%7D'>grammarLanguage</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"compiler"%5D%7D%5D%2C"logic"%3A"AND"%7D'>compiler</a> - There are at least 11,041 Yacc repos on <a href="https://github.com/search?q=language:Yacc">GitHub</a> - Yacc is written in <a href="c.html">C</a> - The Google BigQuery Public Dataset GitHub snapshot shows 10k users using Yacc in 14k repos on <a href="https://api.github.com/search/repositories?q=language:Yacc">GitHub</a> - Yacc on HOPL https://hopl.info/showlanguage.prx?exp=704 Yacc on HOPL - Yacc appears in the <a href="https://www.tiobe.com/tiobe-index/">TIOBE Index</a> - GitHub supports <a href="https://github.com/textmate/bison.tmbundle" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for Yacc - See also: (13 related languages) <a href="unix.html">Unix</a>, <a href="b.html">B</a>, <a href="c.html">C</a>, <a href="bison.html">Bison</a>, <a href="ocaml.html">OCaml</a>, <a href="ratfor.html">RATFOR</a>, <a href="ada.html">Ada</a>, <a href="pascal.html">Pascal</a>, <a href="java.html">Java</a>, <a href="python.html">Python</a>, <a href="ruby.html">Ruby</a>, <a href="go.html">Go</a>, <a href="common-lisp.html">Common Lisp</a> - Read more about Yacc on the web: 1. https://github.com/babyraging/yash 1. - 67 PLDB concepts link to Yacc: <a href="ad-hoc.html">Ad-hoc</a>, <a href="ana.html">ana</a>, <a href="aplette.html">aplette</a>, <a href="bash.html">Bash</a>, <a href="beef.html">beef-lang</a>, <a href="blox.html">Blox</a>, <a href="boomerang-decompiler.html">Boomerang Decompiler</a>, <a href="c3.html">C3</a>, <a href="carbon.html">Carbon</a>, <a href="click.html">Click</a>, <a href="cognate.html">Cognate</a>, <a href="cor.html">cor</a>, <a href="crema.html">Crema</a>, <a href="cryptol.html">Cryptol</a>, <a href="duro.html">duro</a>, <a href="ec.html">eC</a>, <a href="eiffel.html">Eiffel</a>, <a href="fancy.html">Fancy</a>, <a href="filebench-wml.html">Filebench WML</a>, <a href="flex.html">FLEX</a>, <a href="frege.html">Frege</a>, <a href="futhark.html">Futhark</a>, <a href="gap.html">GAP</a>, <a href="gforth.html">Gforth</a>, <a href="ghc.html">GHC</a>, <a href="haste.html">haste</a>, <a href="hhvm.html">HHVM</a>, <a href="hobbes.html">hobbes</a>, <a href="invokator.html">invokator</a>, <a href="jflex.html">JFlex</a>, <a href="jison.html">Jison</a>, <a href="jq.html">jq</a>, <a href="jql.html">JSON Query Language</a>, <a href="kitlang.html">kitlang</a>, <a href="koka.html">Koka</a>, <a href="latino.html">latino</a>, <a href="lemon.html">Lemon</a>, <a href="linux.html">Linux</a>, <a href="mgmt.html">mgmt</a>, <a href="mudlle.html">Mudlle</a>, <a href="ncl.html">NCAR Command Language</a>, <a href="nesc.html">nesC</a>, <a href="never.html">never</a>, <a href="open-shading-language.html">Open Shading Language</a>, <a href="opencomal.html">OpenComal</a>, <a href="orca.html">orca</a>, <a href="parsers.html">Parsers</a>, <a href="perl.html">Perl</a>, <a href="php.html">PHP</a>, <a href="poke.html">GNU Poke</a>, <a href="postgresql.html">PostgreSQL</a>, <a href="potion.html">Potion</a>, <a href="prometheus.html">PROMETHEUS</a>, <a href="purescript.html">PureScript</a>, <a href="ramdascript.html">RamdaScript</a>, <a href="recfiles.html">Recfiles</a>, <a href="ricscript.html">RicScript</a>, <a href="ruby.html">Ruby</a>, <a href="shill.html">shill</a>, <a href="slony.html">Slony</a>, <a href="solid.html">solid</a>, <a href="sqlite.html">SQLite</a>, <a href="streem.html">Streem</a>, <a href="t2b.html">t2b</a>, <a href="vlc.html">VLC</a>, <a href="vsxu.html">VSXu</a>, <a href="yara.html">YARA</a> ```Example from <a href='https://github.com/textmate/bison.tmbundle'>Linguist</a>: %{ /* * Test program: Advanced Calculator * by Zhao Cheng 5/20/2012 */ %} %union { double val; /* For returning numbers. */ symrec *tptr; /* For returning symbol-table pointers. */ } %token <val> NUMBER %token <tptr> VAR FNCT %right '=' %left '+' '-' %left '*' '/' %right '^' %left NEG %type <val> expression %{ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include "calc.h" /* Contains definition of `symrec'. */ %} %% statement : /* empty */ { exit(0); } | expression { printf("= %f\n", $1); } ; expression : NUMBER { $ = $1; } | VAR { $ = $1->value.var; } | VAR '=' expression { $ = $3; $1->value.var = $3; } | FNCT '(' expression ')' { $ = (*($1->value.fnctptr))($3); } | expression '*' expression { $ = $1 * $3; } | expression '/' expression { $ = $1 / $3; } | expression '+' expression { $ = $1 + $3; } | expression '-' expression { $ = $1 - $3; } | expression '^' expression { $ = pow($1, $3); } | '-' expression %prec NEG { $ = -$2; } | '(' expression ')' { $ = $2; } ; %% struct init { char const *fname; double (*fnct) (double); }; struct init const arith_fncts[] = { "sin" , sin , "asin" , asin , "cos" , cos , "acos" , acos , "tan" , tan , "atan" , atan , "ceil" , ceil , "floor" , floor , "abs" , fabs , "ln" , log , "log" , log10 , "lg" , log2 , "exp" , exp , "sqrt" , sqrt , 0 , 0 }; /* The symbol table: a chain of `struct symrec'. */ symrec *sym_table; /* Put arithmetic functions in table. */ void init_table (void) { int i; symrec *ptr; for (i = 0; arith_fncts[i].fname != 0; i++) { ptr = putsym (arith_fncts[i].fname, FNCT); ptr->value.fnctptr = arith_fncts[i].fnct; } } int main() { init_table(); while (yyparse() == 0) ; return 0; } void yyerror(const char *msg) { fprintf(stderr, "Error: %s\n", msg); } symrec * putsym (char const *sym_name, int sym_type) { symrec *ptr; ptr = (symrec *) malloc (sizeof (symrec)); ptr->name = (char *) malloc (strlen (sym_name) + 1); strcpy (ptr->name,sym_name); ptr->type = sym_type; ptr->value.var = 0; /* Set value to 0 even if fctn. */ ptr->next = (struct symrec *)sym_table; sym_table = ptr; return ptr; } symrec * getsym (char const *sym_name) { symrec *ptr; for (ptr = sym_table; ptr != (symrec *) 0; ptr = (symrec *)ptr->next) if (strcmp (ptr->name,sym_name) == 0) return ptr; return 0; } ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example /* A comment */ Token /* */ row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token // row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 10/15/2024 1459 7.3
Yacas - Programming language Yacas ===== Yacas, aka Yet Another Computer Algebra System, is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1999. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221999%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1999 #1306 on PLDB 26 Years Old Yacas is a general-purpose computer algebra system. The name is an acronym for Yet Another Computer Algebra System. Released under the GNU Lesser General Public License, Yacas is free software. Read more on Wikipedia... https://en.wikipedia.org/wiki/Yacas Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Yacas is written in <a href="cpp.html">C++</a> - Explore Yacas snippets on <a href="http://www.rosettacode.org/wiki/Category:Yacas">Rosetta Code</a> - Yacas on HOPL https://hopl.info/showlanguage.prx?exp=593 Yacas on HOPL - There is 1 <a href="jupyter-notebook.html">Jupyter</a> <a href="https://github.com/grzegorzmazur/yacas_kernel">Kernel</a> for Yacas - <a href="http://www.yacas.org/">yacas.org</a> was registered in 2015 - See also: (1 related languages) <a href="ascii.html">ASCII</a> ```Example from the web: record["name"]:="Isaia"; record["occupation"]:="prophet"; record["is alive"]:=False; ``` Built with Scroll v170.4.1 10/15/2024 334 1.7
Yabasic - Programming language Yabasic ======= Yabasic is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1995. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221995%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1995 #2674 on PLDB 30 Years Old Yabasic (Yet Another BASIC) is a free and open-source BASIC interpreter for Windows and Unix platforms. Yabasic was originally developed by Marc-Oliver Ihm, who released the last stable version 2.77.3 in 2016. From version 2.77.1, the project has adopted the MIT Licence as well as the source code being moved to GitHub to encourage others to participate in its development.. Read more on Wikipedia... https://en.wikipedia.org/wiki/Yabasic Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Explore Yabasic snippets on <a href="http://www.rosettacode.org/wiki/Category:Yabasic">Rosetta Code</a> - See also: (2 related languages) <a href="unix.html">Unix</a>, <a href="linux.html">Linux</a> Built with Scroll v170.4.1 10/15/2024 288 1.4
Y - Programming language Y = Y is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1981. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221981%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1981 #3220 on PLDB 44 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Y on HOPL https://hopl.info/showlanguage.prx?exp=982 Y on HOPL - Read more about Y on Semantic Scholar: 1. https://semanticscholar.org/paper/3c3904c1ebf7883312bdba56e581cb3541fa1c90 1. ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/y/Y.y'>hello-world</a>: module helloworld define(EOF,(-1)) import printf from "ylib.d" main() printf("Hello World\n") end end ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token printf Built with Scroll v170.4.1 10/15/2024 263 1.3
y-lang - Programming language y-lang ====== y-lang is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2019 by Sander Mertens. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222019%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2019 https://pldb.io/concepts/../lists/creators.html#q=Sander%20Mertens Sander Mertens #2352 on PLDB 6 Years Old ```Download source code: git clone https://github.com/SanderMertens/y ``` Simple, introspective language for creating the best software. Inspired by vlang.io - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - y-lang is developed on <a href="https://github.com/SanderMertens/y">GitHub</a> and has 87 stars - y-lang is written in <a href="markdown.html">Markdown</a> HackerNews discussions of y-lang ================================ title|titleLink|date|score|comments Show HN: I just created a new language called Y|https://news.ycombinator.com/item?id=20331921|07/02/2019|2|2 Built with Scroll v170.4.1 10/15/2024 273 1.4
XY - Programming language XY == XY is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2004 by Stevan Apter. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222004%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2004 https://pldb.io/concepts/../lists/creators.html#q=Stevan%20Apter Stevan Apter #2309 on PLDB 21 Years Old XY is a family of array-oriented, concatenative programming languages with first-class continuations. XY 1 has quotations, lists, functions, and patterns. XY 2 is flat. XY 0 has quotations and shuffle-symbols but dispenses with lists and patterns. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"arrayLang"%5D%7D%5D%2C"logic"%3A"AND"%7D'>arrayLang</a> - Early development of XY happened in <a href="../lists/labs.html#q=https://nsl.com/">https://nsl.com/</a> - <a href="k.html">K</a> and <a href="joy.html">Joy</a> influenced the design of XY ```Example from the web: 10 ) #: [20 30] 40 ``` Built with Scroll v170.4.1 10/15/2024 313 1.6
xxl - Programming language xxl === xxl is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2016. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222016%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2016 #1378 on PLDB 9 Years Old ```Download source code: git clone https://github.com/tlack/xxl ``` a minimal vector programming language - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - xxl is developed on <a href="https://github.com/tlack/xxl">GitHub</a> and has 180 stars - xxl is written in <a href="javascript.html">JavaScript</a>, <a href="c.html">C</a>, <a href="markdown.html">Markdown</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="vim-script.html">Vim script</a>, <a href="bash.html">Bash</a> ```Example from the web: // enclose (c)urly(b)races, (s)quare(b)brackets, (q)uotes: 'ecb is {"{",x,"}"}; 'esb is {"[",x,"]"}; 'eq is {"\"",x,"\""}; 'jc is {join ","}; 'jac is {each y jc}; // join x with commas; apply y to each of x then join with commas 'pair is {encode,":",(y encode)}; // key:val pair for dict 'dict is {key as 'k; x val as 'v; [k],v >: pair jc ecb}; // get keys/vals, pair merge, commas, braces // wrap non-scalar values in appropriate way: 'many is {as 'el type case ('char, {el str eq}, 'dict, {el dict}, {el jac encode esb})}; 'encode is {ravel[many,str]}; // ravel calls x y[0] for arrays (len > 1), x y[1] for scalars ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="hasFeature">✓</span> Example // A comment Token // row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 10/15/2024 460 2.3
Xupdate - Programming language Xupdate ======= Xupdate is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2000. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222000%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2000 #4717 on PLDB 25 Years Old XUpdate is a lightweight XML query language for modifying XML data. After some early enthusiastic development by a small team, the development of the standard faltered around the end of 2000 and it has never found widespread adoption. However, it has found a niche market of users not content to wait for the XQuery Update Facility extension of the W3C standard, XQuery.. Read more on Wikipedia... https://en.wikipedia.org/wiki/Xupdate Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - See also: (2 related languages) <a href="xml.html">XML</a>, <a href="xquery.html">XQuery</a> Built with Scroll v170.4.1 10/15/2024 266 1.3
XUML - Programming language XUML ==== XUML is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2002. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222002%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2002 #2354 on PLDB 23 Years Old Executable UML (xtUML or xUML) is both a software development method and a highly abstract software language. It was described for the first time in 2002 in the book "Executable UML: A Foundation for Model-Driven Architecture". The language "combines a subset of the UML (Unified Modeling Language) graphical notation with executable semantics and timing rules." The Executable UML method is the successor to the Shlaer–Mellor method. Read more on Wikipedia... https://en.wikipedia.org/wiki/Executable_UML Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - See also: (4 related languages) <a href="uml.html">UML</a>, <a href="mysql.html">MySQL</a>, <a href="isbn.html">ISBN</a>, <a href="uml.html">UML</a> Built with Scroll v170.4.1 10/15/2024 284 1.4
XTRAN - Programming language XTRAN ===== XTRAN is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1958. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221958%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1958 #5051 on PLDB 67 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - XTRAN on HOPL https://hopl.info/showlanguage.prx?exp=2630 XTRAN on HOPL - Read more about XTRAN on Semantic Scholar: 1. https://semanticscholar.org/paper/e7dfd9101e16d87988fe1f00f1fe1ca2a8d2a7d6 1. Built with Scroll v170.4.1 10/15/2024 200 1
Xtext - Grammar language Xtext ===== Xtext is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22grammarLanguage%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">grammar language</a> created in 2006. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222006%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2006 #490 on PLDB 19 Years Old ```Download source code: git clone https://github.com/eclipse/xtext ``` Xtext is an open-source software framework for developing programming languages and domain-specific languages (DSLs). Unlike standard parser generators, Xtext generates not only a parser, but also a class model for the abstract syntax tree, as well as providing a fully featured, customizable Eclipse-based IDE.Xtext is being developed in the Eclipse Project as part of the Eclipse Modeling Framework Project and is licensed under the Eclipse Public License.. Read more on Wikipedia... https://en.wikipedia.org/wiki/Xtext Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"grammarLanguage"%5D%7D%5D%2C"logic"%3A"AND"%7D'>grammarLanguage</a> - Xtext is developed on <a href="https://github.com/eclipse/xtext">GitHub</a> and has 758 stars - Xtext is written in <a href="java.html">Java</a>, <a href="xml.html">XML</a>, <a href="xtend.html">Xtend</a>, <a href="ini.html">Ini</a>, <a href="html.html">HTML</a>, <a href="javascript.html">JavaScript</a>, <a href="gradle.html">Gradle</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="css.html">CSS</a>, <a href="markdown.html">Markdown</a>, <a href="json.html">JSON</a>, <a href="typescript.html">TypeScript</a>, <a href="yaml.html">YAML</a>, <a href="dockerfile.html">Dockerfile</a>, <a href="csv.html">CSV</a>, <a href="objective-cpp.html">Objective C++</a>, <a href="svg.html">SVG</a> - Read more about Xtext on the web: 1. https://dl.acm.org/citation.cfm?id=1869625 1. ```Example from the web: grammar org.eclipse.xtext.common.Terminals hidden(WS, ML_COMMENT, SL_COMMENT) import "http://www.eclipse.org/emf/2002/Ecore" as ecore terminal ID: '^'?('a'..'z'|'A'..'Z'|'_')('a'..'z'|'A'..'Z'|'_'|'0'..'9')*; terminal INT returns ecore::EInt: ('0'..'9')+; terminal STRING: '"' ( '\\'('b'|'t'|'n'|'f'|'r'|'u'|'"'|"'"|'\\') | !('\\'|'"') )* '"' | "'" ( '\\'('b'|'t'|'n'|'f'|'r'|'u'|'"'|"'"|'\\') | !('\\'|"'") )* "'"; terminal ML_COMMENT: '/*' -> '*/'; terminal SL_COMMENT: '//' !('\n'|'\r')* ('\r'? '\n')?; terminal WS: (' '|'\t'|'\r'|'\n')+; terminal ANY_OTHER: .; ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Mixins FeatureLink ../features/hasMixins.html Supported <span class="hasFeature">✓</span> Example grammar org.example.domainmodel.Domainmodel with org.eclipse.xtext.common.Terminals Token row Feature File Imports FeatureLink ../features/hasImports.html Supported <span class="hasFeature">✓</span> Example import "http://www.xtext.org/example/Domainmodel" import "http://www.xtext.org/example/Domainmodel" as dmodel Token Built with Scroll v170.4.1 10/15/2024 670 3.4
Xtend - Programming language Xtend ===== Xtend is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2011 by Sven Efftinge and Sebastian Zarnekow. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222011%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2011 https://pldb.io/concepts/../lists/creators.html#q=Sven%20Efftinge Sven Efftinge https://pldb.io/concepts/../lists/creators.html#q=Sebastian%20Zarnekow Sebastian Zarnekow #484 on PLDB 14 Years Old 1k <span title="Xtend repos on GitHub.">Repos</span> Xtend is a general-purpose high-level programming language for the Java Virtual Machine. Syntactically and semantically Xtend has its roots in the Java programming language but focuses on a more concise syntax and some additional functionality such as type inference, extension methods, and operator overloading. Being primarily an object-oriented language, it also integrates features known from functional programming, e.g. Read more on Wikipedia... https://en.wikipedia.org/wiki/Xtend Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - There are at least 1,438 Xtend repos on <a href="https://github.com/search?q=language:Xtend">GitHub</a> - The Google BigQuery Public Dataset GitHub snapshot shows 623 users using Xtend in 834 repos on <a href="https://api.github.com/search/repositories?q=language:Xtend">GitHub</a> - Xtend appears in the <a href="https://www.tiobe.com/tiobe-index/">TIOBE Index</a> - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/jvm.py">syntax highlighting</a> for Xtend - GitHub supports <a href="https://github.com/staltz/SublimeXtend" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for Xtend - <a href="http://www.xtend-lang.org">xtend-lang.org</a> was registered in 2011 - See also: (5 related languages) <a href="java.html">Java</a>, <a href="scala.html">Scala</a>, <a href="groovy.html">Groovy</a>, <a href="smalltalk.html">Smalltalk</a>, <a href="eclipse-editor.html">Eclipse</a> - 3 PLDB concepts link to Xtend: <a href="cloc.html">cloc</a>, <a href="pygments.html">Pygments</a>, <a href="xtext.html">Xtext</a> ```Example from <a href='https://github.com/staltz/SublimeXtend'>Linguist</a>: /******************************************************************************* * Copyright (c) 2012 itemis AG (http://www.itemis.eu) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Author - Sven Efftinge *******************************************************************************/ package example6 import org.junit.Test import static org.junit.Assert.* import java.io.FileReader import java.util.Set import static extension com.google.common.io.CharStreams.* class Movies { /** * @return the total number of action movies */ @Test def void numberOfActionMovies() { assertEquals(828, movies.filter[categories.contains('Action')].size) } /** * @return the year the best rated movie of 80ies (1980-1989) was released. */ @Test def void yearOfBestMovieFrom80ies() { assertEquals(1989, movies.filter[(1980..1989).contains(year)].sortBy[rating].last.year) } /** * @return the sum of the number of votes of the two top rated movies. */ @Test def void sumOfVotesOfTop2() { val long movies = movies.sortBy[-rating].take(2).map[numberOfVotes].reduce[a, b| a + b] assertEquals(47_229, movies) } val movies = new FileReader('data.csv').readLines.map[ line | val segments = line.split(' ').iterator return new Movie( segments.next, Integer::parseInt(segments.next), Double::parseDouble(segments.next), Long::parseLong(segments.next), segments.toSet ) ] } @Data class Movie { String title int year double rating long numberOfVotes Set<String> categories } ``` ```Example from <a href='https://en.wikipedia.org/wiki/Xtend'>Wikipedia</a>: def sayHello(String name) ''' Hello «name» ! ''' ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Integers FeatureLink ../features/hasIntegers.html Supported <span class="hasFeature">✓</span> Example Token row Feature Floats FeatureLink ../features/hasFloats.html Supported <span class="hasFeature">✓</span> Example Token row Feature Hexadecimals FeatureLink ../features/hasHexadecimals.html Supported <span class="hasFeature">✓</span> Example Token row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example /* A comment */ Token row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example /* A comment */ Token /* */ row Feature Type Inference FeatureLink ../features/hasTypeInference.html Supported <span class="hasFeature">✓</span> Example Token row Feature Static Typing FeatureLink ../features/hasStaticTyping.html Supported <span class="hasFeature">✓</span> Example Token row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 10/15/2024 862 4.3
Ecstasy - Programming language Ecstasy ======= Ecstasy is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2015 by Cameron Purdy. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222015%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2015 https://pldb.io/concepts/../lists/creators.html#q=Cameron%20Purdy Cameron Purdy #1488 on PLDB 10 Years Old ```Download source code: git clone https://github.com/xtclang/xvm ``` Ecstasy and XVM - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Ecstasy is developed on <a href="https://github.com/xtclang/xvm">GitHub</a> and has 196 stars - Ecstasy is written in <a href="java.html">Java</a>, <a href="logos.html">Logos</a>, <a href="gradle.html">Gradle</a>, <a href="markdown.html">Markdown</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="kotlin.html">Kotlin</a>, <a href="xml.html">XML</a>, <a href="c.html">C</a>, <a href="json.html">JSON</a>, <a href="lisp.html">Lisp</a>, <a href="make.html">Make</a>, <a href="yaml.html">YAML</a>, <a href="toml.html">TOML</a>, <a href="html.html">HTML</a>, <a href="dockerfile.html">Dockerfile</a> - <a href="http://xtclang.org">xtclang.org</a> was registered in 2015 Built with Scroll v170.4.1 10/15/2024 326 1.6
xTAO Modeling Language - Xml format xTAO Modeling Language ====================== xTAO Modeling Language is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22xmlFormat%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">xml format</a> created in 2005. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222005%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2005 #3219 on PLDB 20 Years Old Enabling a declarative approach to the specification of multi-agent systems - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"xmlFormat"%5D%7D%5D%2C"logic"%3A"AND"%7D'>xmlFormat</a> - See also: (1 related languages) <a href="netlogo.html">NetLogo</a> - Read more about xTAO Modeling Language on the web: 1. 2. https://dl.acm.org/doi/abs/10.1145/1082983.1082968 1. https://doi.org/10.1145/1082983.1082968 2. ```Example from the web: <Goal> <Name>table_comparison</Name> <DesiredState> <Description> <Name>compareOK</Name> <LanguageName>TAOLanguage</LanguageName> <Data>srcTable EQ destTable | srcTable NEQ destTable | NO</Data> </Description> </DesiredState> <Params> <Description> <Name>srcTable</Name> <LanguageName/> <Data/> </Description> <Description> <Name>destTable</Name> <LanguageName/> <Data/> </Description> </Params> </Goal> ``` Built with Scroll v170.4.1 10/15/2024 328 1.6
xt3d - Grammar language xt3d ==== xt3d is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22grammarLanguage%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">grammar language</a> created in 2000 by Shriram Krishnamurthi and Kathryn E. Gray and Paul T. Graunke. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222000%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2000 https://pldb.io/concepts/../lists/creators.html#q=Shriram%20Krishnamurthi Shriram Krishnamurthi https://pldb.io/concepts/../lists/creators.html#q=Kathryn%20E.%20Gray Kathryn E. Gray https://pldb.io/concepts/../lists/creators.html#q=Paul%20T.%20Graunke Paul T. Graunke #3651 on PLDB 25 Years Old We have designed and implemented xt3d, a highly declarative xml specification language. It demands little more from users than a knowledge of the expected input and desired output. We illustrate the power of xt3d with several examples, including one reminiscent of polytypic programming that greatly simplifies the import of xml values into general-purpose languages. . xt3d is itself an xml language, so users do not need to learn a new surface syntax. The principal advantage of xt3d over xslt is that it provides an extremely simple, declarative language for describing transformations over xml elements. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"grammarLanguage"%5D%7D%5D%2C"logic"%3A"AND"%7D'>grammarLanguage</a> - See also: (1 related languages) <a href="xslt.html">XSLT</a> - Read more about xt3d on the web: 1. http://cs.brown.edu/people/sk/Publications/Papers/Published/kgg-xt3d/paper.pdf 1. ```Example from the web: <xt3d-output> <ul> <li><xt3d-use name="name"/></li> <li><b><xt3d-use name="num"/></b> <xt3d-.../></li> <li><i><xt3d-use name="fmt"/></i> <xt3d-.../></li> </ul> </xt3d-output> ``` Built with Scroll v170.4.1 10/15/2024 428 2.1
xsv-app - Application xsv-app ======= xsv-app is an <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22application%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">application</a> created in 2014. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222014%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2014 #1684 on PLDB 11 Years Old ```Download source code: git clone https://github.com/BurntSushi/xsv ``` A fast CSV command line toolkit written in Rust. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"application"%5D%7D%5D%2C"logic"%3A"AND"%7D'>application</a> - xsv-app is developed on <a href="https://github.com/BurntSushi/xsv">GitHub</a> and has 10,237 stars - xsv-app is written in <a href="rust.html">Rust</a>, <a href="bourne-shell.html">Bourne shell</a>, <a href="markdown.html">Markdown</a>, <a href="yaml.html">YAML</a>, <a href="toml.html">TOML</a>, <a href="make.html">Make</a>, <a href="vim-script.html">Vim script</a> Built with Scroll v170.4.1 10/15/2024 262 1.3
XSLT - Xml format XSLT ==== XSLT is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22xmlFormat%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">xml format</a> created in 1998. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221998%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1998 #628 on PLDB 27 Years Old 25k <span title="XSLT repos on GitHub.">Repos</span> - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"xmlFormat"%5D%7D%5D%2C"logic"%3A"AND"%7D'>xmlFormat</a> - There are at least 25,274 XSLT repos on <a href="https://github.com/search?q=language:XSLT">GitHub</a> - The Google BigQuery Public Dataset GitHub snapshot shows 26k users using XSLT in 32k repos on <a href="https://api.github.com/search/repositories?q=language:XSLT">GitHub</a> - Explore XSLT snippets on <a href="http://www.rosettacode.org/wiki/Category:XSLT">Rosetta Code</a> - XSLT on HOPL https://hopl.info/showlanguage.prx?exp=3482 XSLT on HOPL - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/html.py">syntax highlighting</a> for XSLT - GitHub supports <a href="https://github.com/textmate/xml.tmbundle" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for XSLT - 41 PLDB concepts link to XSLT: <a href="apache-hbase.html">Apache Hbase</a>, <a href="bucklescript.html">Bucklescript</a>, <a href="ceylon.html">Ceylon</a>, <a href="click.html">Click</a>, <a href="cloc.html">cloc</a>, <a href="eiffel.html">Eiffel</a>, <a href="erlang.html">Erlang</a>, <a href="f-prime.html">F Prime</a>, <a href="frost.html">Frost</a>, <a href="git.html">Git</a>, <a href="gradle.html">Gradle</a>, <a href="hhvm.html">HHVM</a>, <a href="ixml.html">Invisible XML</a>, <a href="jal-compiler.html">JAL compiler</a>, <a href="java.html">Java</a>, <a href="leo-editor.html">leo-editor</a>, <a href="linux.html">Linux</a>, <a href="mal.html">mal</a>, <a href="minilang.html">Minilang</a>, <a href="ncl.html">NCAR Command Language</a>, <a href="netlogo.html">NetLogo</a>, <a href="nexml.html">NeXML format</a>, <a href="ninja.html">Ninja</a>, <a href="objectscript.html">ObjectScript</a>, <a href="open-nn.html">OpenNN</a>, <a href="p-star.html">P*</a>, <a href="pandas.html">Pandas</a>, <a href="pawn-scripting-language.html">Pawn</a>, <a href="pawn.html">PAWN</a>, <a href="php.html">PHP</a>, <a href="postgresql.html">PostgreSQL</a>, <a href="powershell.html">PowerShell</a>, <a href="pygments.html">Pygments</a>, <a href="python.html">Python</a>, <a href="redis.html">Redis</a>, <a href="rust.html">Rust</a>, <a href="slony.html">Slony</a>, <a href="smallbasic.html">SmallBASIC</a>, <a href="sympy.html">SymPy</a>, <a href="tibet.html">tibet</a>, <a href="xt3d.html">xt3d</a> ```Example from <a href='https://riju.codes/xslt'>Riju</a>: <?xml-stylesheet type="text/xml" href="#style"?> <main> <xsl:stylesheet xml:id="style" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:template match="main"> <xsl:value-of select="data"/> </xsl:template> </xsl:stylesheet> <data>Hello, world!</data> </main> ``` ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/x/XSLT.xslt'>hello-world</a>: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/"> <xsl:text>Hello World</xsl:text> </xsl:template> </xsl:stylesheet> ``` ```Example from <a href='https://github.com/textmate/xml.tmbundle'>Linguist</a>: <?xml version="1.0"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/"> <html> <body> <h2>My CD Collection</h2> <table border="1"> <tr bgcolor="#9acd32"> <th>Title</th> <th>Artist</th> </tr> <xsl:for-each select="catalog/cd"> <tr> <td><xsl:value-of select="title"/></td> <td><xsl:value-of select="artist"/></td> </tr> </xsl:for-each> </table> </body> </html> </xsl:template> </xsl:stylesheet> ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Homoiconicity FeatureLink ../features/hasHomoiconicity.html Supported <span class="hasFeature">✓</span> Example Token row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 10/15/2024 968 4.8
XSIM - Programming language XSIM ==== XSIM is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1977. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221977%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1977 #5050 on PLDB 48 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - XSIM on HOPL https://hopl.info/showlanguage.prx?exp=4708 XSIM on HOPL - Read more about XSIM on Semantic Scholar: 1. https://semanticscholar.org/paper/3490eeb9eaa20a3fc18b925827acba96039677e2 1. Built with Scroll v170.4.1 10/15/2024 200 1
xsharp - Programming language xsharp ====== xsharp is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2015. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222015%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2015 #3758 on PLDB 10 Years Old X# is an open source development language for .NET, based on the xBase language. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - <a href="https://www.xsharp.info">xsharp.info</a> was registered in 2015 ```Example from the web: FUNCTION start AS VOID LOCAL oErr AS OBJECT LOCAL nI AS LONG LOCAL f AS FLOAT oErr := Error{} f := Seconds() nI := 0 FOR VAR nX := 1 TO 10_000_000 IF IsInstanceOf(oErr, #Error) nI++ ENDIF NEXT ? Seconds() - f, nI f := Seconds() FOR VAR nX := 1 TO 10_000_000 IF oErr IS Error nI++ ENDIF NEXT ? Seconds() - f, nI WAIT ``` Built with Scroll v170.4.1 10/15/2024 261 1.3
XSD - Data validation language XSD === XSD, aka XML Schema Definition, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22dataValidationLanguage%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">data validation language</a> created in 2001. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222001%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2001 #1658 on PLDB 24 Years Old XSD (XML Schema Definition), a recommendation of the World Wide Web Consortium (W3C), specifies how to formally describe the elements in an Extensible Markup Language (XML) document. It can be used by programmers to verify each piece of item content in a document. They can check if it adheres to the description of the element it is placed in.Like all XML schema languages, XSD can be used to express a set of rules to which an XML document must conform in order to be considered "valid" according to that schema. Read more on Wikipedia... https://en.wikipedia.org/wiki/XML_Schema_(W3C) Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"dataValidationLanguage"%5D%7D%5D%2C"logic"%3A"AND"%7D'>dataValidationLanguage</a> - 22 PLDB concepts link to XSD: <a href="apache-hbase.html">Apache Hbase</a>, <a href="ecsharp.html">ecsharp</a>, <a href="eiffel.html">Eiffel</a>, <a href="erlang.html">Erlang</a>, <a href="ffmpeg.html">FFmpeg</a>, <a href="gradle.html">Gradle</a>, <a href="hhvm.html">HHVM</a>, <a href="java.html">Java</a>, <a href="linux.html">Linux</a>, <a href="minilang.html">Minilang</a>, <a href="nexml.html">NeXML format</a>, <a href="php.html">PHP</a>, <a href="plaid-programming-language.html">Plaid</a>, <a href="powershell.html">PowerShell</a>, <a href="rebeca-modeling-language.html">Rebeca Modeling Language</a>, <a href="robotframework.html">RobotFramework</a>, <a href="roslyn-compiler.html">Roslyn compiler</a>, <a href="simple-binary-encoding.html">Simple Binary Encoding</a>, <a href="tibet.html">tibet</a>, <a href="typecobol.html">typecobol</a>, <a href="vlc.html">VLC</a>, <a href="yawl.html">YAWL</a> ```Example from the web: <xs:element name="PurchaseOrder" type="PurchaseOrderType"/> <xs:element name="gift"> <xs:complexType> <xs:sequence> <xs:element name="birthday" type="xs:date"/> <xs:element ref="PurchaseOrder"/> </xs:sequence> </xs:complexType> </xs:element> ``` Built with Scroll v170.4.1 10/15/2024 501 2.5
XS - Programming language XS == XS is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2002. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222002%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2002 #1039 on PLDB 23 Years Old 532 <span title="XS repos on GitHub.">Repos</span> XS is a Perl foreign function interface through which a program can call a C or C++ subroutine. XS or xsub is an abbreviation of "eXternal Subroutine", where external refers to programming languages external to Perl. XS also refers to a glue language for specifying calling interfaces supporting such interfaces (see below).. Read more on Wikipedia... https://en.wikipedia.org/wiki/XS_(Perl) Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - There are at least 532 XS repos on <a href="https://github.com/search?q=language:XS">GitHub</a> - The Google BigQuery Public Dataset GitHub snapshot shows 2k users using XS in 2k repos on <a href="https://api.github.com/search/repositories?q=language:XS">GitHub</a> - Explore XS snippets on <a href="http://www.rosettacode.org/wiki/Category:XS">Rosetta Code</a> - GitHub supports <a href="https://github.com/textmate/c.tmbundle" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for XS - See also: (3 related languages) <a href="perl.html">Perl</a>, <a href="c.html">C</a>, <a href="pod.html">Pod</a> ```Example from <a href='https://github.com/textmate/c.tmbundle'>Linguist</a>: /* * This software is copyright (C) by Nick Wellnhofer <wellnhofer@aevum.de>. * * This is free software; you can redistribute it and/or modify it under * the same terms as the Perl 5 programming language system itself. * * Terms of the Perl programming language system itself * * a) the GNU General Public License as published by the Free * Software Foundation; either version 1, or (at your option) any * later version, or * b) the "Artistic License" */ /* * Notes on memory management * * - A pointer to the Perl SV representing a node is stored in the * user data slot of `struct cmark_node`, so there's a 1:1 mapping * between Perl and C objects. * - Every node SV keeps a reference to the parent SV. This is done * indirectly by looking up the parent SV and increasing its refcount. * - This makes sure that a document isn't freed if the last reference * from Perl to the root node is dropped, as references to child nodes * might still exist. * - As a consequence, as long as a node is referenced from Perl, all its * ancestor nodes will also be associated with a Perl object. */ #define PERL_NO_GET_CONTEXT #include "EXTERN.h" #include "perl.h" #include "XSUB.h" #include <stdlib.h> #include <cmark.h> #if CMARK_VERSION < 0x001000 #error libcmark 0.16.0 is required. #endif /* Fix prefixes of render functions. */ #define cmark_node_render_html cmark_render_html #define cmark_node_render_xml cmark_render_xml #define cmark_node_render_man cmark_render_man static SV* S_create_or_incref_node_sv(pTHX_ cmark_node *node) { SV *new_obj = NULL; while (node) { SV *obj; HV *stash; /* Look for existing object. */ obj = (SV*)cmark_node_get_user_data(node); if (obj) { /* Incref if found. */ SvREFCNT_inc_simple_void_NN(obj); if (!new_obj) { new_obj = obj; } break; } /* Create a new SV. */ o ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example /* A comment */ Token row Feature MultiLine Comments FeatureLink ../features/hasMultiLineComments.html Supported <span class="hasFeature">✓</span> Example /* A comment */ Token /* */ row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 10/15/2024 712 3.6
xs - Programming language xs == xs is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2019 by Sturm Mabie. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222019%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2019 https://pldb.io/concepts/../lists/creators.html#q=Sturm%20Mabie Sturm Mabie #3218 on PLDB 6 Years Old xs is a dynamically typed, dynamically scoped, concatenative array language inspired by kdb+/q and released into the public domain. The interpreter and builtin functions are written in OCaml. The name “xs” either stands for: eXtra Small or The plural of “x”. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a>, <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"arrayLang"%5D%7D%5D%2C"logic"%3A"AND"%7D'>arrayLang</a> - <a href="q.html">Q</a> influenced the design of xs - xs is written in <a href="ocaml.html">OCaml</a> - Read more about xs on the web: 1. https://cryptm.org/xs/ 1. ```Example from the web: gcd:{([`x`y]):..;if y==0(x)(y gcd x mod y)}; ``` Built with Scroll v170.4.1 10/15/2024 321 1.6
XQuery - Programming language XQuery ====== XQuery is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 2007. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222007%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2007 #169 on PLDB 18 Years Old 2k <span title="XQuery repos on GitHub.">Repos</span> XQuery (XML Query) is a query and functional programming language that queries and transforms collections of structured and unstructured data, usually in the form of XML, text and with vendor-specific extensions for other data formats (JSON, binary, etc.). The language is developed by the XML Query working group of the W3C. The work is closely coordinated with the development of XSLT by the XSL Working Group; the two groups share responsibility for XPath, which is a subset of XQuery. Read more on Wikipedia... https://en.wikipedia.org/wiki/XQuery Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - There are at least 1,753 XQuery repos on <a href="https://github.com/search?q=language:XQuery">GitHub</a> - Early development of XQuery happened in <a href="../lists/labs.html#q=W3C">W3C</a> - The Google BigQuery Public Dataset GitHub snapshot shows 983 users using XQuery in 1k repos on <a href="https://api.github.com/search/repositories?q=language:XQuery">GitHub</a> - Explore XQuery snippets on <a href="http://www.rosettacode.org/wiki/Category:XQuery">Rosetta Code</a> - XQuery appears in the <a href="https://www.tiobe.com/tiobe-index/">TIOBE Index</a> - <a href="codemirror.html">CodeMirror</a> <a href="https://github.com/codemirror/codemirror5/tree/master/mode/xquery">package</a> for syntax highlighting XQuery - <a href="pygments.html">Pygments</a> supports <a href="https://github.com/pygments/pygments/blob/master/pygments/lexers/webmisc.py">syntax highlighting</a> for XQuery - GitHub supports <a href="https://github.com/wcandillon/language-jsoniq" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for XQuery - Indeed.com has 125 matches for <a href="https://www.indeed.com/jobs?q=XQuery developer">"XQuery developer"</a>. - See also: (10 related languages) <a href="xpath.html">XPath</a>, <a href="sql.html">SQL</a>, <a href="lisp.html">Lisp</a>, <a href="prolog.html">Prolog</a>, <a href="xml.html">XML</a>, <a href="java.html">Java</a>, <a href="csharp.html">C#</a>, <a href="jsoniq.html">JSONiq</a>, <a href="json.html">JSON</a>, <a href="isbn.html">ISBN</a> - 4 PLDB concepts link to XQuery: <a href="ace.html">Ace Editor</a>, <a href="cloc.html">cloc</a>, <a href="ixml.html">Invisible XML</a>, <a href="pygments.html">Pygments</a> ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/x/XQuery.xq'>hello-world</a>: let $hello := "Hello World" return $hello ``` ```Example from <a href='http://helloworldcollection.de/#XQuery'>the Hello World Collection</a>: (: Hello World with XQuery :) let $i := "Hello World" return $i ``` ```Example from <a href='https://github.com/wcandillon/language-jsoniq'>Linguist</a>: (: ------------------------------------------------------------------------------------- xproc.xqm - core xqm contains entry points, primary eval-step function and control functions. ---------------------------------------------------------------------------------------- :) xquery version "3.0" encoding "UTF-8"; module namespace xproc = "http://xproc.net/xproc"; (: declare namespaces :) declare namespace p="http://www.w3.org/ns/xproc"; declare namespace c="http://www.w3.org/ns/xproc-step"; declare namespace err="http://www.w3.org/ns/xproc-error"; (: module imports :) (: import module namespace util = "http://xproc.net/xproc/util" at "util1.xqm"; :) import module namespace const = "http://xproc.net/xproc/const" at "const.xqm"; import module namespace parse = "http://xproc.net/xproc/parse" at "parse.xqm"; import module namespace u = "http://xproc.net/xproc/util" at "util.xqm"; (: declare options :) declare boundary-space preserve; declare option saxon:output "indent=yes"; (: declare functions :) declare variable $xproc:run-step := xproc:run#6; declare variable $xproc:parse-and-eval := (); declare variable $xproc:declare-step := (); declare variable $xproc:choose := (); declare variable $xproc:try := (); declare variable $xproc:catch := (); declare variable $xproc:group := (); declare variable $xproc:for-each := (); declare variable $xproc:viewport := (); declare variable $xproc:library := (); declare variable $xproc:pipeline := (); declare variable $xproc:variable := (); (: list all declared namespaces :) (: -------------------------------------------------------------------------- :) declare function xproc:enum-namespaces($pipeline){ (: -------------------------------------------------------------------------- :) <namespace name="{$pipeline/@name}">{u:enum-ns(<dummy>{$pipeline}</dummy>)}</namespace> }; (: entry point :) (: -------------------------------------------------------------------------- :) declare function xproc:run($pipeline,$stdin,$dflag,$tflag,$bindings,$options){ (: -------------------------------------------------------------------------- :) (: STEP I: preprocess :) let $validate := () let $namespaces := xproc:enum-namespaces($pipeline) let $parse := parse:explicit-bindings( parse:AST(parse:explicit-name(parse:explicit-type($pipeline)))) let $ast := element p:declare-step {$parse/@*, parse:pipeline-step-sort( $parse/*, () ) } (: STEP II: eval AST :) let $eval_result := () (: STEP III: serialize and return results :) let $serialized_result := $pipeline return $serialized_result }; ``` ```Example from <a href='https://en.wikipedia.org/wiki/XQuery'>Wikipedia</a>: <html><body> { for $act in doc("hamlet.xml")//ACT let $speakers := distinct-values($act//SPEAKER) return <div> <h1>{ string($act/TITLE) }</h1> <ul> { for $speaker in $speakers return <li>{ $speaker }</li> } </ul> </div> } </body></html> ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Integers FeatureLink ../features/hasIntegers.html Supported <span class="hasFeature">✓</span> Example Token row Feature Floats FeatureLink ../features/hasFloats.html Supported <span class="hasFeature">✓</span> Example Token row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "Hello world" Token " row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example (: Hello World with XQuery :) Token row Feature Case Insensitive Identifiers FeatureLink ../features/hasCaseInsensitiveIdentifiers.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token row Feature Line Comments FeatureLink ../features/hasLineComments.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 10/15/2024 1121 5.6
XQL - Query language XQL === XQL is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22queryLanguage%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">query language</a> created in 1999 by Jonathan Robie. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221999%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1999 https://pldb.io/concepts/../lists/creators.html#q=Jonathan%20Robie Jonathan Robie #4529 on PLDB 26 Years Old XQL is a query language designed specifically for XML. In the same sense that SQL is a query language for relational tables and OQL is a query language for objects stored in an object database, XQL is a query language for XML documents. - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"queryLanguage"%5D%7D%5D%2C"logic"%3A"AND"%7D'>queryLanguage</a> - Read more about XQL on the web: 1. http://www.ibiblio.org/xql/xql-tutorial.html 1. ```Example from the web: //(editor contains "Leksh*") ``` Built with Scroll v170.4.1 10/15/2024 256 1.3
XQL - Query language XQL === XQL is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22queryLanguage%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">query language</a> created in 1998 by Hiroshi Ishikawa and Kazumi Kubota and Yasuhiko Kanemasa. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221998%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1998 https://pldb.io/concepts/../lists/creators.html#q=Hiroshi%20Ishikawa Hiroshi Ishikawa https://pldb.io/concepts/../lists/creators.html#q=Kazumi%20Kubota Kazumi Kubota https://pldb.io/concepts/../lists/creators.html#q=Yasuhiko%20Kanemasa Yasuhiko Kanemasa #3650 on PLDB 27 Years Old XQL: A Query Language for XML Data - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"queryLanguage"%5D%7D%5D%2C"logic"%3A"AND"%7D'>queryLanguage</a> - Read more about XQL on the web: 1. https://www.w3.org/TandS/QL/QL98/pp/flab.txt 1. ```Example from the web: select result:<$book.title, $book.author> from bib:URL "www.a.b.c/bib.xml", book:$bib.book where $book.publisher.name ="Addison-Wesley" groupby $book.title ``` Built with Scroll v170.4.1 10/15/2024 280 1.4
XProfan - Programming language XProfan ======= XProfan is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1990. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221990%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1990 #4933 on PLDB 35 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> Built with Scroll v170.4.1 10/15/2024 173 0.9
XProc - Programming language XProc ===== XProc is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1990. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221990%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1990 #1353 on PLDB 35 Years Old 93 <span title="XProc repos on GitHub.">Repos</span> XProc is a W3C Recommendation to define an XML transformation language to define XML Pipelines. Below is an example abbreviated XProc file: This is a pipeline that consists of two atomic steps, XInclude and Validate. The pipeline itself has three inputs, “source” (a source document), “schemas” (a list of W3C XML Schemas) and “parameters” (for passing parameters). Read more on Wikipedia... https://en.wikipedia.org/wiki/XProc Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - There are at least 93 XProc repos on <a href="https://github.com/search?q=language:XProc">GitHub</a> - The Google BigQuery Public Dataset GitHub snapshot shows 174 users using XProc in 223 repos on <a href="https://api.github.com/search/repositories?q=language:XProc">GitHub</a> - Explore XProc snippets on <a href="http://www.rosettacode.org/wiki/Category:XProc">Rosetta Code</a> - GitHub supports <a href="https://github.com/textmate/xml.tmbundle" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for XProc - See also: (4 related languages) <a href="xml.html">XML</a>, <a href="java.html">Java</a>, <a href="xquery.html">XQuery</a>, <a href="xpath.html">XPath</a> ```Example from <a href='https://github.com/textmate/xml.tmbundle'>Linguist</a>: <?xml version="1.0" encoding="UTF-8"?> <p:declare-step xmlns:p="http://www.w3.org/ns/xproc" xmlns:c="http://www.w3.org/ns/xproc-step" version="1.0"> <p:input port="source"> <p:inline> <doc>Hello world!</doc> </p:inline> </p:input> <p:output port="result"/> <p:identity/> </p:declare-step> ``` ```Example from <a href='https://en.wikipedia.org/wiki/XProc'>Wikipedia</a>: <p:pipeline name="pipeline" xmlns:p="http://www.w3.org/ns/xproc" version="1.0"> <p:input port="schemas" sequence="true"/> <p:xinclude name="included"> <p:input port="source"> <p:pipe step="pipeline" port="source"/> </p:input> </p:xinclude> <p:validate-with-xml-schema name="validated"> <p:input port="source"> <p:pipe step="included" port="result"/> </p:input> <p:input port="schema"> <p:pipe step="pipeline" port="schemas"/> </p:input> </p:validate-with-xml-schema> </p:pipeline> ``` Built with Scroll v170.4.1 10/15/2024 625 3.1
XPOP - Programming language XPOP ==== XPOP is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1964. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221964%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1964 #5049 on PLDB 61 Years Old - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - XPOP on HOPL https://hopl.info/showlanguage.prx?exp=215 XPOP on HOPL - Read more about XPOP on Semantic Scholar: 1. https://semanticscholar.org/paper/56086b18907825674c641bc79bf08e5dbd420b3d 1. Built with Scroll v170.4.1 10/15/2024 200 1
X PixMap - Text data format X PixMap ======== X PixMap is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22textDataFormat%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">text data format</a> created in 1989. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221989%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1989 #3324 on PLDB 36 Years Old 170 <span title="X PixMap repos on GitHub.">Repos</span> - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"textDataFormat"%5D%7D%5D%2C"logic"%3A"AND"%7D'>textDataFormat</a> - There are at least 170 X PixMap repos on <a href="https://github.com/search?q=language:X PixMap">GitHub</a> ```Example from the web: static char* <variable_name>[] = { <Values> <Colors> <Pixels> <Extensions> }; ``` Built with Scroll v170.4.1 10/15/2024 227 1.1
XPL0 - Programming language XPL0 ==== XPL0 is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1976. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221976%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1976 #1769 on PLDB 49 Years Old XPL0 is a computer programming language that is essentially a cross between Pascal and C. It was created in 1976 by Peter J. R. Read more on Wikipedia... https://en.wikipedia.org/wiki/XPL0 Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - Explore XPL0 snippets on <a href="http://www.rosettacode.org/wiki/Category:XPL0">Rosetta Code</a> - See also: (6 related languages) <a href="pascal.html">Pascal</a>, <a href="c.html">C</a>, <a href="basic.html">BASIC</a>, <a href="pl-0.html">PL/0</a>, <a href="algol.html">Algol</a>, <a href="assembly-language.html">Assembly language</a> ```Example from <a href='https://github.com/leachim6/hello-world/blob/main/x/XPL0.xpl'>hello-world</a>: code Text=12; Text(0, "Hello World") ``` Language <a href="../lists/features.html">features</a> ====================================================== row Feature Strings FeatureLink ../features/hasStrings.html Supported <span class="hasFeature">✓</span> Example "Hello world" Token " row Feature Print() Debugging FeatureLink ../features/hasPrintDebugging.html Supported <span class="hasFeature">✓</span> Example Token Text row Feature Comments FeatureLink ../features/hasComments.html Supported <span class="hasFeature">✓</span> Example Token row Feature Semantic Indentation FeatureLink ../features/hasSemanticIndentation.html Supported <span class="doesNotHaveFeature">X</span> Example Token Built with Scroll v170.4.1 10/15/2024 369 1.8
XPL - Programming language XPL === XPL, aka XPL Programming Language, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in 1967. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221967%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1967 #2229 on PLDB 58 Years Old XPL is a programming language based on PL/I, a portable one-pass compiler written in its own language, and a parser generator tool for easily implementing similar compilers for other languages. XPL was designed in 1967 as a way to teach compiler design principles and as starting point for students to build compilers for their own languages. XPL was designed and implemented by William McKeeman and David B. Read more on Wikipedia... https://en.wikipedia.org/wiki/XPL Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"pl"%5D%7D%5D%2C"logic"%3A"AND"%7D'>programming language</a> - XPL on HOPL https://hopl.info/showlanguage.prx?exp=308 XPL on HOPL - XPL appears in the <a href="https://www.tiobe.com/tiobe-index/">TIOBE Index</a> - See also: (14 related languages) <a href="pl-i.html">PL/I</a>, <a href="fortran.html">Fortran</a>, <a href="cobol.html">COBOL</a>, <a href="algol.html">Algol</a>, <a href="systemz.html">IBM System z</a>, <a href="c.html">C</a>, <a href="java.html">Java</a>, <a href="bcpl.html">BCPL</a>, <a href="pl360.html">PL360</a>, <a href="yacc.html">Yacc</a>, <a href="hal-s.html">HAL/S</a>, <a href="freebsd.html">FreeBSD</a>, <a href="linux.html">Linux</a>, <a href="pl-m.html">PL/M</a> Built with Scroll v170.4.1 10/15/2024 385 1.9
XPath - Query language XPath ===== XPath is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22queryLanguage%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">query language</a> created in 1999. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221999%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1999 #905 on PLDB 26 Years Old XPath (XML Path Language) is a query language for selecting nodes from an XML document. In addition, XPath may be used to compute values (e.g., strings, numbers, or Boolean values) from the content of an XML document. XPath was defined by the World Wide Web Consortium (W3C).. Read more on Wikipedia... https://en.wikipedia.org/wiki/XPath Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"queryLanguage"%5D%7D%5D%2C"logic"%3A"AND"%7D'>queryLanguage</a> - Early development of XPath happened in <a href="../lists/labs.html#q=W3C">W3C</a> - <a href="antlr.html">ANTLR</a> <a href="https://github.com/antlr/grammars-v4/tree/master/xpath">grammar</a> for XPath - See also: (20 related languages) <a href="xml.html">XML</a>, <a href="css.html">CSS</a>, <a href="java.html">Java</a>, <a href="csharp.html">C#</a>, <a href="python.html">Python</a>, <a href="javascript.html">JavaScript</a>, <a href="xproc.html">XProc</a>, <a href="xquery.html">XQuery</a>, <a href="json.html">JSON</a>, <a href="unicode.html">Unicode</a>, <a href="c.html">C</a>, <a href="free-pascal.html">Free Pascal</a>, <a href="perl.html">Perl</a>, <a href="php.html">PHP</a>, <a href="ruby.html">Ruby</a>, <a href="scheme.html">Scheme</a>, <a href="sql.html">SQL</a>, <a href="mysql.html">MySQL</a>, <a href="postgresql.html">PostgreSQL</a>, <a href="tcl.html">Tcl</a> ```Example from <a href='https://en.wikipedia.org/wiki/XPath'>Wikipedia</a>: /Wikimedia/projects/project[@name='Wikipedia']/editions/edition/text() ``` Built with Scroll v170.4.1 10/15/2024 419 2.1
XPages - Application XPages ====== XPages is an <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22application%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">application</a> created in 2008. https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222008%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2008 #1298 on PLDB 17 Years Old 22 <span title="XPages repos on GitHub.">Repos</span> XPages is an IBM extension of Java Server Faces with a server side JavaScript runtime and the built-in NoSQL database IBM Domino. It allows data from IBM Notes and Relational Databases to be displayed to browser clients on all platforms. The programming model is based on web development languages and standards including JavaScript, Ajax, Java, the Dojo Toolkit, Server-side JavaScript and JavaServer Faces. Read more on Wikipedia... https://en.wikipedia.org/wiki/XPages Read more on Wikipedia... - Tags: <a href='../lists/explorer.html#searchBuilder=%7B"criteria"%3A%5B%7B"condition"%3A"contains"%2C"data"%3A"tags"%2C"origData"%3A"tags"%2C"type"%3A"string"%2C"value"%3A%5B"application"%5D%7D%5D%2C"logic"%3A"AND"%7D'>application</a> - There are at least 22 XPages repos on <a href="https://github.com/search?q=language:XPages">GitHub</a> - The Google BigQuery Public Dataset GitHub snapshot shows 22 users using XPages in 33 repos on <a href="https://api.github.com/search/repositories?q=language:XPages">GitHub</a> - GitHub supports <a href="https://github.com/textmate/xml.tmbundle" title="The package used for syntax highlighting by GitHub Linguist.">syntax highlighting</a> for XPages - <a href="http://xpages.info/">xpages.info</a> was registered in 2010 - See also: (3 related languages) <a href="javascript.html">JavaScript</a>, <a href="html.html">HTML</a>, <a href="java.html">Java</a> ```Example from <a href='https://github.com/textmate/xml.tmbundle'>Linguist</a>: <?xml version="1.0" encoding="UTF-8"?> <faces-config> <faces-config-extension> <namespace-uri>http://www.ibm.com/xsp/custom</namespace-uri> <default-prefix>xc</default-prefix> </faces-config-extension> <composite-component> <component-type>navbar</component-type> <composite-name>navbar</composite-name> <composite-file>/navbar.xsp</composite-file> <composite-extension> <designer-extension> <in-palette>true</in-palette> </