Hacker News with Generative AI: Language Design
« Back to main
Adding syntax to the CPython interpreter
(leontrolski.github.io)
Let's add some new syntax to Python! Making a small change is not so hard.
Programming
,
Python
,
Open Source
,
Language Design
161 points by leontrolski 35 days ago |
57 comments
Language Compilation Speed (2021)
(alopex.li)
Programming
,
Software
,
Performance
,
Language Design
5 points by davikr 102 days ago |
0 comments
Evolving languages faster with type tailoring
(lambdaland.org)
Programming
,
Language Design
,
Software Development
,
Type Theory
5 points by ashton314 118 days ago |
1 comments
Evolving languages faster with type tailoring
(lambdaland.org)
Programming Languages
,
Software Development
,
Types
,
Language Design
11 points by ashton314 127 days ago |
0 comments
Exploring biphasic programming: a new approach in language design
(rybicki.io)
Programming Languages
,
Language Design
,
Software Engineering
125 points by chriscbr 142 days ago |
78 comments
Use context-free grammars instead of parser combinators and PEG
(writeas.com)
Programming
,
Computer Science
,
Language Design
100 points by mmastrac 171 days ago |
82 comments