663344·vor 8 Tagen·discussthis is what i do. i start with correct code and use ai for translation.this is where i start (c2l code i translate at https://c2l.puter.site):define..sq.x[* x x(define (sq x) (* x x))ai step:translate this code to python
663344·vor 11 Tagen·discuss> AI is pushing us closer to be just… well, I don’t know, but I don’t like it."software plumbers"
663344·vor 11 Tagen·discussvery interesting and i think it used to be called top down development - but now with ai it is workable
this is where i start (c2l code i translate at https://c2l.puter.site):
define..sq.x[* x x
(define (sq x) (* x x))
ai step:
translate this code to python