1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/www/p5-JE/pkg-descr
Emanuel Haupt b72df69734 www/p5-JE: Provide a longer description
Notified by:	portstreelint
2024-03-03 13:55:00 +01:00

12 lines
727 B
Plaintext

JE is a pure-Perl ECMAScript (JavaScript) engine that seamlessly
integrates JavaScript's dynamic capabilities into Perl projects. It
stands out for its compatibility with serialization tools, allowing the
runtime environment to be easily serialized. The engine is highly
customizable, with a parser that can be tailored to support a wide range
of language features according to project needs. Additionally, JE offers
direct manipulation of JavaScript datatypes from Perl, utilizing
overloaded operators for a smooth interoperability. This feature set
makes JE particularly useful for developers looking to enhance their
Perl applications with JavaScript functionality, providing a bridge
between the two languages' ecosystems.