Re: [racket-users] Rhombus project plan

2020-04-29 Thread Sage Gerard
Apologies if this is a tired question, and please link me to any answer I missed. If Racket is a component of the overall system, does that imply that it can "reach out" from it's new home in the ecosystem and use all of the new features available beyond Phase 4? ~slg ‐‐‐ Original

Re: [racket-users] Rhombus project plan

2020-04-29 Thread David Storrs
On Wed, Apr 29, 2020 at 11:15 AM Jeffrey Edgington wrote: > > Greetings, > > I would be interested as well. > > Thanks, > > Jeff > > Sam and I started to do this on Slack and will connect again later to do more. I'm taking thorough notes and will pass them along once I've got something worked

Re: [racket-users] Rhombus project plan

2020-04-29 Thread David Storrs
On Wed, Apr 29, 2020 at 8:21 AM Matthew Flatt wrote: > At Wed, 29 Apr 2020 11:14:47 +0200, Dexter Lagan wrote: > > To the point: what would make Racket2 the ultimate tool (for me): > > Performance. Faster startup times, shorter execution times in general. > > Optionally, a ‘lite’ version of

Re: [racket-users] Rhombus project plan

2020-04-29 Thread David Storrs
Cool, thanks! Ping sent. On Wed, Apr 29, 2020 at 10:27 AM Sam Tobin-Hochstadt wrote: > Hi David, > > If you ping me on Slack, I'll be happy to walk you through how to make > changes to the docs. And maybe you can lend a hand to finally > completing https://github.com/racket/racket/pull/874

[racket-users] Should I stop sending packages to the catalog?

2020-04-29 Thread Sage Gerard
April 9th in the #general Slack channel taught me that there was no clean way to release a breaking change in a package. I'm open to working on version pinning support in raco pkg provided that a maintainer can walk me through some code. In the meantime, as much as I appreciate the efforts made

[racket-users] Semantic overhaul of Scribble with RDFa

2020-04-29 Thread Greg Trzeciak
I currently deal with semantic data on a daily basis and a year ago I started to work on a project in Racket that involved building RDF toolset that I was hoping to open source and use it for implementing the proposal outlined in the issue I've just started. Unfortunately lack of existing

Re: [racket-users] Rhombus project plan

2020-04-29 Thread Dexter Lagan
Thanks so much for your reply, it's very nice to see another perspective. I added specific comments below : They say that Racket is slow. I would like to know who are "they". > Same here, never had a problem, but I do understand there may be requirements for real-time apps and system

Re: [racket-users] Should I stop sending packages to the catalog?

2020-04-29 Thread David Storrs
On Wed, Apr 29, 2020 at 12:47 PM Sage Gerard wrote: > April 9th in the #general Slack channel taught me that there was no clean > way to > release a breaking change in a package. I'm open to working on version > pinning > support in raco pkg provided that a maintainer can walk me through some >

Re: [racket-users] Rhombus project plan

2020-04-29 Thread Dexter Lagan
To be clear, I have never had a problem with Racket's performance, I'm just thinking about ways to push for a wider adoption. Personally, anything faster than Python is more than enough, especially with a good FFI. I'm guessing a lot of people look at Rust and Go just because it's supposed to be

Re: [racket-users] Rhombus project plan

2020-04-29 Thread Dominik Pantůček
Hi, I can't leave this without reaction... > >   To the point: what would make Racket2 the ultimate tool (for me): > > * Performance. Faster startup times, shorter execution times in > general. Optionally, a ‘lite’ version of Racket that compiles > directly to no-deps binaries,

Re: [racket-users] Re: Question about generating urls with dispatch-rules from imported modules

2020-04-29 Thread Yury Bulka
Greg Hendershott writes: > Although I haven't tried to use it hands-on, the description of the > imperative flavor makes me think it might be intended to help with this? > > https://docs.racket-lang.org/web-server/dispatch.html#%28part._.Imperative_.Dispatch_.Containers%29 Hm, that's

Re: [racket-users] Rhombus project plan

2020-04-29 Thread Sam Tobin-Hochstadt
See the comment I just left in this PR: https://github.com/racket/scribble/pull/223 Sam On Wed, Apr 29, 2020 at 5:10 PM Dexter Lagan wrote: > > I’d like to help too, so if I understand this pull request correctly, > there’s demand for a guide on how to update the docs? I was about to ask >

[racket-users] Re: Should I stop sending packages to the catalog?

2020-04-29 Thread Alex Harsanyi
You could both send packages to the package catalog and instruct your users to use a different package source if they wish to use old versions. I don't see these two options in conflict with each other. As an application writer, I am on the other side of this problem, by depending on other

Re: [racket-users] Rhombus project plan

2020-04-29 Thread Matthew Flatt
At Wed, 29 Apr 2020 12:46:50 -0400, David Storrs wrote: > In related news, a question for the list: Once I have a handle on this, I > would like to write a "How to Contribute to Racket Documentation" guide. > Where would be the right place for this? Should it be an expansion to an > existing

Re: [racket-users] Rhombus project plan

2020-04-29 Thread Dexter Lagan
I’d like to help too, so if I understand this pull request correctly, there’s demand for a guide on how to update the docs? I was about to ask precisely that, how to contribute to the docs. If there’s JavaScript to make, I can take a look. I don’t use Slack, is there an alternative? Cheers,

Re: [racket-users] Rhombus project plan

2020-04-29 Thread Dexter Lagan
You’ve always been very inspiring to me. I’ll do my best to better the docs if there’s a guide on how to do so. Bear with me, I have no background in computer science and I don’t even know what a pull request is. I only recently started using version control. I’ve always worked alone, until

Re: [racket-users] Rhombus project plan

2020-04-29 Thread Dexter Lagan
Hi all, I had written a few of my early thoughts about ‘racket2’, but after mulling over all this for a good year, I’d like to write something more definitive. My background: I started programming in BASIC on C64, followed by ADA, Pascal, C and macro-assembly on 8086 with MASM in the 90’s.

[racket-users] Re: Rhombus project plan

2020-04-29 Thread George Neuner
On Wed, 29 Apr 2020 21:38:49 +0200, Dexter Lagan wrote: >Thanks so much for your reply, it's very nice to see another perspective. I >added specific comments below : > >They say that Racket is slow. I would like to know who are "they". >> > > Same here, never had a problem, but I do understand

Re: [racket-users] Rhombus project plan

2020-04-29 Thread Sorawee Porncharoenwase
(Not directly related to Rhombus) Speaking of “how to contribute”, I find that it is not friendly at all to setup stuff in order to contribute to Racket core and main distribution. According to https://blog.racket-lang.org/2017/09/tutorial-contributing-to-racket.html, if I want to make a change

Re: [racket-users] Rhombus project plan

2020-04-29 Thread Anurag Mendhekar
> > > They say that Racket is slow. I would like to know who are "they". > > Racket can be surprising. For example - our GUI application on RPi has a > start-up time of 24s... But when we compile it using `raco exe`, it goes > down under 2s including some hardware setup the program does.

Re: [racket-users] Rhombus project plan

2020-04-29 Thread Matthew Flatt
At Wed, 29 Apr 2020 11:14:47 +0200, Dexter Lagan wrote: > To the point: what would make Racket2 the ultimate tool (for me): > Performance. Faster startup times, shorter execution times in general. > Optionally, a ‘lite’ version of Racket that compiles directly to no-deps > binaries, bypassing