Managed Projects

yaal C++ libraries

  No analysis available

Yet another abstraction layer - a general purpose C++ library. This library provides unified, high level, C++ interfaces and implementations for handling problems and providing solutions in multiple domains: - algorithms - collections (containers) - arbitrary precision numeric types and ... [More] operations - threading - networking - generic, DSL grammar driven parsers - operating system infrastructure interfaces - xml serialization/deserialization and DOM operations - database access yaal also contains a fully fledged programming language named Huginn. [Less]

0 lines of code

1 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: afpl, by-nc-nd-40

huginn programming language

  No analysis available

huginn - programming language with no quirks, so simple every child can master it. Huginn is a computer programming language with following traits: - interpreted - imperative - functional style (functions, lambdas and closures are first class citizens) - object oriented (user defined types ... [More] , composition, inheritance, exceptions) - introspective, non-reflective type system - strongly typed (absolutely no implicit value conversions and no implicit type coercion) - dynamically typed (final type consistency checks are done at runtime) - duck typing - no quirks guarantee - support arbitrary precision calculations per built-in type - interpreter/executor trivially embeddable in C++ code [Less]

0 lines of code

1 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: afpl, by-nc-nd-40

replxx

  No analysis available

A readline and libedit replacement that supports UTF-8, syntax highlighting, hints and Windows and is BSD licensed.

0 lines of code

5 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause