Originally Posted by
Elite
llvm + clang is pretty nice if you're doing low level stuff like C++/C
Update: Made a NodeJS module to make fetching toribash user info a bit easier
https://www.npmjs.com/package/toriapi
js code:
const Toribash = require("toriapi");
const Api = new Toribash();
Api.getUser("elite").then(user => {
console.log(user.clan.tag);
});
looks cool. Also that's a great idea! Umm thank I'm going to download that That compiler and give it a try.