Re: LUA Vs Javascript
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LUA Vs Javascript
- From: "Wesley Smith" <wesley.hoke@...>
- Date: 2008年6月27日 13:06:51 -0700
> I am working with both right now, so I would just like to append to that
> (very complete list!), that I noticed that lua does not has anything
> comparable to javascript's exception handling and throwing.
What about error and assert? Also, much of the exception handling
happens on the C side.
wes