this post was submitted on 02 Jun 2023
23 points (100.0% liked)

Programming

13389 readers
64 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

It seems like there are about ~~22~~ ~~27~~ ~~46~~ ~~219~~ ~~320~~ ~~493~~ 1840 active subscribers here. I have a few questions for you all.

  • Which programming languages do you regularly use?
  • Which are your favorite to work with and why?
  • Which do you have interest in trying and why?
you are viewing a single comment's thread
view the rest of the comments
[โ€“] mifuyne@beehaw.org 1 points 2 years ago (1 children)

The biggest draw with Red for me was how quickly you can put together a simple GUI program. IIRC, you just need to download the GUI version of Red, there are no extra dependencies or framework. That said, I didn't get to play with the GUI aspect of it much in exercism's exercises. I suspect the test runners wouldn't have supported it.

The syntax definitely took some getting used to. I found the official documentation a bit lacking, but combined with Red by Example...and peeking at other people's code ๐Ÿ™ƒ, I was able to get somewhere with it.

A few links to get you started, if you like:

Hope that's useful!

[โ€“] ericjmorey@beehaw.org 3 points 2 years ago

Thanks for the jumpstart! I'll start playing with Red soon.