Jesse Alama

Results 36 issues of Jesse Alama

### What version of Racket are you using? 8.0 (problem occurs in both the CS and BC variants) ### What program did you run? `raco exe src/c.rkt`, with the following...

bug

In our CircleCI setup, we run some build & lint tools both with Python 2 and with Python 3. The scripts that get run are exactly the same: the Python...

Jesse here, one of the co-champions of the decimal proposal! As I am preparing to give an update to the TC39 plenary, I noticed your polyfill. This looks great! There...

Also, update the list of champions (it has changed since 2021).

Jesse here, one of the champions of the [decimal proposal](https://github.com/tc39/proposal-decimal/) to add decimal arithmetic to JS. Thank you for your work on adding decimals to JS -- your npm packages...

It would be good to talk about how to integrate decimals into Ecma 402. One area that needs discussion is what `NumberFormat` should do with such objects. What kind of...

s: discuss
c: numbers

### WebKittens @msaboff @annevk ### Title of the spec Ecma TC39 Decimal Numbers ### URL to the spec https://github.com/tc39/proposal-decimal ### URL to the spec's repository https://github.com/tc39/proposal-decimal ### Issue Tracker URL...

venue: Ecma TC39

Here are some ideas for using resyntax on Typed Racket code. These are quite superficial and don't depend on any knowledge of the types. + Singleton union types: rewrite the...

new lint

If I `provide` an identifier multiple times, it could be replaced with a single occurrence of the identifier. Thus, ```` (provide a b a) ```` could be rewritten to just...

new lint

Racket makes it possible to scatter `provide` forms at the toplevel of a module. When this is actually done, though, I find it makes code harder to read. Ideally, I'd...

new lint