[DiscordArchive] Where else you want to declare them ?
[DiscordArchive] Where else you want to declare them ?
Archived author: A2 • Posted: 2021-02-11T02:00:03.132000+00:00
Original source
Dont want to break it for you but thats quite rare for compilers to be able to deal with variables you didnt declared
Archived author: A2 • Posted: 2021-02-11T02:00:21.908000+00:00
Original source
python and lua are the only ones i know that does that dynamical declaration based on data you gave it
Archived author: Nix • Posted: 2021-02-11T02:00:42.429000+00:00
Original source
Lua can do it because everything is quite literally a table
Archived author: Go'Vic.Ϻέψ • Posted: 2021-02-11T02:00:45.638000+00:00
Original source
Yea, well I work in R so its what im used to
Archived author: Nix • Posted: 2021-02-11T02:00:47.080000+00:00
Original source
or an entry in a table
Archived author: Nix • Posted: 2021-02-11T02:01:04.435000+00:00
Original source
Auto type def is awful for what I do
Archived author: Nix • Posted: 2021-02-11T02:01:21.930000+00:00
Original source
but it is probably nice not having to think as much if you just want to write something that works quick
Archived author: A2 • Posted: 2021-02-11T02:01:40.452000+00:00
Original source
I would say same
Archived author: A2 • Posted: 2021-02-11T02:01:57.798000+00:00
Original source
if you want to get just a little bit more serious or efficient
Archived author: A2 • Posted: 2021-02-11T02:02:08.915000+00:00
Original source
auto declaration will only get in your way