Changes to pldb.io

Breck Yunits
Breck Yunits
1 day ago
created concepts/th1.scroll
concepts/th1.scroll
Changed around line 1
+ ../code/conceptPage.scroll
+
+ id th1
+ name TH1
+ appeared 2015
+ related tcl fossil
+ tags pl
+ website https://fossil-scm.org/home/doc/trunk/www/th1.md
+ standsFor Test Harness 1
+ description TH1 is a very small scripting language used to help generate web-page content in Fossil. TH1 began as a minimalist re-implementation of the Tcl scripting language. There was a need to test the SQLite library on Symbian phones, but at that time all of the test cases for SQLite were written in Tcl and Tcl could not be easily compiled on the SymbianOS. So TH1 was developed as a cut-down version of Tcl that would facilitate running the SQLite test scripts on SymbianOS.
+
+ reference https://fossil-scm.org/home/finfo/www/th1.md
+
+ example
+ if {$current eq "dev"} {
+ puts "hello"
+ }
+ else {
+ puts "world"
+ }
Breck Yunits
Breck Yunits
1 day ago
Deleted lamda-prolog.scroll
concepts/lamda-prolog.scroll
Changed around line 0
- ../code/conceptPage.scroll
-
- id lamda-prolog
- name λProlog
- appeared 1988
- creators Gopalan Nadathur and Dale Miller
- lab Duke University && University of Pennsylvania
- tags pl
- description λProlog is a logic programming language that extends Prolog by incorporating notions of higher-order functions, λ-terms, higher-order unification, polymorphic types, and mechanisms for building modules and secure abstract data types.
-
- reference https://www-users.cse.umn.edu/~ngopalan/papers/oldholp.pdf
- hopl https://hopl.info/showlanguage.prx?exp=4206
Breck Yunits
Breck Yunits
1 day ago
updated concepts/lambda-prolog.scroll
concepts/lambda-prolog.scroll
Changed around line 1
- name ΛProlog
+ name λProlog
+ creators Gopalan Nadathur and Dale Miller
- lab École polytechnique
+ website https://www.lix.polytechnique.fr/Labo/Dale.Miller/lProlog/
+ lab Duke University && University of Pennsylvania
+ description λProlog is a logic programming language that extends Prolog by incorporating notions of higher-order functions, λ-terms, higher-order unification, polymorphic types, and mechanisms for building modules and secure abstract data types.
- country France
+ reference https://www-users.cse.umn.edu/~ngopalan/papers/oldholp.pdf
+
+ example
+ reverse L K :- pi rev \
+ (rev nil K &
+ (pi H\ pi T\ pi S\ rev (H::T) S :- rev T (H::S)))
+ => rev L nil.
+
+ ?- reverse [1, 2, 3] L.
+
+ Success:
+ L = 3 :: 2 :: 1 :: nil
Changed around line 32: wikipedia https://en.wikipedia.org/wiki/%CE%9BProlog
+ hopl https://hopl.info/showlanguage.prx?exp=4206
+
Breck Yunits
Breck Yunits
1 day ago
Renamed concepts/star-prolog.scroll to concepts/lamda-prolog.scroll
concepts/lamda-prolog.scroll
Breck Yunits
Breck Yunits
1 day ago
updated concepts/star-prolog.scroll
concepts/star-prolog.scroll
Changed around line 1
- id star-prolog
- name *Prolog
- appeared 1989
+ id lamda-prolog
+ name λProlog
+ appeared 1988
+ creators Gopalan Nadathur and Dale Miller
+ lab Duke University && University of Pennsylvania
- lab Centrum Wiskunde & Informatica && University of Amsterdam
-
- country The Netherlands
- reference https://semanticscholar.org/paper/eb5328ea0faa0364b6892d192d506edb3b9d3d11
+ description λProlog is a logic programming language that extends Prolog by incorporating notions of higher-order functions, λ-terms, higher-order unification, polymorphic types, and mechanisms for building modules and secure abstract data types.
+ reference https://www-users.cse.umn.edu/~ngopalan/papers/oldholp.pdf
Breck Yunits
Breck Yunits
2 days ago
concepts/arch.scroll
Changed around line 1
+ ../code/conceptPage.scroll
+
+ id arch
+ name GNU arch
+ appeared 2001
+ creators Thomas Lord
+ tags versionControlApplication
+ website https://www.gnu.org/software/gnu-arch/
+
+ wikipedia https://en.wikipedia.org/wiki/GNU_arch
concepts/bazaar.scroll
Changed around line 1
+ ../code/conceptPage.scroll
+
+ id bazaar
+ name GNU Bazaar
+ appeared 2005
+ creators Martin Pool
+ tags versionControlApplication
+ website https://bazaar.canonical.com/
+
+ wikipedia https://en.wikipedia.org/wiki/GNU_Bazaar
concepts/dcvs.scroll
Changed around line 1
+ ../code/conceptPage.scroll
+
+ id dcvs
+ name DCVS
+ appeared 2002
+ tags versionControlApplication
+ standsFor Distributed Concurrent Versions System
+
+ wikipedia https://en.wikipedia.org/wiki/Distributed_Concurrent_Versions_System
Breck Yunits
Breck Yunits
2 days ago
concepts/clang.scroll
Changed around line 6: appeared 2007
- country United States
- docs https://clang.llvm.org/docs/
+ writtenIn cpp
- writtenIn cpp
-
- wikipedia https://en.wikipedia.org/wiki/Clang
+ docs https://clang.llvm.org/docs/
+ country United States
+
+ wikipedia https://en.wikipedia.org/wiki/Clang
concepts/cvs.scroll
Changed around line 1
+ ../code/conceptPage.scroll
+
+ id cvs
+ name CVS
+ appeared 1986
+ creators Dick Grune
+ tags versionControlApplication
+ website https://cvs.nongnu.org/
+ standsFor Concurrent Versions System
+
+ wikipedia https://en.wikipedia.org/wiki/Concurrent_Versions_System
concepts/jill.scroll
Changed around line 6: appeared 2023
- githubRepo https://github.com/mpatajac/jillc
-
- fn main = Output::printString("Hello, world!").
+ fn main = Output::printString("Hello, world!").
+
+ githubRepo https://github.com/mpatajac/jillc
concepts/rcs.scroll
Changed around line 1
+ ../code/conceptPage.scroll
+
+ id rcs
+ name RCS
+ appeared 1982
+ creators Walter F. Tichy
+ tags versionControlApplication
+ website https://www.gnu.org/software/rcs/
+ standsFor Revision Control System
+ lab Purdue University
+
+ reference https://www.gnu.org/software/rcs/tichy-paper.pdf
+
+ wikipedia https://en.wikipedia.org/wiki/Revision_Control_System
concepts/sccs.scroll
Changed around line 1
+ ../code/conceptPage.scroll
+
+ id sccs
+ name SCCS
+ appeared 1973
+ creators Marc J. Rochkind
+ tags versionControlApplication
+ standsFor Source Code Control System
+ lab Bell Labs
+
+ wikipedia https://en.wikipedia.org/wiki/Source_Code_Control_System
creators/creators.scroll
Changed around line 1904: name Sam Williams
+
+ name Walter F. Tichy
+ homepage https://ps.ipd.kit.edu/english/176_376.php
+ twitter https://x.com/wtichy
+ born 1952
+ country Germany
+ wikipedia https://en.wikipedia.org/wiki/Walter_F._Tichy
+
+ name Marc J. Rochkind
+ born 1948
+ wikipedia https://en.wikipedia.org/wiki/Marc_Rochkind
+
+ name Dick Grune
+ homepage https://dickgrune.com/index.html
+ born 1939
+ wikipedia https://en.wikipedia.org/wiki/Dick_Grune
+ country Netherlands
Breck Yunits
Breck Yunits
5 days ago
package.json
Changed around line 46
- "scroll-cli": "^170.4.0",
+ "scroll-cli": "^170.4.1",
Breck Yunits
Breck Yunits
6 days ago
created concepts/jill.scroll
concepts/jill.scroll
Changed around line 1
+ ../code/conceptPage.scroll
+
+ id jill
+ name Jill
+ appeared 2023
+ tags pl
+ description Jill is a functional programming language built for the Nand2Tetris platform, as an alternative to the original Jack high-level language.
+
+ githubRepo https://github.com/mpatajac/jillc
+
+ example
+ fn main = Output::printString("Hello, world!").
Breck Yunits
Breck Yunits
7 days ago
updated blog/2023-roadmap.scroll
blog/2023-roadmap.scroll
Changed around line 15: thinColumns 2
- image images/traffic.png
+ images/traffic.png