all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [Ann]: An Implementation of the Shen programming language in Elisp and a call for help
@ 2016-05-13 21:01 aditya siram
  2016-05-14  1:08 ` Alexis
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: aditya siram @ 2016-05-13 21:01 UTC (permalink / raw)
  To: emacs-devel

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

Hi all,
I'm happy to announce a port of the Shen programming language [1] to Elisp
[2]. This means that all Shen programs can be run directly from Emacs
without any other dependencies. It is available for immediate installation
via Melpa [3].

However I could use some help with a couple of issues with packaging and
warnings generated by the byte-compiler:
1. I can't seem to get rid of warnings when byte-compiling the generated
"shen.el" [4] even though I have the byte-compile-warnings property the top
of the file. I'm getting a lot of "unused lexical variable" warnings even
though "lexical" is in the list of warnings.
2. I would like for the "shen.el" and "shen-primitives.el" [5] file to be
byte-compiled and loaded right after compilation even though they don't
have any autoloads. Currently they are only loaded with I call the function
`shen/repl` [6] which doesn't feel very responsive. Ideally they are loaded
at the time they are compiled.

Thanks!
-deech

[1] http://shenlanguage.org
[2] http://github.com/deech/shen-elisp
[3] https://melpa.org/#/shen-elisp
[4] https://raw.githubusercontent.com/deech/shen-elisp/master/shen.el
[5]
https://raw.githubusercontent.com/deech/shen-elisp/master/shen-primitives.el
[6] https://github.com/deech/shen-elisp/blob/master/shen-repl.el#L221

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

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

end of thread, other threads:[~2016-05-16 17:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-13 21:01 [Ann]: An Implementation of the Shen programming language in Elisp and a call for help aditya siram
2016-05-14  1:08 ` Alexis
2016-05-14  1:11   ` aditya siram
2016-05-14  1:30     ` Alexis
2016-05-14  1:41 ` Michael Heerdegen
2016-05-14 13:29 ` Stefan Monnier
2016-05-16 17:54 ` 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.