[racket-users] Re: Quickscript competition Deadline Extended till Tuesday Morning 4 Aug (uk time)

2020-07-31 Thread Stephen De Gabrielle
*"QuickScript is amazing, btw — chapeau !" * - comment from participant in the DrRacket @racketlang Quickscript Competition (unofficial) Quickscript is easy and fun - take a look at some examples to see how others made their scripts

[racket-users] lsp server

2020-07-31 Thread Catonano
I'm playing with a toy project in #Racket I'd like to use the lsp server https://docs.racket-lang.org/racket-language-server/index.html How do I do that ? Should I require it from my project code ? Or is it meant to be installed "globally" ? And after

Re: [racket-users] lsp server

2020-07-31 Thread Stephen De Gabrielle
I don’t know anything about this but I believe https://github.com/cfinegan/atom-ide-racket is a working example. Might be worth a look at the code to see how it works. Sorry I can’t be of more help Best wishes Stephen On Fri, 31 Jul 2020 at 19:46, Catonano wrote: > I'm playing with a toy

[racket-users] Advice wanted about new opengl binding

2020-07-31 Thread Hendrik Boom
I need advice from someone with more experience with openGL and/or Racket. I am still working on updating the Racket openGL binding to the current openGL spec. I'm doing this as in the old binding, machine-translating the formal part of the openGl standard, which now uses a competely new

[racket-users] Re: Racket CS release plan

2020-07-31 Thread wanp...@gmail.com
I noticed that the size of the CS version is 244% compare to BS version. Wondering why it became so large. Does that mean Chez Scheme runtime/vm 100 MB larger than the original one? Racket Mac OS X 64-bit Intel 116.7 MB SHA1: 521b5a264afcfb3f390afacc682987268f650a25 Racket CS Mac OS X

Re: [racket-users] Does Racket interpreter exist?

2020-07-31 Thread zeRusski
Thank you Arthur. Indeed Lisp in Small Pieces cites this paper in the chapter about fast interpreters among two others but sadly in French :) On Thursday, 30 July 2020 15:45:01 UTC+1, Arthur Nunes-Harwitt wrote: > > Hi, > >While you're enumerating these possibilities, I think it's

Re: [racket-users] namespaces + eval + reader

2020-07-31 Thread Jens Axel Søgaard
Den fre. 31. jul. 2020 kl. 04.01 skrev Shriram Krishnamurthi < shri...@gmail.com>: > want to create a namespace for (say) the BSL language in DrRacket. > Critically, I need the *reader* to be aligned with this language. > Otherwise, small semantic discrepancies creep in. ... > The expressions