Live data from Hacker News

Viewing profile — albertjan

albertjan

HN member
Joined
Tue, Oct 31, 2017, 11:53 AM UTC
HN karma
6
Public activity
7 items

About albertjan

No profile information was provided.

Recent public activity

  1. comment
    Comment #15595135

    What @meredydd means is, leaving the compiler written in javascript but emitting wasm, so compiling python into wasm with javascript. Too many compilers! :P

  2. comment
    Comment #15595049

    We're back up! :)

  3. comment
    Comment #15593392

    Oh nooo, I'll try and track down the person that has the creds to fix this :) ...

  4. comment
    Comment #15593036

    Thanks for this succinct explanation! I've opened an issue on the skulpt repo. https://github.com/skulpt/skulpt/issues/731

  5. comment
    Comment #15593014

    Skulpt strings are javascript strings internally, wether or not you add u in front of a string doesn't actually change it's internal representation. We always strive to be as close…

  6. comment
    Comment #15592637

    We are working on python3 support and skulpt does have a python3 mode which emulates the biggest differences between py2 and py3. (like from __future__ import). But it doesn't unde…

  7. comment
    Comment #15592569

    (Contributor to skulpt and pypy.js here) That is a difficult question to ask and I think the original developer of pypy.js Ryan Kelly is most suited to answer it. There are some pe…