--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Nashorn is the JavaScript engine in HotSpot.
It could be neat to have easy execution of JavaScript in a Go program. Lot's of use cases can be thought of.
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
Yes well I don't use it myself so I can not give any hands on use case. This is of course true for many things but it is not hard to envision possible use cases. I have used embedded interpreters in real projects before. For example we once exposed an interface for business analysts to perform ad hoc calculations on various data sets and they picked the pseudo-real language pretty fast.
On Thu, 09 Apr 2015 15:23:55 +0000 Henrik Johansson <dahan...@gmail.com> wrote:
> Nashorn is the JavaScript engine in HotSpot.
I'd like to hear about one or two real non-imaginary use cases for this scheme.