Re: [racket-users] Racket compiler and runtime status report

2021-01-25 Thread Linus Björnstam
point of view everything just got faster, which is like a second Christmas! Best regards Linus Björnstam On Sun, 24 Jan 2021, at 18:25, Matthew Flatt wrote: > In anticipation of the v8.0 release with Racket CS as the default, > here's this year's update on Racket's c

Re: [racket-users] Please provide a simple example of typed racket with hyper-literate

2020-08-08 Thread Linus Björnstam
I should have read the question better, sorry. It might be the hyperliterate #lang that plays badly with typed racket. Try annotating the (define ...) inline and see if that works. -- Linus Björnstam On Sat, 8 Aug 2020, at 08:45, greadey wrote: > It is not wrong, if you type the annotat

Re: [racket-users] Please provide a simple example of typed racket with hyper-literate

2020-08-07 Thread Linus Björnstam
Your type annotation is wrong. (: foo (-> Integer Integer)) is (iirc, I haven't done typed racket other than for fun) more like it. -- Linus Björnstam On Fri, 7 Aug 2020, at 14:16, greadey wrote: > > Hi All, > > I've been trying to write typed racket code

Re: [racket-users] How can I increase expansion+compilation speed?

2020-07-20 Thread Linus Björnstam
tables or columns over and over? How much code does it expand to? I might have some computer time tonight, and will be able to test it out and explore the library you are using. -- Linus Björnstam On Mon, 20 Jul 2020, at 02:08, Ryan Kramer wrote: > Using DrRacket, the following file takes

Re: [racket-users] Re: srfi-171 transducers for racket

2019-12-10 Thread Linus Björnstam
other data types you think you can use, but that would mean an eternal chase for edge cases. -- Linus Björnstam On Tue, 10 Dec 2019, at 19:54, Jack Firth wrote: > > The "tdelete-duplicates" uses a hash-table to store already seen > elements: if the element is in the hash table

Re: [racket-users] Re: srfi-171 transducers for racket

2019-12-10 Thread Linus Björnstam
->texinfo for guile), so that will be quite some time in the future. -- Linus Björnstam On Tue, 10 Dec 2019, at 12:02, Jack Firth wrote: > This is great! Thank you for your work on this srfi. Transducers are > relatively new to Racket's ecosystem and I'm happy to see m

[racket-users] srfi-171 transducers for racket

2019-12-10 Thread Linus Björnstam
re. Anyway, go forth and have some fun! Best regards Linus Björnstam - Just a lowly classical musician programming for fun -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it,