all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* GNU Emacs as a lightweight IDE (seeking volunteers)
@ 2021-02-04  7:00 Anand Tamariya
  2021-02-05  5:53 ` Richard Stallman
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Anand Tamariya @ 2021-02-04  7:00 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 2375 bytes --]

*TLDR* I'm seeking volunteers for merging my changes to Emacs. Reach out to
me if you're interested.

Hi,
I've been working on some improvements over CEDET to turn GNU Emacs into a
lightweight IDE (limited or no debugging). If you have a small project in
any of the supported languages, you can get IDE like features without any
additional installation. Given the framework, supporting more languages
boils down to simply adding a new grammar and overloading few functions.

Presently, it works for the following languages (demo links in brackets):
- C ( https://youtu.be/dUEHo5nrnc8 , https://youtu.be/04HUN52M8Sc )
- LaTex ( https://youtu.be/KL0KNa6Nh4M )
- SQL ( https://youtu.be/dUbqdY0KU0U , https://youtu.be/yJ55cQez5Tc )
- HTML + JS + CSS ( https://youtu.be/jJZMRZINAL8 ,
https://youtu.be/FkOYUPjdID8 )
- Java ( https://youtu.be/MWpvKSTz4qc , https://youtu.be/zmRac_BNbv0 ,
https://youtu.be/U2L0iLZI_cE , https://youtu.be/4UcPIdTJLOM )
- Elisp ( https://youtu.be/i-qwqKbedCA , https://youtu.be/DMg2rDn4LzQ )

Complete playlist is here
https://youtube.com/playlist?list=PLW9poAEUvGDAMYvvznljaNtvooaJZxsFQ

I believe it's now stable enough for a merge with main branch. However,
when I look back, the changes have been huge (87 changed files). You can
see the changes here
https://gitlab.com/atamariya/emacs/-/compare/master...dev (scroll down the
page). Hence, I intend to do this in following stages:


*Stage one (Testing)*Though I've been using this for over a year, I believe
it can do with some testing by others.


*Stage two (Minor changes)*I'll be accepting PRs for these to my github
repo:

   - If you want to see additional comments in code
   - If you have suggestions for performance improvements
   - If you have suggestions for code improvement in general
   - If you dislike code formatting



*Stage three (Major changes)*This should be final merge with main. We would
need to do it in small chunks over emails in this mailing list. However, we
can't get to this stage before the other two stages as that might mean
breaking the stability.

It's not a separate package as I believe this should be part of base emacs.
So I developed it as such. Given that CEDET is part of Emacs, if you have
ideas on packaging it as a separate package, I can use your help.

If this sounds interesting and you'd like to help, I'd like to hear from
you.

Regards,
Anand

[-- Attachment #2: Type: text/html, Size: 3359 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-03-09 14:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-04  7:00 GNU Emacs as a lightweight IDE (seeking volunteers) Anand Tamariya
2021-02-05  5:53 ` Richard Stallman
2021-02-11  5:09   ` Anand Tamariya
2021-02-11 15:35     ` T.V Raman
2021-02-15  7:25       ` Anand Tamariya
2021-02-15 12:22       ` Pankaj Jangid
2021-02-12  5:42     ` Richard Stallman
2021-03-09  3:05 ` Dmitry Gutov
2021-03-09  5:28   ` Anand Tamariya
2021-03-09 14:26     ` Dmitry Gutov
2021-03-09  4:14 ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.