Content deleted Content added
m fix typos |
Declining submission: nn - Submission is about a topic not yet shown to meet general notability guidelines (be more specific if possible) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1:
{{AFC submission|d|nn|u=66.31.113.172|ns=118|decliner=Caleb Stanford|declinets=20250810192510|ts=20250809221822}} <!-- Do not remove this line! -->
{{AFC comment|1=Looks like a cool project, but I'm not seeing independent evidence of notability. Please ping me if you disagree. [[User:Caleb Stanford|Caleb Stanford]] ([[User talk:Caleb Stanford|talk]]) 19:25, 10 August 2025 (UTC)}}
----▼
{{Short description|Statically typed dialect of Lisp}}
{{Draft topics|software|computing|technology}}
{{AfC topic|stem}}
▲{{AfC submission|t||ts=20250716222922|u=Stylewiki|ns=118|demo=}}{{AFC comment|1=In accordance with Wikipedia's [[Wikipedia:Conflict of interest|Conflict of interest policy]], I disclose that I have a conflict of interest regarding the subject of this article. <!--Comment automatically added by the Article Wizard--> [[User:Stylewiki|Stylewiki]] ([[User talk:Stylewiki|talk]]) 22:29, 16 July 2025 (UTC)}}
▲----
<!-- Important, do not remove anything above this line before article has been created. -->
Line 32 ⟶ 37:
}}
'''Coalton''' is a [[functional programming|functional]], [[static typing|statically typed]], [[General-purpose programming language|general-purpose]] [[programming language]] embedded in [[Common Lisp (programming language)|Common Lisp]]. Its type system is similar to Haskell's, but evaluation is strict like Standard ML or OCaml. [[Metaprogramming]] is supported through traditional Lisp [[Macro (computer science)|macros]]. Coalton focuses on performance through efficient data representation and compiler optimization.<ref>{{cite web | title=Toward safe, flexible, and efficient software in Common Lisp - European Lisp Symposium 2025 | website=[[YouTube]] | date=20 May 2025 | url=https://www.youtube.com/watch?v=of92m4XNgrM }}</ref>.
''Coalton'' refers to both the language and its implementation, and remains under active, open-source development as of July 2025<ref>https://github.com/coalton-lang/coalton</ref>.▼
▲''Coalton'' refers to both the language and its implementation, and remains under active, open-source development as of July 2025<ref>{{cite web | title=Coalton | website=[[GitHub]] | url=https://github.com/coalton-lang/coalton }}</ref>
== History ==
Robert Smith started designing Coalton in 2018<ref>{{cite web | title=Deprecated-coalton-prototype/Thoughts.md at master · stylewarning/Deprecated-coalton-prototype | website=[[GitHub]] | url=https://github.com/stylewarning/deprecated-coalton-prototype/blob/master/thoughts.md }}</ref> to import the benefits of [[ML (programming language)|ML]]-like static typing into the interactive, incremental programming environment of Common Lisp. Coalton was further developed by a team led by Smith and was officially announced in 2021<ref>{{cite web | title=Introducing Coalton: How to Have Our (Typed) Cake and (Safely) Eat It Too, in Common Lisp | date=10 September 2021 | url=https://coalton-lang.github.io/20211010-introducing-coalton/ }}</ref>. Coalton has since been used for quantum computing research, the implementation of the [[Quil (instruction set architecture)|Quil]] compiler<ref>{{cite web | title=Using Coalton to Implement a Quantum Compiler | date=6 September 2022 | url=https://coalton-lang.github.io/20220906-quantum-compiler/ }}</ref>, and defense applications.
Coalton is used<ref>{{cite web | title=APS -2023 APS March Meeting - Event - A language-oriented approach to exchange-only silicon dot qubit software | volume=68, 3 | url=https://meetings.aps.org/Meeting/MAR23/Session/F70.8 }}</ref> at [[HRL Laboratories]] for building software for qubits based on exchange-only [[Silicon quantum dot|silicon dots]].
== Features ==
Line 142 ⟶ 146:
== Criticisms ==
A more serious criticism is that Hindley-Milner type systems are unsound when mutation is allowed
== References ==
|