bagel icon indicating copy to clipboard operation
bagel copied to clipboard

Bagels are delicious

Results 8 bagel issues
Sort by recently updated
recently updated
newest added

For error messages and everything else, we need good source position information. Right now the lexer captures it, but the AST throws it away. We need to keep that info...

implementation

When considering #52, I realized that `->` is unnecessarily difficult to pronounce. It bothers me because it obviously wants to be "→" but isn't because of limitations on keyboards rather...

language-design
syntax

This is some feedback I've heard half a dozen times this week at Python Brasil: Python's system utility APIs are in too many places, and do not have any sort...

language-design
libraries

Design considerations: - C is awful - Encouraging C interop mostly means encouraging an interop with libraries that are terrible and which will randmoly segfaults. - Writing crypto code is...

language-design

In Erlang it often ends up being useful to model the state invariants as pattern matches of expectations of complex types. For instance, an IRC chat room that is empty...

language-design