Hi all,
this is a copy from our chat that may interrest this mailing list.
so yeah, @tbinetruy, ReactJS dev with some python experience, is porting react to python, and said "this kills reactjs", but was very tired ^^
content = [
def_local('x', 'document.getElementById(\'myInput\').value'),
chip_js.log('x'),
assign('document.getElementById(\'demo\').innerHTML', op('+', "'You selected: '", 'x')),
]
Above, see he's programming JS from Python
We've been pair-programing this in hackaton mode since a few days
the only last thing is replacing that piece of code i pasted above, but a python function, and use a
python 2 js converterThus acheiving, isomorphic programing from Python, just like we can in go (see:
https://go.isomorphicgo.org/ )
We're always looking for new friends to participate in open research in our crazy company. If you're interrested in changing how we Python hackers relate to client side programming please let me know and we'll hook you up in our hackaton.
Also note, if you're a known python / django contributor and have an immediate need for money, we will sponsor some open source contributions in advance. That might be something that can pay your trip to Djangocon or something ;)
Have a beautiful day ;)
--