Skip to content

Instantly share code, notes, and snippets.

open System
let rec prompt convert msg =
printf msg
try
Console.ReadLine() |> convert
with _ -> prompt convert msg
let processPersonInfo() =

Keybase proof

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:

from __future__ import print_function
from operator import add, mul
from functools import partial
class Monad(object):
def __init__(self, value):
self._value = value
@lucian1900
lucian1900 / Pynie proposal.md
Created March 28, 2011 22:51
Proposal for developing a new pynie over GSoC 2011

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.