Excellent editor this. But I'm not quite sure why you would create this. From your profile I understand you are good with Python and you are good with Javascript, in your blog post : http://satyajit.ranjeev.in/2014/05/15/WTF-Github.html , you argue that Github took a very wrong step towards creating Atom, and you quoted > Havoc Pennington wrote: Don’t start by launching your own project. Lots of people want to write…
True my own words haunt me. I complained about atom as it was an editor that was a plain rip off sublime text. Just that it is done in JavaScript. I complained how they could not create something similar to Acme which was a brilliant innovation. I did try to customize Acme to what suited me. But clearly Acme's philosophy is quite different. Rob Pike says a big no to line numbers and highlighting. On why I chose JavaS…
Show HN: EDI – An editor in Go
41–50 of 50 posts
Re: Show HN: EDI – An editor in Go
#42Earlier quoted context omitted.
Many a time I see myself having two windows open. My editor and shell. I keep jumping from these windows either copying content or executing commands. The whole idea of the project is to bring them together. It is to act as a bridge between the commands that the OS provides and the editor.
This is an interesting project for sure (writing text editors are fun, and the mix of technologies chosen is interesting) - but I think it would be fairly straightforward to implement the features you've shown in your demonstration as an emacs package :)
Re: Show HN: EDI – An editor in Go
#43Re: Show HN: EDI – An editor in Go
#44Earlier quoted context omitted.
Many a time I see myself having two windows open. My editor and shell. I keep jumping from these windows either copying content or executing commands. The whole idea of the project is to bring them together. It is to act as a bridge between the commands that the OS provides and the editor.
> The whole idea of the project is to bring them together. What does this do that a normal shell and vim doesn't? If I use that together with something like tmux I can jump between the two seamlessly entirely with keyboard commands.
Re: Show HN: EDI – An editor in Go
#45Earlier quoted context omitted.
Yes in a future release I do plan to do so.
There is a javascript engine written in Go called otto so you could use that for plugins. That way people can write plugins with many languages if they wish. i.e. clojurescript, typescript ,dart, etc etc
Re: Show HN: EDI – An editor in Go
#46Re: Show HN: EDI – An editor in Go
#47Old dudes like me might have a strong negative reaction to something called "EDI."
Re: Show HN: EDI – An editor in Go
#48Also, the plumbing of ACME is truly excellent, I hope you can reproduce its power.
Re: Show HN: EDI – An editor in Go
#49Old dudes like me might have a strong negative reaction to something called "EDI."
Things get better: Open Source, Git Hub and you can have your share, too!
My 0.02 Cents here: http://www.use-the-tree.com
I am still waiting for people to join in (write parsers) and customers to be convinced and use it :-)
Re: Show HN: EDI – An editor in Go
#50Earlier quoted context omitted.
US Healthcare Insurance industry relies heavily on this for... everything.
Yep. And to a somewhat lesser extent, so does international commerce and logistics. Nearly all major importers of goods (think Wal-Mart for example) and their various suppliers and service providers rely on EDI to exchange commercial documents (purchase orders, commercial invoices, packing lists), file customs entries, track their incoming shipments and inventory, etc etc. EDI is probably irrelevant and dead in Silic…