abo-abo / lispy

Short and sweet LISP editing
http://oremacs.com/lispy/
1.21k stars 132 forks source link

add some racket support #488

Closed odanoburu closed 5 years ago

odanoburu commented 5 years ago

added some definitions to racket-mode too, see https://github.com/greghendershott/racket-mode/pull/374

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.01%) to 62.769% when pulling d0ff772dd36b64bea34cbaf6391baa72dc8f9c6a on odanoburu:racket into 27282cad2743e07b98abf5934f1f443bea64e296 on abo-abo:master.

abo-abo commented 5 years ago

Thanks. Merged with minor changes, please review.

I also added some limited support for eval. It doesn't display any stdout, only the return value. But better than nothing.

I wonder, why not just use Geiser? Is racket-repl better?

odanoburu commented 5 years ago

I also added some limited support for eval.

thanks! I saw some people wanted this feature in racket-mode's issues.

I wonder, why not just use Geiser?

tbh, I haven't even tried it. because racket is not scheme anymore i thought things might break :P