Example Rhombus/Shrubbery Programs #186
Replies: 6 comments 2 replies
-
Here's a list of code puzzle sites to try out:
|
Beta Was this translation helpful? Give feedback.
-
I have created a repo and I've updated the web client example that reuses a few different Racket libraries. |
Beta Was this translation helpful? Give feedback.
-
@soegaard wrote a version of the Norvig Spelling corrector. |
Beta Was this translation helpful? Give feedback.
-
I've started porting the code in the "More" tutorial, here: https://github.com/samth/rhombus-more/ |
Beta Was this translation helpful? Give feedback.
-
Another example: a perceptron originally by Ken Shan in ISL for the course we're teaching, including a |
Beta Was this translation helpful? Give feedback.
-
@plane wrote a program using SDL and FFI. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
One activity that almost anyone can work on is writing programs in the current Rhombus/Shubbery prototype and sharing their experience is using it. This feedback can be useful in finding deficiencies in the design, help direct where standard library should go, and show others what a Rhombus future might look like.
If you are not sure what you could write here's a short list of suggestions:
As an example here is an incredibly basic script that I wrote yesterday to install a bunch of packages in a new Racket install I had with some notes.
Beta Was this translation helpful? Give feedback.
All reactions