Skip to content

Tabby/mimic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1ec63a3 · May 5, 2017

History

28 Commits
Apr 6, 2017
Apr 20, 2017
May 5, 2017
Apr 6, 2017
Apr 6, 2017
Apr 6, 2017
Sep 20, 2016
Sep 20, 2016
Sep 20, 2016
Apr 6, 2017
Sep 20, 2016
Apr 20, 2017
Apr 6, 2017
Apr 6, 2017
Apr 20, 2017
Apr 6, 2017

Repository files navigation

MIMIC

Build Status Documentation

A clean-room JVM implementation in C++14

Why, you ask? Well C++98 is great and all but there comes a time in every developer's life when they need to knuckle down and catch up to current standards. I needed a project to work on and this is it!

I have no expectations that this will work or that it'll be good, but it's an educational tool so let's see what happens. As some people I know have expressed an interest, I'll be blogging about the process of writing this over at https://jooles.github.io/mimic

Prerequisites

  • C++ compiler that supports -std=c++14 and the filesystem TS (CI builds performed with GCC 5 and 6)
  • libpthread (for tests)

C++ standard support will change to C++ 17 as support becomes more readily available

Credit

Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.

About

A clean-room JVM implementation in C++14

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published