Category: Python

  • JSC : A JavaScript Object System

    As some of you might know, I’ve been working on a personal project for last 6 months, called Possimpable (working title). This project is composed from 3 major components. Today I’m going to release some documentation about one of them. Most parts of this project are written in JavaScript, including server-side. While I was attempting…

  • pnil – Translation from Python to Lisp

    One of these days, while I was waiting for Fenix to finish compiling and catalina to restart, I decided to start developing a small python to lisp Translator just for fun. Currently it just transforms (and badly, since it should do return-from insted of a return) a small times square function. It’s just a small…