CPPlay for Mac
Play with C/C++ code without distractions.
Play with C/C++ code without distractions.
CPPlay lets you play with C/C++ code without distractions.
Traditionally, when writing C/C++ code, you go through the edit-compile-link-execute stages. When you are learning or when you are being creative this is a major waste of time. What you want ideally is to be able to write code and try it, then tweak it a bit and try it again. Quickly. You want to be productive and focused and your development environment must not get in the way.
CPPlay features a C/C++ interpreter integrated with OpenGL and OpenAL and it enables exactly that kind of workflow. It is built on top of LLVM and clang, which are the basis of some of the most robust and optimised C/C++ development environments today.
CPPlay is blazingly fast! With its JIT compiler, the code you write with CPPlay executes at near native speed, and the native code you call executes at exactly native speed.
Comments
User Ratings