all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xah Lee <xahlee@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: how to use ejacs to eval a file as with command line driven  interpreters
Date: Sun, 11 Jan 2009 08:20:12 -0800 (PST)	[thread overview]
Message-ID: <84adaeb7-51b2-4f74-9fa4-f44c181a7ff5@r15g2000prh.googlegroups.com> (raw)
In-Reply-To: mailman.4473.1231557011.26697.help-gnu-emacs@gnu.org

On Jan 9, 7:09 pm, Kevin Rodgers <kevin.d.rodg...@gmail.com> wrote:
> XahLeewrote:
> > there's Stevey Yegge's javascript interpreter written in elisp.
> >http://code.google.com/p/ejacs/
>
> > by default it runs in emacs as a command line console.
>
> > my question is, is it possible to run ejacs with a file?
>
> > e.g. i have a file x.js, which i can run in shell with spidermonkey
> > like this:
> > js x.js
>
> > i wish to be able to use ejacs to eval a file. Otherwise it wouldn't
> > be useful to me.
>
> http://code.google.com/p/ejacs/wiki/README
>
> There is also a console load() function that takes as an argument the
> path to a JavaScript source file to load and evaluate.

Thanks Kevin. I missed that.

... haven't spend time on this... but “load” is actually just a
function of js, much like “include” in other lang.

i'm hoping to have something like eval-region and eval-buffer for it.
Using the “load” function to implement this might mean a bit of a
hack.

... looking at the source code, looks like js-evaluate in the right
thing to call. Just did this:

(js-evaluate "print(4);")

4

seems it insert result and consol prompt into the current buffer, as
if expecting it is called in a console... a bit more look i found js-
eval-buffer:

// (js-eval-buffer (current-buffer))
print(3);

but got error
let: No catch for tag: js-THROW, throw

  Xah
∑ http://xahlee.org/

  parent reply	other threads:[~2009-01-11 16:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-08 15:12 how to use ejacs to eval a file as with command line driven interpreters Xah Lee
2009-01-10  3:09 ` Kevin Rodgers
     [not found] ` <mailman.4473.1231557011.26697.help-gnu-emacs@gnu.org>
2009-01-11 16:20   ` Xah Lee [this message]
2009-01-13  2:18     ` Kevin Rodgers
     [not found]     ` <mailman.4694.1231813093.26697.help-gnu-emacs@gnu.org>
2009-01-13 17:00       ` Xah Lee

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=84adaeb7-51b2-4f74-9fa4-f44c181a7ff5@r15g2000prh.googlegroups.com \
    --to=xahlee@gmail.com \
    --cc=help-gnu-emacs@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.