Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Pycorn

Compare

  Analyzed about 22 hours ago

Pycorn is an interpreted operating system written in Python, intended to recreate the easy learning curve of 16-bit BASIC-based microcomputers. Device drivers, file systems, network protocols can all be implemented in Python with no C or assembler code. The goal of the project is to create a ... [More] usable interpreter-centric OS environment with the capabilities of modern computers; allowing a smooth learning curve from the acquisition of basic programming skills right up to implementing new OS-level functionality and drivers. Performance is not a goal, though it would be nice :) Current development is targeted at a variety of ARM platforms due to the relative simplicity of the hardware. [Less]

1.65K lines of code

0 current contributors

over 11 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

Lydrige

Compare

  Analyzed about 4 hours ago

Lydrige is a simple statically typed interpreted programming language inspired by lisp. It supports all major platforms including Windows, Mac, Linux, and FreeBSD and is written in C. It is a work-in-progress. It doesn't support many things yet, but it does support: functions, variables, arrays ... [More] (called lists, they are not dynamic), input from user, outputting to the screen (printing), strings and chars, etc. [Less]

28.3K lines of code

0 current contributors

over 6 years since last commit

0 users on Open Hub

Inactive
5.0
 
I Use This