I hereby claim:
- I am lucian1900 on github.
- I am lucian (https://keybase.io/lucian) on keybase.
- I have a public key whose fingerprint is ADD0 2ED9 CC81 4E24 58C3 39D7 B76B 8D08 4805 30B1
To claim this, I am signing this object:
open System | |
let rec prompt convert msg = | |
printf msg | |
try | |
Console.ReadLine() |> convert | |
with _ -> prompt convert msg | |
let processPersonInfo() = |
I hereby claim:
To claim this, I am signing this object:
from __future__ import print_function | |
from operator import add, mul | |
from functools import partial | |
class Monad(object): | |
def __init__(self, value): | |
self._value = value |
Personal info:
Lucian Branescu Mihaila
email: lucian dot braneNOSPAMscu at gmail dot com irc: lucian
Project: Python3 on Parrot
Abstract: This project aims to create a Python3 [Python] compiler and object system that works on parrot.