Typed web-server
|
|
0
|
43
|
September 16, 2023
|
Typed Racket + Org-mode + Org tables and lists
|
|
2
|
91
|
September 7, 2023
|
`apply` `set-union` in Typed Racket
|
|
2
|
59
|
August 9, 2023
|
Making nested vectors with build-vector in typed/racket
|
|
4
|
45
|
August 1, 2023
|
Mini-TT in Racket
|
|
0
|
480
|
June 13, 2023
|
Is typed racket compilation slow when using prefab structs?
|
|
9
|
119
|
May 2, 2023
|
A new way to type mutable data structures with opposite variance in typed racket
|
|
0
|
114
|
March 30, 2023
|
Pattern matching in TypedRacket that uses types to rule out impossible branches?
|
|
5
|
183
|
February 28, 2023
|
How to write `length` in TypedRacket with inlined types?
|
|
1
|
109
|
February 27, 2023
|
Racket version 8.7 is now available
|
|
6
|
505
|
February 16, 2023
|
Typed Racket: map list items while remembering individual types?
|
|
3
|
132
|
February 15, 2023
|
(define-type … (Instance X)) breaks when X is a parametric type synonym, since Racket 8.7
|
|
1
|
86
|
February 3, 2023
|
Mutable hash sets in typed Racket
|
|
0
|
121
|
November 11, 2022
|
Getting the type of a (class) expression
|
|
4
|
177
|
September 22, 2022
|
Typed abstract methods / typed interfaces
|
|
7
|
223
|
August 11, 2022
|
Inheritance of parameterized typed classes
|
|
0
|
122
|
August 8, 2022
|
How can I redefine defintions in typed racket top level (repl)
|
|
3
|
214
|
July 16, 2022
|
Is it possible to unsafely assume sub-types in Typed Racket?
|
|
1
|
151
|
July 11, 2022
|
For/first, for*/first, for/and, for*/and, for/last in Typed Racket
|
|
3
|
284
|
July 1, 2022
|
Managing `cast` performance penalty
|
|
26
|
612
|
June 14, 2022
|
Construct monad in `sicp-pict`?
|
|
5
|
359
|
May 21, 2022
|
@deftype and @defpolytype for Scribble
|
|
2
|
169
|
April 29, 2022
|
Can't wrap my head around how to use Polymorphic functions in Typed Racket
|
|
7
|
465
|
April 4, 2022
|
Passing procedures of unknow arity across typed/untyped boundary
|
|
9
|
293
|
April 2, 2022
|
How can i create function that takes an instance and updates it?
|
|
3
|
318
|
March 25, 2022
|
How can i nest an expression to use resulting function only once?
|
|
1
|
253
|
March 13, 2022
|
How can i use (modulo x y) function to create loop
|
|
0
|
171
|
March 12, 2022
|
How can i specify end of big bang
|
|
5
|
162
|
March 11, 2022
|
Replicating the type of `apply`
|
|
3
|
370
|
March 7, 2022
|
How to start contributing to Typed Racket?
|
|
2
|
242
|
February 23, 2022
|