GitXplorerGitXplorer
W

conceptLab

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
988c8be5a00b1cf1e272abc3bbce5256e3d2c6c7

fix readme

WWalkerCodeRanger committed 6 years ago
Unverified
ffacced1958eeb7981a0c9d3e04db630aa7b4cf2

remove committed packages

WWalkerCodeRanger committed 9 years ago
Unverified
6fa7d07455ca782e586479ff9609bac187a809a8

add a read me with project status

WWalkerCodeRanger committed 10 years ago
Unverified
cb6968497647d9803a3ba2321f478947c9b257da

fix some spelling in comments

WWalkerCodeRanger committed 11 years ago
Unverified
cb4733a46f82f3cc092b17daca4621effdc3820b

Add TypedDictionary example to Language Limitations and organize them better

WWalkerCodeRanger committed 12 years ago
Unverified
033f0d14ccb3be6113f614508deefaff8dc2b898

Bring in and update the implementation of Runtime Annotations

WWalkerCodeRanger committed 12 years ago

README

The README file for this repository.

Concept Lab

A repo for me to try out new ideas in and explore computer science concepts.

Status: Inactive No Warranty

This is code I have thrown together to test out some ideas. It is definitely not production ready. I am not currently doing any development on it.

Contents

  • DataStructures - Symmetric recursive OO linked list and doubly linked list with visitors
  • ExtendableObjects - Type safe dynamic object attributes
  • LanguageLimitations - Demonstrates weaknesses in the C# language in the areas of generics and implicit conversions
  • PureObjects - Implements logic and math using no primitives, only objects with polymorphic methods. Shows that objects and dynamic dispatch are probably turing complete