mfichman / jogo

High(er) performance compiled programming language with clean, powerful syntax
MIT License
6 stars 1 forks source link

Implement advanced standard library #14

Open mfichman opened 13 years ago

mfichman commented 13 years ago

Basically, this includes libraries that are essential for many tasks, but not core. Most likely this will include:

Eventually there will also be 3D graphics bindings for OpenGL, and a game engine library :) but those are definitely not core.

mfichman commented 12 years ago

Completed Socket library

mfichman commented 11 years ago

Completed basic Regex library