code-languages 1.32.1 → 1.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/README.md +17 -7
  2. package/dist/api.cjs +428 -6
  3. package/dist/api.d.cts +1 -1
  4. package/dist/api.d.ts +1 -1
  5. package/dist/api.js +428 -6
  6. package/dist/detect-slugs.cjs +10 -0
  7. package/dist/detect-slugs.d.cts +1 -1
  8. package/dist/detect-slugs.d.ts +1 -1
  9. package/dist/detect-slugs.js +10 -0
  10. package/dist/detect.cjs +308 -6
  11. package/dist/detect.js +308 -6
  12. package/dist/index.cjs +438 -6
  13. package/dist/index.d.cts +273 -1
  14. package/dist/index.d.ts +273 -1
  15. package/dist/index.js +439 -7
  16. package/dist/{language-registry-BWMgasX6.d.cts → language-registry-CAI9lyyx.d.cts} +30 -0
  17. package/dist/{language-registry-BWMgasX6.d.ts → language-registry-CAI9lyyx.d.ts} +30 -0
  18. package/dist/languages/eiffel.cjs +1 -1
  19. package/dist/languages/eiffel.js +1 -1
  20. package/dist/languages/hocon.cjs +1 -1
  21. package/dist/languages/hocon.js +1 -1
  22. package/dist/languages/json5.cjs +1 -1
  23. package/dist/languages/json5.js +1 -1
  24. package/dist/languages/lobster.cjs +32 -0
  25. package/dist/languages/lobster.d.cts +29 -0
  26. package/dist/languages/lobster.d.ts +29 -0
  27. package/dist/languages/lobster.js +30 -0
  28. package/dist/languages/logo.cjs +32 -0
  29. package/dist/languages/logo.d.cts +29 -0
  30. package/dist/languages/logo.d.ts +29 -0
  31. package/dist/languages/logo.js +30 -0
  32. package/dist/languages/mercury.cjs +33 -0
  33. package/dist/languages/mercury.d.cts +30 -0
  34. package/dist/languages/mercury.d.ts +30 -0
  35. package/dist/languages/mercury.js +31 -0
  36. package/dist/languages/modula-2.cjs +32 -0
  37. package/dist/languages/modula-2.d.cts +29 -0
  38. package/dist/languages/modula-2.d.ts +29 -0
  39. package/dist/languages/modula-2.js +30 -0
  40. package/dist/languages/mustache.cjs +1 -1
  41. package/dist/languages/mustache.js +1 -1
  42. package/dist/languages/nunjucks.cjs +1 -1
  43. package/dist/languages/nunjucks.js +1 -1
  44. package/dist/languages/nushell.cjs +1 -1
  45. package/dist/languages/nushell.js +1 -1
  46. package/dist/languages/oberon.cjs +32 -0
  47. package/dist/languages/oberon.d.cts +29 -0
  48. package/dist/languages/oberon.d.ts +29 -0
  49. package/dist/languages/oberon.js +30 -0
  50. package/dist/languages/pl-i.cjs +32 -0
  51. package/dist/languages/pl-i.d.cts +29 -0
  52. package/dist/languages/pl-i.d.ts +29 -0
  53. package/dist/languages/pl-i.js +30 -0
  54. package/dist/languages/rebol.cjs +32 -0
  55. package/dist/languages/rebol.d.cts +29 -0
  56. package/dist/languages/rebol.d.ts +29 -0
  57. package/dist/languages/rebol.js +30 -0
  58. package/dist/languages/red.cjs +32 -0
  59. package/dist/languages/red.d.cts +29 -0
  60. package/dist/languages/red.d.ts +29 -0
  61. package/dist/languages/red.js +30 -0
  62. package/dist/languages/roc.cjs +33 -0
  63. package/dist/languages/roc.d.cts +30 -0
  64. package/dist/languages/roc.d.ts +30 -0
  65. package/dist/languages/roc.js +31 -0
  66. package/dist/languages/self.cjs +32 -0
  67. package/dist/languages/self.d.cts +29 -0
  68. package/dist/languages/self.d.ts +29 -0
  69. package/dist/languages/self.js +30 -0
  70. package/package.json +51 -1
package/dist/detect.js CHANGED
@@ -2532,7 +2532,7 @@ var eiffel = {
2532
2532
  ecosystems: ["Enterprise", "Systems"]
2533
2533
  },
2534
2534
  version: "24.05",
2535
- logo: "https://www.eiffel.org/images/eiffel_logo.png",
2535
+ logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Eiffel_logo.svg",
2536
2536
  color: "#4D6977",
2537
2537
  i18n: {
2538
2538
  en: {
@@ -4047,7 +4047,7 @@ var hocon = {
4047
4047
  ecosystems: ["JVM", "Scala", "Akka", "Play Framework", "Configuration"]
4048
4048
  },
4049
4049
  version: "1.4.3",
4050
- logo: "https://www.lightbend.com/assets/images/brand/lightbend-icon-reverse.svg",
4050
+ logo: "https://dummyimage.com/32x32/F26822/ffffff.png&text=HC",
4051
4051
  color: "#F26822",
4052
4052
  i18n: {
4053
4053
  en: {
@@ -4593,7 +4593,7 @@ var json5 = {
4593
4593
  ecosystems: ["Configuration", "Web", "Node.js"]
4594
4594
  },
4595
4595
  version: "2.2.3",
4596
- logo: "https://json5.org/assets/logo.svg",
4596
+ logo: "https://dummyimage.com/32x32/267CB9/ffffff.png&text=J5",
4597
4597
  color: "#267CB9",
4598
4598
  i18n: {
4599
4599
  en: {
@@ -5247,6 +5247,64 @@ var llvmIr = {
5247
5247
  }
5248
5248
  };
5249
5249
 
5250
+ // src/languages/lobster.ts
5251
+ var lobster = {
5252
+ slug: "lobster",
5253
+ publishedDate: "2014-01-01",
5254
+ extensions: [".lobster"],
5255
+ author: "Wouter van Oortmerssen",
5256
+ website: "https://strlen.com/lobster/",
5257
+ paradigms: ["functional", "imperative", "game-development"],
5258
+ tooling: {
5259
+ runtimes: ["Lobster compiler"],
5260
+ ecosystems: ["Games", "Interactive Graphics", "Language Experiments"]
5261
+ },
5262
+ version: "development snapshot",
5263
+ logo: "https://dummyimage.com/32x32/DC2626/ffffff.png&text=Lo",
5264
+ color: "#DC2626",
5265
+ i18n: {
5266
+ en: {
5267
+ name: "Lobster",
5268
+ description: "A statically typed language for games and graphical applications with fast iteration.",
5269
+ longDescription: "Lobster is a statically typed programming language designed for game programming, interactive graphics, and rapid iteration. It combines functional-style values with imperative code and a compiler intended to keep feedback loops short.\n\nIts ecosystem is small, but the language is useful as a compact environment for prototypes, graphics experiments, and language design work focused on games and real-time programs."
5270
+ },
5271
+ es: {
5272
+ name: "Lobster",
5273
+ description: "Lenguaje tipado estaticamente para juegos y aplicaciones graficas con iteracion rapida.",
5274
+ longDescription: "Lobster es un lenguaje de programacion tipado estaticamente para juegos, graficos interactivos e iteracion rapida. Combina valores de estilo funcional con codigo imperativo y un compilador pensado para ciclos de feedback cortos.\n\nSu ecosistema es pequeno, pero sirve para prototipos, experimentos graficos y trabajo de diseno de lenguajes orientado a programas en tiempo real."
5275
+ }
5276
+ }
5277
+ };
5278
+
5279
+ // src/languages/logo.ts
5280
+ var logo = {
5281
+ slug: "logo",
5282
+ publishedDate: "1967-01-01",
5283
+ extensions: [".logo", ".lgo"],
5284
+ author: "Wally Feurzeig, Seymour Papert, and Cynthia Solomon",
5285
+ website: "https://people.eecs.berkeley.edu/~bh/logo.html",
5286
+ paradigms: ["educational", "procedural", "interactive"],
5287
+ tooling: {
5288
+ runtimes: ["UCBLogo", "FMSLogo", "Logo interpreters"],
5289
+ ecosystems: ["Education", "Turtle Graphics", "Creative Coding"]
5290
+ },
5291
+ version: "UCBLogo 6.2",
5292
+ logo: "https://dummyimage.com/32x32/16A34A/ffffff.png&text=Lg",
5293
+ color: "#16A34A",
5294
+ i18n: {
5295
+ en: {
5296
+ name: "Logo",
5297
+ description: "An educational language known for turtle graphics, interactivity, and procedural ideas.",
5298
+ longDescription: "Logo is an educational programming language created to help learners explore procedures, recursion, geometry, and interactive problem solving. Its turtle graphics model made programming visual and concrete for generations of students.\n\nLogo dialects are still used in teaching, creative coding, and language-history contexts where immediate feedback and simple commands make computational ideas easier to explore."
5299
+ },
5300
+ es: {
5301
+ name: "Logo",
5302
+ description: "Lenguaje educativo conocido por graficos de tortuga, interactividad e ideas procedurales.",
5303
+ longDescription: "Logo es un lenguaje educativo creado para explorar procedimientos, recursion, geometria y resolucion interactiva de problemas. Su modelo de graficos de tortuga hizo la programacion visual y concreta para generaciones de estudiantes.\n\nSus dialectos siguen presentes en ensenanza, codigo creativo e historia de lenguajes, donde el feedback inmediato facilita explorar ideas computacionales."
5304
+ }
5305
+ }
5306
+ };
5307
+
5250
5308
  // src/languages/lua.ts
5251
5309
  var lua = {
5252
5310
  slug: "lua",
@@ -5640,6 +5698,36 @@ var mdx = {
5640
5698
  }
5641
5699
  };
5642
5700
 
5701
+ // src/languages/mercury.ts
5702
+ var mercury = {
5703
+ slug: "mercury",
5704
+ publishedDate: "1995-04-08",
5705
+ extensions: [".m"],
5706
+ author: "University of Melbourne",
5707
+ website: "https://www.mercurylang.org",
5708
+ paradigms: ["logic", "functional", "declarative"],
5709
+ tooling: {
5710
+ runtimes: ["Melbourne Mercury Compiler"],
5711
+ packageManagers: ["mmc build tooling"],
5712
+ ecosystems: ["Logic Programming", "Declarative Systems", "Academic Computing"]
5713
+ },
5714
+ version: "22.01.8",
5715
+ logo: "https://dummyimage.com/32x32/0891B2/ffffff.png&text=Me",
5716
+ color: "#0891B2",
5717
+ i18n: {
5718
+ en: {
5719
+ name: "Mercury",
5720
+ description: "A pure logic and functional language with strong static typing and determinism analysis.",
5721
+ longDescription: "Mercury is a declarative programming language that combines logic programming with functional programming, strong static typing, modes, and determinism analysis. It aims to make logic programs more reliable and efficient for larger software.\n\nMercury is used in research, compiler work, and specialized systems where Prolog-like relations benefit from compile-time checks, explicit module structure, and predictable execution behavior."
5722
+ },
5723
+ es: {
5724
+ name: "Mercury",
5725
+ description: "Lenguaje logico y funcional puro con tipado estatico fuerte y analisis de determinismo.",
5726
+ longDescription: "Mercury es un lenguaje declarativo que combina programacion logica y funcional con tipado estatico fuerte, modos y analisis de determinismo. Busca que programas de estilo logico sean mas fiables y eficientes en software grande.\n\nSe usa en investigacion, compiladores y sistemas especializados donde relaciones estilo Prolog se benefician de chequeos en compilacion, modulos explicitos y ejecucion predecible."
5727
+ }
5728
+ }
5729
+ };
5730
+
5643
5731
  // src/languages/mermaid.ts
5644
5732
  var mermaid = {
5645
5733
  slug: "mermaid",
@@ -5789,6 +5877,35 @@ var metal = {
5789
5877
  }
5790
5878
  };
5791
5879
 
5880
+ // src/languages/modula-2.ts
5881
+ var modula2 = {
5882
+ slug: "modula-2",
5883
+ publishedDate: "1978-01-01",
5884
+ extensions: [".mod", ".def"],
5885
+ author: "Niklaus Wirth",
5886
+ website: "https://www.modula2.org",
5887
+ paradigms: ["imperative", "procedural", "modular"],
5888
+ tooling: {
5889
+ runtimes: ["GNU Modula-2", "ADW Modula-2", "Classic compilers"],
5890
+ ecosystems: ["Systems Programming", "Education", "Language History"]
5891
+ },
5892
+ version: "ISO/IEC 10514-1:1996",
5893
+ logo: "https://dummyimage.com/32x32/2563EB/ffffff.png&text=M2",
5894
+ color: "#2563EB",
5895
+ i18n: {
5896
+ en: {
5897
+ name: "Modula-2",
5898
+ description: "A modular systems language from Niklaus Wirth with explicit interfaces and modules.",
5899
+ longDescription: "Modula-2 was designed as a successor to Pascal for systems programming and teaching. It emphasizes separate compilation, explicit definition modules, strong typing, coroutines, and structured imperative programming.\n\nThe language influenced later modular languages and remains relevant in compiler history, embedded systems, and educational settings where clear module boundaries and small language design matter."
5900
+ },
5901
+ es: {
5902
+ name: "Modula-2",
5903
+ description: "Lenguaje modular de sistemas de Niklaus Wirth con interfaces y modulos explicitos.",
5904
+ longDescription: "Modula-2 fue disenado como sucesor de Pascal para sistemas y ensenanza. Enfatiza compilacion separada, modulos de definicion explicitos, tipado fuerte, corrutinas y programacion imperativa estructurada.\n\nInfluyo en lenguajes modulares posteriores y sigue siendo relevante en historia de compiladores, sistemas embebidos y contextos educativos."
5905
+ }
5906
+ }
5907
+ };
5908
+
5792
5909
  // src/languages/mojo.ts
5793
5910
  var mojo = {
5794
5911
  slug: "mojo",
@@ -5951,7 +6068,7 @@ var mustache = {
5951
6068
  ecosystems: ["Web", "Node.js", "Ruby", "Python", "Java", "Go"]
5952
6069
  },
5953
6070
  version: "1.0",
5954
- logo: "https://mustache.github.io/images/mustache.png",
6071
+ logo: "https://commons.wikimedia.org/wiki/Special:FilePath/Mustache-js-logo.png",
5955
6072
  color: "#974A01",
5956
6073
  i18n: {
5957
6074
  en: {
@@ -6199,7 +6316,7 @@ var nunjucks = {
6199
6316
  ecosystems: ["Web", "Node.js", "Static Sites"]
6200
6317
  },
6201
6318
  version: "3.2.4",
6202
- logo: "https://mozilla.github.io/nunjucks/img/nunjucks-logo.png",
6319
+ logo: "https://cdn.simpleicons.org/nunjucks/1C4A1C",
6203
6320
  color: "#1C4A1C",
6204
6321
  i18n: {
6205
6322
  en: {
@@ -6249,7 +6366,7 @@ var nushell = {
6249
6366
  ecosystems: ["Shell", "Unix", "Windows", "macOS"]
6250
6367
  },
6251
6368
  version: "0.113.1",
6252
- logo: "https://www.nushell.sh/icons/android-chrome-512x512.png",
6369
+ logo: "https://cdn.simpleicons.org/nushell/3AA675",
6253
6370
  color: "#3AA675",
6254
6371
  i18n: {
6255
6372
  en: {
@@ -6285,6 +6402,35 @@ var nushell = {
6285
6402
  }
6286
6403
  };
6287
6404
 
6405
+ // src/languages/oberon.ts
6406
+ var oberon = {
6407
+ slug: "oberon",
6408
+ publishedDate: "1987-01-01",
6409
+ extensions: [".ob", ".mod"],
6410
+ author: "Niklaus Wirth",
6411
+ website: "https://people.inf.ethz.ch/wirth/Oberon/",
6412
+ paradigms: ["imperative", "procedural", "modular"],
6413
+ tooling: {
6414
+ runtimes: ["Oberon System", "Oxford Oberon-2 compiler", "Classic compilers"],
6415
+ ecosystems: ["Operating Systems", "Education", "Language Design"]
6416
+ },
6417
+ version: "Oberon-2",
6418
+ logo: "https://dummyimage.com/32x32/0F766E/ffffff.png&text=Ob",
6419
+ color: "#0F766E",
6420
+ i18n: {
6421
+ en: {
6422
+ name: "Oberon",
6423
+ description: "A compact Pascal-family language with modules, type extension, and system roots.",
6424
+ longDescription: "Oberon is a compact language and operating-system project created by Niklaus Wirth and Jurg Gutknecht. The language simplifies Modula-2 while adding type extension and a small, strongly typed module system.\n\nOberon is important in operating-system research, compiler construction, and teaching because it shows how a small language, compiler, and environment can form a coherent software system."
6425
+ },
6426
+ es: {
6427
+ name: "Oberon",
6428
+ description: "Lenguaje compacto de la familia Pascal con modulos, extension de tipos y raices de sistema.",
6429
+ longDescription: "Oberon es un lenguaje y proyecto de sistema operativo creado por Niklaus Wirth y Jurg Gutknecht. Simplifica Modula-2 y agrega extension de tipos junto con un sistema de modulos pequeno y fuertemente tipado.\n\nEs importante en investigacion de sistemas operativos, construccion de compiladores y ensenanza porque muestra como lenguaje, compilador y entorno pueden formar un sistema coherente."
6430
+ }
6431
+ }
6432
+ };
6433
+
6288
6434
  // src/languages/objective-c.ts
6289
6435
  var objectiveC = {
6290
6436
  slug: "objective-c",
@@ -6763,6 +6909,35 @@ var pkl = {
6763
6909
  }
6764
6910
  };
6765
6911
 
6912
+ // src/languages/pl-i.ts
6913
+ var plI = {
6914
+ slug: "pl-i",
6915
+ publishedDate: "1964-01-01",
6916
+ extensions: [".pli", ".pl1"],
6917
+ author: "IBM",
6918
+ website: "https://www.ibm.com/products/pli-compiler-aix",
6919
+ paradigms: ["imperative", "procedural", "structured"],
6920
+ tooling: {
6921
+ runtimes: ["IBM Enterprise PL/I", "Open PL/I compilers"],
6922
+ ecosystems: ["Mainframe", "Enterprise", "Scientific Computing"]
6923
+ },
6924
+ version: "Enterprise PL/I 6.2",
6925
+ logo: "https://dummyimage.com/32x32/1F2937/ffffff.png&text=PL1",
6926
+ color: "#1F2937",
6927
+ i18n: {
6928
+ en: {
6929
+ name: "PL/I",
6930
+ description: "An IBM language combining business, scientific, and systems programming features.",
6931
+ longDescription: "PL/I was designed by IBM to cover business data processing, scientific computing, and systems programming in one language. It combines block structure, strong data-description facilities, exceptions, concurrency features, and rich numeric support.\n\nPL/I remains associated with mainframe and enterprise systems, where long-lived applications depend on its data handling, batch processing, and compatibility with IBM tooling."
6932
+ },
6933
+ es: {
6934
+ name: "PL/I",
6935
+ description: "Lenguaje de IBM que combina rasgos de programacion empresarial, cientifica y de sistemas.",
6936
+ longDescription: "PL/I fue disenado por IBM para cubrir procesamiento empresarial, computacion cientifica y programacion de sistemas en un solo lenguaje. Combina estructura de bloques, descripciones de datos, excepciones, concurrencia y soporte numerico amplio.\n\nSigue asociado a mainframes y sistemas empresariales donde aplicaciones de larga vida dependen de su manejo de datos, procesos batch y herramientas IBM."
6937
+ }
6938
+ }
6939
+ };
6940
+
6766
6941
  // src/languages/plantuml.ts
6767
6942
  var plantuml = {
6768
6943
  slug: "plantuml",
@@ -7641,6 +7816,64 @@ var reasonml = {
7641
7816
  }
7642
7817
  };
7643
7818
 
7819
+ // src/languages/rebol.ts
7820
+ var rebol = {
7821
+ slug: "rebol",
7822
+ publishedDate: "1997-01-01",
7823
+ extensions: [".r", ".reb", ".rebol"],
7824
+ author: "Carl Sassenrath",
7825
+ website: "https://www.rebol.com",
7826
+ paradigms: ["functional", "dataflow", "scripting"],
7827
+ tooling: {
7828
+ runtimes: ["REBOL 2", "Rebol 3", "Ren-C"],
7829
+ ecosystems: ["Scripting", "DSLs", "Network Tools"]
7830
+ },
7831
+ version: "Rebol 3",
7832
+ logo: "https://dummyimage.com/32x32/7C2D12/ffffff.png&text=Re",
7833
+ color: "#7C2D12",
7834
+ i18n: {
7835
+ en: {
7836
+ name: "Rebol",
7837
+ description: "A compact messaging language built around code-as-data blocks and dialects.",
7838
+ longDescription: "Rebol is a small language created around the idea of relative expressions, blocks as data, and domain-specific dialects. Its syntax makes structured data and executable code share one compact representation.\n\nRebol has been used for network utilities, GUIs, automation, lightweight data exchange, and DSL experiments. Its influence is visible in Red and other languages interested in homoiconic, message-oriented scripting."
7839
+ },
7840
+ es: {
7841
+ name: "Rebol",
7842
+ description: "Lenguaje compacto de mensajeria basado en bloques de codigo como datos y dialectos.",
7843
+ longDescription: "Rebol es un lenguaje pequeno creado alrededor de expresiones relativas, bloques como datos y dialectos especificos de dominio. Su sintaxis hace que datos estructurados y codigo ejecutable compartan una representacion compacta.\n\nSe ha usado en utilidades de red, GUIs, automatizacion, intercambio ligero de datos y experimentos de DSL. Su influencia se ve en Red y otros lenguajes de scripting homoiconico."
7844
+ }
7845
+ }
7846
+ };
7847
+
7848
+ // src/languages/red.ts
7849
+ var red = {
7850
+ slug: "red",
7851
+ publishedDate: "2011-02-26",
7852
+ extensions: [".red", ".reds"],
7853
+ author: "Nenad Rakocevic",
7854
+ website: "https://www.red-lang.org",
7855
+ paradigms: ["imperative", "functional", "symbolic"],
7856
+ tooling: {
7857
+ runtimes: ["Red toolchain", "Red/System"],
7858
+ ecosystems: ["Scripting", "GUI Applications", "Systems Experiments"]
7859
+ },
7860
+ version: "0.6.6",
7861
+ logo: "https://static.red-lang.org/red-logo.svg",
7862
+ color: "#F00000",
7863
+ i18n: {
7864
+ en: {
7865
+ name: "Red",
7866
+ description: "A Rebol-inspired language spanning high-level scripting and low-level Red/System code.",
7867
+ longDescription: "Red is a language inspired by Rebol that aims to cover a broad range from symbolic high-level scripting to lower-level systems programming through Red/System. It emphasizes compact syntax, DSL-friendly data notation, and GUI-oriented workflows.\n\nThe project is used for scripts, small desktop tools, experiments, and applications that benefit from homoiconic data, concise notation, and a single distribution with compiler and runtime pieces."
7868
+ },
7869
+ es: {
7870
+ name: "Red",
7871
+ description: "Lenguaje inspirado en Rebol que cubre scripting de alto nivel y codigo Red/System.",
7872
+ longDescription: "Red es un lenguaje inspirado en Rebol que busca cubrir desde scripting simbolico de alto nivel hasta programacion de sistemas con Red/System. Enfatiza sintaxis compacta, notacion de datos apta para DSLs y flujos orientados a GUI.\n\nSe usa en scripts, herramientas pequenas de escritorio, experimentos y apps que aprovechan datos homoiconicos, notacion concisa y una distribucion con compilador y runtime."
7873
+ }
7874
+ }
7875
+ };
7876
+
7644
7877
  // src/languages/rego.ts
7645
7878
  var rego = {
7646
7879
  slug: "rego",
@@ -7791,6 +8024,36 @@ var restructuredtext = {
7791
8024
  }
7792
8025
  };
7793
8026
 
8027
+ // src/languages/roc.ts
8028
+ var roc = {
8029
+ slug: "roc",
8030
+ publishedDate: "2021-01-01",
8031
+ extensions: [".roc"],
8032
+ author: "Richard Feldman and contributors",
8033
+ website: "https://www.roc-lang.org",
8034
+ paradigms: ["functional", "pure", "static"],
8035
+ tooling: {
8036
+ runtimes: ["Roc compiler"],
8037
+ packageManagers: ["Roc packages"],
8038
+ ecosystems: ["CLI Tools", "WebAssembly", "Functional Programming"]
8039
+ },
8040
+ version: "development snapshot",
8041
+ logo: "https://avatars.githubusercontent.com/u/96867701?v=4",
8042
+ color: "#7C3AED",
8043
+ i18n: {
8044
+ en: {
8045
+ name: "Roc",
8046
+ description: "A fast, pure functional language focused on friendly syntax and platform-based apps.",
8047
+ longDescription: "Roc is a pure functional programming language focused on fast execution, approachable syntax, static typing, and a platform model where hosts provide capabilities to applications. It aims to make functional programming practical for command-line tools, services, and WebAssembly.\n\nThe language is still evolving, but its design explores abilities, automatic memory management without tracing GC pauses, and packaging workflows that separate application code from platform code."
8048
+ },
8049
+ es: {
8050
+ name: "Roc",
8051
+ description: "Lenguaje funcional puro y rapido con sintaxis amigable y apps basadas en plataformas.",
8052
+ longDescription: "Roc es un lenguaje funcional puro enfocado en ejecucion rapida, sintaxis accesible, tipado estatico y un modelo de plataformas donde el host provee capacidades a las aplicaciones. Busca hacer practica la programacion funcional para CLIs, servicios y WebAssembly.\n\nEl lenguaje sigue evolucionando, pero explora abilities, manejo automatico de memoria sin pausas de GC por trazado y paquetes que separan codigo de app y plataforma."
8053
+ }
8054
+ }
8055
+ };
8056
+
7794
8057
  // src/languages/ruby.ts
7795
8058
  var ruby = {
7796
8059
  slug: "ruby",
@@ -8089,6 +8352,35 @@ var scss = {
8089
8352
  }
8090
8353
  };
8091
8354
 
8355
+ // src/languages/self.ts
8356
+ var self = {
8357
+ slug: "self",
8358
+ publishedDate: "1987-01-01",
8359
+ extensions: [".self"],
8360
+ author: "David Ungar and Randall Smith",
8361
+ website: "https://selflanguage.org",
8362
+ paradigms: ["prototype-based", "object-oriented", "dynamic"],
8363
+ tooling: {
8364
+ runtimes: ["Self VM"],
8365
+ ecosystems: ["Language Research", "Interactive Environments", "Prototype OO"]
8366
+ },
8367
+ version: "2024.1",
8368
+ logo: "https://dummyimage.com/32x32/EA580C/ffffff.png&text=Se",
8369
+ color: "#EA580C",
8370
+ i18n: {
8371
+ en: {
8372
+ name: "Self",
8373
+ description: "A prototype-based object language that influenced JavaScript, VM design, and live IDEs.",
8374
+ longDescription: "Self is a dynamic object-oriented language based on prototypes and message passing rather than classes. It was created as a research language for exploring object systems, live programming environments, and high-performance dynamic dispatch.\n\nSelf influenced JavaScript, Smalltalk VM work, adaptive optimization, and interactive development systems where objects can be inspected, changed, and extended while the program is running."
8375
+ },
8376
+ es: {
8377
+ name: "Self",
8378
+ description: "Lenguaje de objetos basado en prototipos que influyo en JavaScript, VMs e IDEs vivos.",
8379
+ longDescription: "Self es un lenguaje orientado a objetos dinamico basado en prototipos y envio de mensajes, no en clases. Fue creado como lenguaje de investigacion para explorar sistemas de objetos, entornos vivos y dispatch dinamico de alto rendimiento.\n\nInfluyo en JavaScript, trabajo de VMs de Smalltalk, optimizacion adaptativa y entornos interactivos donde los objetos pueden inspeccionarse y cambiarse mientras el programa corre."
8380
+ }
8381
+ }
8382
+ };
8383
+
8092
8384
  // src/languages/smalltalk.ts
8093
8385
  var smalltalk = {
8094
8386
  slug: "smalltalk",
@@ -10328,6 +10620,8 @@ var languages = [
10328
10620
  liquid,
10329
10621
  lisp,
10330
10622
  llvmIr,
10623
+ lobster,
10624
+ logo,
10331
10625
  lua,
10332
10626
  luau,
10333
10627
  makefile,
@@ -10338,8 +10632,10 @@ var languages = [
10338
10632
  mdx,
10339
10633
  mermaid,
10340
10634
  meson,
10635
+ mercury,
10341
10636
  metal,
10342
10637
  mojo,
10638
+ modula2,
10343
10639
  moonbit,
10344
10640
  move,
10345
10641
  mustache,
@@ -10351,6 +10647,7 @@ var languages = [
10351
10647
  nushell,
10352
10648
  objectiveC,
10353
10649
  ocaml,
10650
+ oberon,
10354
10651
  odin,
10355
10652
  openapi,
10356
10653
  opencl,
@@ -10358,6 +10655,7 @@ var languages = [
10358
10655
  perl,
10359
10656
  php,
10360
10657
  pineScript,
10658
+ plI,
10361
10659
  pkl,
10362
10660
  plantuml,
10363
10661
  plsql,
@@ -10376,16 +10674,20 @@ var languages = [
10376
10674
  racket,
10377
10675
  raku,
10378
10676
  razor,
10677
+ rebol,
10678
+ red,
10379
10679
  reasonml,
10380
10680
  rego,
10381
10681
  rescript,
10382
10682
  restructuredtext,
10683
+ roc,
10383
10684
  ruby,
10384
10685
  rust,
10385
10686
  sas,
10386
10687
  scala,
10387
10688
  scheme,
10388
10689
  scss,
10690
+ self,
10389
10691
  smalltalk,
10390
10692
  smarty,
10391
10693
  solidity,