← Home ← Back to /g/

Thread 106401122

10 posts 2 images /g/
Anonymous No.106401122 >>106401133 >>106401135 >>106401141 >>106401155 >>106401250 >>106401437 >>106402914
if they made a scripting version of java in javascript why dont they make scripting versions of other languages?
Anonymous No.106401133 >>106401148
>>106401122 (OP)
Javascript is entirely unrelated to Java though.
Anonymous No.106401135
>>106401122 (OP)
Powershell is effectively a scripting version of C#.
As it uses dotnet like C#.
Anonymous No.106401141
>>106401122 (OP)
>scripting version of java
>in javascript
/g/ in 2025
Anonymous No.106401148 >>106401163
>>106401133
retard
Anonymous No.106401155
>>106401122 (OP)
why?
just make compiler fast enough to instant compile, like tiny c compiler

you can literally boot linux from source code witn tinycc
Anonymous No.106401163
>>106401148
I see you've never used either of them I guess
Anonymous No.106401250
>>106401122 (OP)
Also kotlin has a scripting languge.
Anonymous No.106401437
>>106401122 (OP)
Javascript has nothing to do with Java. Groovyscript is the script version of Java and should be avoided.
Anonymous No.106402914
>>106401122 (OP)
Java is both scripted and compiled. Javascript on the other hand can be transpiled to a form that is being compiled and reaps the benefits of strong typing. I hope his is clear, welcome to hell.