معرفی شرکت ها


erlang-luerl_0.2015.12.10-5_amd64.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

implementation of Lua in Erlang
ویژگی مقدار
سیستم عامل Linux
توزیع Ubuntu Bionic-18.04
مخزن Ubuntu universe amd64
نام بسته erlang-luerl
نام فایل بسته erlang-luerl_0.2015.12.10-5_amd64.deb
نسخه بسته 0.2015.12.10
انتشار بسته 5
معماری بسته amd64
نگهدارنده Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/rvirding/luerl
مجوز -
حجم دانلود 347264
حجم نصب 517
An experimental implementation of Lua 5.2 written solely in pure Erlang . When to use Luerl: . Fast Language Switch: Luerl should allow you to switch between Erlang and Lua incredibly fast, introducing a way to use very small bits of logic programmed in Lua, inside an Erlang application, with good performance. . Multicore: Luerl provides a way to transparently utilize multicores. The underlying Erlang VM takes care of the distribution. . Microprocesses: It should give you a Lua environment that allows you to effortlessly run tens of thousands of Lua processes in parallel, leveraging the famed microprocesses implementation of the Erlang VM. The empty Luerl State footprint will be yet smaller than the C Lua State footprint. . Forking Up: Because of the immutable nature of the Luerl VM, it becomes a natural operation to use the same Lua State as a starting point for multiple parallel calculations. . However, Luerl will generally run slower than a reasonable native Lua implementation. This is mainly due the emulation of mutable data on top of an immutable world. There is really no way around this. An alternative would be to implement a special Lua memory outside of the normal Erlang, but this would defeat the purpose of Luerl. It would instead be then more logical to connect to a native Lua. . Some valid use cases for Luerl are: * Lua code will be run only occasionally and it wouldn't be worth managing an extra language implementation in the application; * the Lua code chunks are small so the slower speed is weighed up by Luerl's faster interface; * the Lua code calculates and reads variables more than changing them; * the same Lua State is repeatedly used to 'fork up' as a basis for massively many parallel calculations, based on the same state; * it is easy to run multiple instances of Luerl which could better utilise multicores.


جایگزین ها

بسته نسخه معماری مخزن
erlang-luerl_0.2015.12.10-5_i386.deb 0.2015.12.10 i386 Ubuntu universe


نیازمندی

مقدار نام
- erlang-base | erlang-abi-17.0
>= 1:20.2.2+dfsg erlang-base (>= 1:20.2.2+dfsg) | erlang-base-hipe


نحوه نصب


نصب پکیج deb erlang-luerl:

    sudo apt-get install erlang-luerl_0.2015.12.10-5_amd64.deb


فایل ها

مسیرها
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl.app
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl_app.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl_comp.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl_comp_cg.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl_comp_env.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl_comp_locf.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl_comp_peep.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl_comp_vars.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl_emul.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl_lib.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl_lib_basic.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl_lib_bit32.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl_lib_debug.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl_lib_io.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl_lib_math.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl_lib_os.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl_lib_package.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl_lib_string.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl_lib_string_format.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl_lib_table.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl_parse.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl_scan.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/luerl_sup.beam
./usr/lib/erlang/lib/luerl-0.2015.12.10/ebin/ttdict.beam
./usr/share/doc/erlang-luerl/changelog.Debian.gz
./usr/share/doc/erlang-luerl/copyright