Virtual DJ has users all over the world, all who speak & read different languages. When someone in France writes a script can they write it in French or do they have to learn the English to write it?
发表时间 3 hours ago
Answer = no (to French usage)
This is how all programming languages of current day work btw so this isn't something unique to VirtualDJ.
A programming language implementation is different from an AI model, which can be trained to accept different natural languages to do the job.
This is how all programming languages of current day work btw so this isn't something unique to VirtualDJ.
A programming language implementation is different from an AI model, which can be trained to accept different natural languages to do the job.
发表时间 3 hours ago
I believe it's English only.
发表时间 3 hours ago
script is its own language, it's based on English.
I worked with a blind guy who used a screen reader, and he only spoke Spanish.
I had to explain every verb name like
" 'param_cast' param is short for parameter , cast means we want to send a value somewhere else "
so his translator got it
hard work on my part, hard work on his too, but he got the fundamentals.
it's just how it is, I think most code is written in 'almost English' no matter where the developer is.
I worked with a blind guy who used a screen reader, and he only spoke Spanish.
I had to explain every verb name like
" 'param_cast' param is short for parameter , cast means we want to send a value somewhere else "
so his translator got it
hard work on my part, hard work on his too, but he got the fundamentals.
it's just how it is, I think most code is written in 'almost English' no matter where the developer is.
发表时间 2 hours ago
Tbh that's where AI is bridging the gap - you explain (in any natural language is trained to understand), and the model takes care of knowing how to create the programming language implementation.
It's sort of what the desire was for programming all along - being able to tell the computer what to do efficiently/in a language that the programmer is fluent in (with all the required translations being handled).
Until fairly recently, that meant understanding a computer (normally high-level) language syntax, benefits and even computer architecture specifics. Now, depending on the model used and its training, you can actually attempt to achieve that goal more directly (i.e. woth natural language) without requiring computer language specific knowledge.
It's sort of what the desire was for programming all along - being able to tell the computer what to do efficiently/in a language that the programmer is fluent in (with all the required translations being handled).
Until fairly recently, that meant understanding a computer (normally high-level) language syntax, benefits and even computer architecture specifics. Now, depending on the model used and its training, you can actually attempt to achieve that goal more directly (i.e. woth natural language) without requiring computer language specific knowledge.
发表时间 2 hours ago





