Fork me on GitHub
#announcements
<
2020-06-23
>
Chris McCormick08:06:28

Hey all, after 3.5 months of work and 249 commits, I present Slingcode: https://slingcode.net/ It's a web based IDE with live-reloading which you can use to make, run, and share web apps. I built it in Clojurescript (with shadow-cljs, reagent, and bootleg 🙏). I made it for my kids so that they have a nice simple environment in which they can learn web app development without complex command line tooling and hosting, but I hope it will be useful to non-kid amateurs and maybe even professionals too. I humbly offer this to the Clojure community. Thanks for everything you all do. I'm so grateful to be able to build things using the amazing tooling of this ecosystem. P.S. Clojurescript hosted apps coming soon I hope!

😲 78
sheepy 78
👏 111
💾 18
👍 18
walterl08:06:23

This is excellent! I love the "offlineness" and light weight of it. Well done! 👏

🙏 3
slipset10:06:18

This is super cool! The dinosaur thing doesn't work in Safari, though,

👀 3
slipset10:06:24

loadSounds: function () {
            if (!IS_IOS) {
                this.audioContext = new AudioContext();

slipset10:06:07

AudioContext isn't available in Safari it seems, so I guess the (!IS_IOS) check needs to enhanced a bit...

👍 3
miro12:06:14

that is pretty cool! love the styling!

eggsyntax12:06:59

Very cool! What a lovely gift to the world.

ghadi16:06:01

how cool, congrats

Casey18:06:55

This is so cool! Mega props. love the webtorrent integration.

Chris McCormick01:06:30

Thank you very much all, very humbling! If anyone cares to help the project out, a Product Hunt / Hacker News upvote would help give it a boost: https://www.producthunt.com/posts/slingcode https://news.ycombinator.com/item?id=23611505