all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Anand Tamariya <atamariya@gmail.com>
To: emacs-devel@gnu.org
Subject: GNU Emacs as a lightweight IDE (seeking volunteers)
Date: Thu, 4 Feb 2021 12:30:08 +0530	[thread overview]
Message-ID: <CADm7Y4m2fTaW+rDoJqZxOn5L7feaxdLirDbJVO3p9vw+apXroQ@mail.gmail.com> (raw)

[-- 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 --]

             reply	other threads:[~2021-02-04  7:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-04  7:00 Anand Tamariya [this message]
2021-02-05  5:53 ` GNU Emacs as a lightweight IDE (seeking volunteers) 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CADm7Y4m2fTaW+rDoJqZxOn5L7feaxdLirDbJVO3p9vw+apXroQ@mail.gmail.com \
    --to=atamariya@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.