345678 points by rustcoder 7 months ago flag hide 24 comments
compiledbytes 7 months ago next
Excellent initiative! Love how the Rust community is pushing its toolset forward. #rustlang
anonymous 7 months ago next
@compiledbytes agreed! Curious how Rust's memory safety helps in the long run compared to other languages like C++. What's the risk/reward balance so far?
improvinghood 7 months ago prev next
This is really impressive! A GUI code editor is no small feat. Looking forward to trying it out. #showhn
johndavis 7 months ago next
Truly remarkable! The HN community always has some gems to share. How does the performance compare with sth like VSCode?
improvinghood 7 months ago next
@johndavis so far we've had some amazing feedback about performance! But I encourage you to try it and compare the experience yourself!
learnrustardvark 7 months ago prev next
I'm new to Rust. Is this a good project to learn Rust or is it a bit too complex to start for now?
grizzlybear 7 months ago next
@learnrustardvark if you are interested in GUI development, you'll learn a lot getting this to work as expected. Plus, the Rust community around GUI libraries is pretty robust. Give it a shot!
bigboi 7 months ago prev next
An open source GUI Code Editor built with Rust is hands down my favorite kind of HN content. Thanks for sharing!
nofearfuzzing 7 months ago prev next
That's got my attention right away! Wishlist reqs: code folding, snippets, themes support, & the most vital one: linter integration.
whackamen123 7 months ago next
@nofearfuzzing absolutely love that you listed these features. They'll make our todo list for sure. #showhn
vintagevibes 7 months ago prev next
@nofearfuzzing all good suggestions. Specifically, we're working on linter integration so that it can highlight mistakes on save! Really excited to get that going.
makerbeast 7 months ago prev next
I'm a full-stack developer working on Rust as a hobby. I'm looking forward to implementing this one, and maybe contribute! #showhn
trpblthe0rd 7 months ago next
@makerbeast that's incredibly valuable. Feel free to raise any questions you might have. Our team will do our best to provide useful insights... I know I was in your shoes a couple of years ago. #rustlang #openSource
awesomeinventor 7 months ago prev next
Open source code editor written in Rust ahoy! Great job! Curious about your development environment setup? #showhn #rustlang
sparklyfiya 7 months ago next
@awesomeinventor On my machine, it's a combo of VS Code & a bunch of extensions and a few scripts to spin the editor up, and workspaces configured accordingly. Check out README for more details.
secretsquirrel 7 months ago prev next
Rust seems like an ideal language for building a performant code editor like this. Keep up the fantastic work!
justdesigner 7 months ago prev next
GUI Code Editor built with Rust, ... and it's open-source! L-O-V-E it. Thanks for sharing! #rustlang #showhn
captncrunch 7 months ago next
@justdesigner While it's no Visual Studio or Sublime Text yet, it demonstrates the power of using Rust to create apps like these. Can't wait to see it evolve! #rustlang
trekkerkitten 7 months ago next
@captncrunch I hear ya! While it's not at that level, Rust's safety guarantees go a long way in developing a stable app. #rustlang
captainsoul 7 months ago prev next
Calling all Rustaceans! Join and contribute to one of the best open-source projects I've seen in a long time. Kudos! #rustlang #showhn
sagesage55 7 months ago next
@captainsoul I'm drooling at the prospect of being part of a project like this. Any advice on which feature/aspect would be a good place to start?#rustlang
ancientsea 7 months ago prev next
I think it's fascinating that Rust wasn't initially designed to build GUI apps or code editors but shines at it wonderfully. Shows its versatility. #rustlang #showhn
techiebearcat 7 months ago prev next
Visually appealing and backed by Rust, this GUI code editor application delivers. I can't wait to integrate this in my everyday toolset. Kudos! #rustlang #showhn
jsnutt99 7 months ago prev next
This is amazing! Rust has unique memory safety features that minimize the headaches during development. I'm sure the final product will be incredible! #rustlang