[racket-users] Re: Racket News - Issue 32 is here!

2020-06-01 Thread Liwei Chou
Saw this cool paper Sham: A DSL for Fast DSLs . Can this be used to optimize Racket itself? :) Paulo Matos於 2020年6月2日星期二 UTC+8上午1時46分00秒寫道: > > Racket News - Issue 32 is here! > > No time to wait, go grab a coffee and enjoy!

[racket-users] About using RSound

2020-05-22 Thread Liwei Chou
Found RSound Sound Engine for Racket package, but not much tutorial. Does any one know more instructions or tutorial for this package? https://docs.racket-lang.org/rsound/index.html -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscrib

Re: [racket-users] Reducing parentheses without language damage.

2020-05-01 Thread Liwei Chou
Any one consider this style? Minimizing visual interference while preserving parentheses. Even Java program can be written like Python. [image: main-qimg-8d66f35cd3da4c55a380d0d08c11d930.png] https://www.quora.com/What-is-the-most-frustrating-thing-about-being-a-computer-programmer/answer/Jesse-

[racket-users] Re: Racket documentation translations

2020-04-26 Thread Liwei Chou
Thanks for sharing. Hi also has a blog. Racket編程指南 (The Racket Guide) https://blog.csdn.net/chinazhangyong/category_7386082.html Racket stuff https://blog.csdn.net/chinazhangyong/category_7386249.html Awesome material. Stephen De Gabrielle於 2020年4月26日星期日 UTC+8下午10時26分20秒寫道: > > Hi > > I just

Re: [racket-users] on reducing barriers in the Racket community

2020-04-25 Thread Liwei Chou
Similar discussion here. https://groups.google.com/forum/#!topic/racket-users/WvThwc98kMU Sorawee Porncharoenwase於 2020年4月26日星期日 UTC+8上午2時03分13秒寫道: > > I like the idea of adding a "with debugging" to the banner when a program >> is run in DrRacket, but I´m not sure it is possible. >> > > It curr

Re: [racket-users] on reducing barriers in the Racket community

2020-04-25 Thread Liwei Chou
Thanks Dexter, Yes, now I know it’s due to the debugging and tracing configuration. After turn off debugging and profiling, it becomes. cpu time: 20 real time: 20 gc time: 0 If disable Preserve stacktrace also, I got. cpu time: 7 real time: 7 gc time: 0 Which is pretty decent, 16x acceleratio

Re: [racket-users] on reducing barriers in the Racket community

2020-04-24 Thread Liwei Chou
Dexter Lagan於 2019年7月22日星期一 UTC+8下午4時52分42秒寫道 > > From my perspective the only barrier of entry to Racket is the > documentation: it is very clear, detailed and well-written, but to certain > of my students they can also be quite obscure, especially to those who > don’t have comp-sci backgroun

[racket-users] Re: Rhombus project plan

2020-04-24 Thread Liwei Chou
As a newcomer from industry, I would like to share some of my thoughts. First, about the syntax. I suggest you to watch this video. This guy talks about the approaches Wolfram Language takes to solve this problem. By stacking up different layer of syntax like FullForm, InputForm for different l

[racket-users] Suggestions for "The Racket Guide"

2020-04-07 Thread Liwei Chou
Hello there, I’m reading "The Racket Guide" online and I have a little suggestion that if you can make the code easier to copy, it will be much easier for beginners to go through. For example, just like Wolfram Language’s tutorial, if you hover your mouse over a code snippet, it will appear a l