Versions
Description
Cosmos ("cosmos") is an implementation of the Python Programming Language with a compiler, virtual machine, interpreter, and minimal set of standard libraries. uCosmos ("ucosmos" or "micro cosmos") is a lightweight and restricted Python implementation that can access lower-levels of the underlying system. uCosmos is not thread-safe and it's very low level and platform dependent. Think of it as Python with power of C. It is (will be) used for Cosmos implementation. uCosmos is written in Python, but its initial version is bootstrapped using C and Python. uCosmos is inspired by C and Python. Every class attribute has its name, static type and optional initial value. Every function parameter, including return type, has a static type. In other words, uCosmos is a strongly and statically typed programming language.
Repository
https://bitbucket.org/mtasic85/cosmos
Project Slug
cosmos
Last Built
No builds yet
Maintainers
Home Page
Badge
Tags
Short URLs
cosmos.readthedocs.io
cosmos.rtfd.io
Default Version
latest
'latest' Version
default