معرفی شرکت ها


chiakilisp-0.9.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

ChiakiLisp - yet another LISP interpreter/compiler
ویژگی مقدار
سیستم عامل OS Independent
نام فایل chiakilisp-0.9.0
نام chiakilisp
نسخه کتابخانه 0.9.0
نگهدارنده ['@jedi2light']
ایمیل نگهدارنده ['stoyan.minaev@gmail.com']
نویسنده @jedi2light
ایمیل نویسنده stoyan.minaev@gmail.com
آدرس صفحه اصلی https://chiakilisp.jedi2light.moe
آدرس اینترنتی https://pypi.org/project/chiakilisp/
مجوز GNU GPL v2
# ChiakiLisp, LISP syntax over Python && C++ ## Qt5 Demo ![alt Qt 5 Demo App](demos/qt5-demo-app.png) ## Demo Source 1. [AST Evaluate Mode (Python3 API)](examples/ast-mode/qt5-simple-app-window.cl) 2. [Code Generation' Mode (C++ API)](examples/cxx-mode/qt5-simple-app-window.cl) ## Other Demos ### There examples support ast-mode/cxx-mode 1. [Recursively Calculated Factorial](examples/factorial.cl) 2. [A short example for a Functional Programming Style](./examples/funcional.cl) ## Description [ChiakiLisp](https://chiakilisp.jedi2light.moe) - yet another LISP syntax for the Python 3 && C++ There are few similar projects already exist: - [HyLang](https://hylang.org) - pretty cool project, compiles LISP into Python 3 bytecode, cool - [NanamiLang](https://nanamilang.jedi2light.moe) - my attempt to mix Clojure-like look-and-feel and Python 3 core ## Simple and complex (collections) data types ChiakiLisp does not use custom wrappers for any of them: - When you type `nil`, you get `NoneType` data type, `NULL` in C++ - When you type `1234`, you get `int` data type, `long` in C++ - When you type `"hello, world"`, you get `str` data type, `char*` in C++ - When you type `true` or `false`, you get `bool` data type, `bool` in C++ - When you type `[...]`, you get `list` data type, `std::vector<T>` in C++ - When you type `{...}`, you get `dict` data type, not implemented for C++ ## License and contribution This project is licensed under WTFPL license, that means that you can **do whatever you want with this shitty thing**


نیازمندی

مقدار نام
==1.0.2 hashedcolls


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl chiakilisp-0.9.0:

    pip install chiakilisp-0.9.0.whl


نصب پکیج tar.gz chiakilisp-0.9.0:

    pip install chiakilisp-0.9.0.tar.gz