News Score: Score the News, Sort the News, Rewrite the Headlines

GitHub - SrMordred/reloaded: A Simple DLang Live Code Reloading.

ReloadeD ReloadeD is a simple library for live code reloading based on dynamic libraries. ReloadeD is on experimental stage and have been tested only on windows. Show And Tell ReloadeD works with a simple Host application, and a Client Library. //HOST APPLICATION struct Data { int value; } void main() { import reloaded : Reloaded; import std.stdio : writeln; Reloaded script; Data userdata; /* Load the library, and pass the data that will be shared between HOST and CLIENT. */ script.load("path/li...

Read more at github.com

© News Score  score the news, sort the news, rewrite the headlines