@@ -168,6 +168,21 @@ var langs = [
168168 u : "Data mining, Artificial intelligence" ,
169169 t : [ "Functional" , "Dynamic" , "Concurrent" , "Homoiconic" ] ,
170170 } ,
171+ {
172+ i : "cobol" ,
173+ n : "COBOL" ,
174+ w : "COBOL" ,
175+ g : "cobol" ,
176+ rc : "COBOL" ,
177+ pp : "cobol" ,
178+ d : "COBOL is a language designed for business applications." ,
179+ f : 1959 ,
180+ v : [ "1968" , "1974" , "1985" , "2002" , "2014" , "2023" ] ,
181+ r : "Business applications" ,
182+ u : "Banking, Insurance, Government" ,
183+ t : [ "Imperative" ] ,
184+ noLogo : true ,
185+ } ,
171186 {
172187 i : "coffeescript" ,
173188 n : "CoffeeScript" ,
@@ -1102,6 +1117,16 @@ var langs = [
11021117 u : "It began as a better version of Smalltalk and evolved as an experimental test system for language design." ,
11031118 t : [ "Prototypal" , "Object-oriented" ] ,
11041119 } ,
1120+ {
1121+ i : "simula" ,
1122+ n : "Simula" ,
1123+ d : "Simula is the first object-oriented programming language." ,
1124+ f : 1962 ,
1125+ r : "Object-oriented programming" ,
1126+ u : "Simulation" ,
1127+ t : [ "Object-oriented" ] ,
1128+ noLogo : true ,
1129+ } ,
11051130 {
11061131 i : "smalltalk" ,
11071132 n : "Smalltalk" ,
@@ -1130,6 +1155,16 @@ var langs = [
11301155 u : "Theorem proving" ,
11311156 t : [ "Functional" ] ,
11321157 } ,
1158+ {
1159+ i : "squirrel" ,
1160+ n : "Squirrel" ,
1161+ h : "http://www.squirrel-lang.org/" ,
1162+ w : "Squirrel_(programming_language)" ,
1163+ g : "squirrel" ,
1164+ d : "Squirrel is a high-level imperative, object-oriented programming language." ,
1165+ f : 2003 ,
1166+ noLogo : true ,
1167+ } ,
11331168 {
11341169 i : "snap" ,
11351170 n : "Snap!" ,
@@ -1216,6 +1251,14 @@ var langs = [
12161251 f : 2006 ,
12171252 t : [ "System" ] ,
12181253 } ,
1254+ {
1255+ i : "verse" ,
1256+ n : "Verse" ,
1257+ h : "https://verseprogramming.com/" ,
1258+ d : "Verse is a functional-logic language created by Epic Games." ,
1259+ f : 2023 ,
1260+ noLogo : true ,
1261+ } ,
12191262 {
12201263 i : "whiley" ,
12211264 n : "Whiley" ,
0 commit comments