Hi all,

this is a copy from our chat that may interrest this mailing list.

I came in here to announce our ReactJS implementation in Python :
https://blog.yourlabs.org/post/175884575803/tbinetruychip

so yeah, @tbinetruy, ReactJS dev with some python experience, is porting
react to python, and said "this kills reactjs", but was very tired ^^

this is what made him say that:
https://github.com/tbinetruy/CHIP/blob/master/chp/chip.py#L66-L69 :

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 converter
<https://github.com/martim00/python-webpack-loader>

Thus 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 ;)

-- 
∞

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAC6Op1_AiyphGnJ4Ztiw2PWvS%3Dmy_ZixqhWPGuuwv4zgTpCbFA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to