Re: [racket-users] Emacs Lisp as a Racket Language?

2015-07-03 Thread William G Hatch
I would also love to see a new emacs based on Racket. Is rmacs by Tony Garnock-Jones intended to be a small project or is he meaning for it to grow to be a serious contender with emacs, vim, etc? I agree with Greg that the ecosystem and momentum around emacs is its strongest point. I've

Re: [racket-users] Emacs Lisp as a Racket Language?

2015-07-03 Thread Greg Hendershott
So I've spent a lot of time using both Racket and Elisp over the past couple years. My feeling: - Racket is much nicer. - Elisp is not nearly as bad as I first thought. Some other baseless opinions: 1. An opposite approach would be to put a more Rackety face on Elisp. But. I feel it's probably

Re: [racket-users] Emacs Lisp as a Racket Language?

2015-07-03 Thread Tony Garnock-Jones
On 07/03/2015 01:11 PM, William G Hatch wrote: I would also love to see a new emacs based on Racket. Is rmacs by Tony Garnock-Jones intended to be a small project or is he meaning for it to grow to be a serious contender with emacs, vim, etc? At the moment, it's just for my own edification.

Re: [racket-users] Emacs Lisp as a Racket Language?

2015-07-03 Thread Neil Van Dyke
Tony Garnock-Jones wrote on 07/03/2015 03:15 PM: I want to explore it as a way of getting a Racket REPL on steroids. I imagine firing up Racket, getting a deceptively normal-looking terminal-style REPL, working for a bit (with rich, full-emacs-style functionality available at the REPL), and then

Re: [racket-users] Emacs Lisp as a Racket Language?

2015-07-03 Thread Michael Titke
On 02/07/2015 21:36, Greg Davidson wrote: Is there interest in creating a Gnu Emacs Lisp Racket Language, along with the underlying APIs (perhaps tied to DrRacket) sufficient to compile and run Gnu Emacs Lisp extension packages? Is there prior or ongoing work for such a project? For some

Re: [racket-users] Emacs Lisp as a Racket Language?

2015-07-03 Thread Rickard Andersson
I think if there is a direction to go in, it's to make a SSH-friendly and truly extensible text version of DrRacket. I would use this all day; I only really use vim because it's terminal friendly and the editing is great. DrRacket offers a lot in terms of integration with Racket facilities

Re: [racket-users] Emacs Lisp as a Racket Language?

2015-07-02 Thread Greg Davidson
Thanks Matthias ... there's nothing on Tony's projects pages so I've sent him a message. _Greg -- You received this message because you are subscribed to the Google Groups Racket Users group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [racket-users] Emacs Lisp as a Racket Language?

2015-07-02 Thread Neil Van Dyke
Reimplementing GNU Emacs, with backward compatibility, was one of the original intents of Guile, but that never happened. (I won't get into the reasons I know of, but a big indirect one was not due to any fault of Guile or its people, IMHO, nor were they likely even aware of it.)

Re: [racket-users] Emacs Lisp as a Racket Language?

2015-07-02 Thread Joel McCracken
This is an excellent idea. I have no idea if this is being worked on, but I would love to help such an effort. On Thu, Jul 2, 2015 at 3:36 PM, Greg Davidson greg.david...@gmail.com wrote: Is there interest in creating a Gnu Emacs Lisp Racket Language, along with the underlying APIs (perhaps

Re: [racket-users] Emacs Lisp as a Racket Language?

2015-07-02 Thread Matthias Felleisen
Guile has adopted a lot of Racket ideas. So they are building the platform to which to port Emacs. Consider building Emacs in Racket and then building a sane API. This project probably requires an even longer time horizon. Tony Garnock-Jones of Marketplace and Minimart (see (fourth

Re: [racket-users] Emacs Lisp as a Racket Language?

2015-07-02 Thread Jens Axel Søgaard
https://github.com/tonyg/rmacs Also: Read this free book: http://www.finseth.com/craft/ 2015-07-02 23:00 GMT+02:00 Greg Davidson greg.david...@gmail.com: Thanks Matthias ... there's nothing on Tony's projects pages so I've sent him a message. _Greg -- You received this message

Re: [racket-users] Emacs Lisp as a Racket Language?

2015-07-02 Thread Greg Davidson
I've implemented three programmers' text editors in days gone by, two of which were inspired by Emacs. It's easy to improve on Emacs' architecture and implementation but that just guarantees that the new improved editor will languish in obscurity since it doesn't have the momentum of the

Re: [racket-users] Emacs Lisp as a Racket Language?

2015-07-02 Thread Greg Davidson
Thanks Jens! _Greg -- You received this message because you are subscribed to the Google Groups Racket Users group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit