guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ECMAScript support broken?


From: Kan-Ru Chen
Subject: ECMAScript support broken?
Date: Mon, 03 Jan 2011 00:46:46 +0800
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Hi,

I recently want to start a small project that uses guile as the
JavaScript interpreter, but the current git HEAD has errors regard
object definition.

--8<---------------cut here---------------start------------->8---
scheme@(guile-user)> ,L ecmascript
Happy hacking with ECMAScript!  To switch back, type `,L scheme'.
ecmascript@(guile-user)> var test = {};
While compiling expression:
ERROR: unrecognized tree-il ()
ecmascript@(guile-user)> var test = { bar: 1 };
While compiling expression:
ERROR: unrecognized tree-il ((apply (primitive cons) (const bar) (const 1)))
--8<---------------cut here---------------end--------------->8---


Happy new year!
Kanru
-- 
A badly written book is only a blunder. A bad translation of a good
book is a crime.
                -- Gilbert Highet



reply via email to

[Prev in Thread] Current Thread [Next in Thread]