HackerTrans
TopNewTrendsCommentsPastAskShowJobs

doppioandante

no profile record

Submissions

Mixing Visual and Textual Code

arxiv.org
86 points·by doppioandante·18 days ago·43 comments

comments

doppioandante
·20 days ago·discuss
I came to the same conclusion about AI generated code. When I read code written by a human, just by skimming it, I can get a sense of what purpose the code has, why it was written this way and not another way, what style and mindset the programmer behind it has. AI generated code may sometimes be extremely precise and following all the good practices, but I feel no intent behind it.
doppioandante
·9 months ago·discuss
Being able to redefine structs is what I always wanted when prototyping using Revise.jl :) great to have it