thechangelog / ping

Ping! Share show ideas, feedback, or general questions. Just create an issue.
https://changelog.com/
266 stars 13 forks source link

Project release: Goby (Rooby) #741

Closed st0012 closed 7 years ago

st0012 commented 7 years ago

Hi, a few months ago I was also here posting my new language Rooby (it's called Goby now). And after the crafting in past few months we finally released our 0.1.0 version 🎉

As I promised earlier, it has builtin multi-threaded server, thread and channel support and other features like: REPL, Plugin System (which allows you using Go's package directly in Goby!) and you can manipulate Go object(pointer) directly in Goby.

We (we are a team now) also built a sample site with 100% Goby. It proves that Goby is already functional on certain level.

(BTW we also have a post on ProductHunt)

jerodsanto commented 7 years ago

@st0012 congrats on the continued success! we're including this in our next issue of Changelog Weekly! :green_heart:

st0012 commented 7 years ago

@jerodsanto Sorry I didn't update that we already released version v0.1.2, which fixed a lot bugs 😅