What are semantic limitations you talking about?
lack of pattern matching as example, which can tend to lots of
ugly code
On Monday, 30 October 2023 at 13:24:56 UTC, Sergey wrote:
On Monday, 30 October 2023 at 13:13:47 UTC, jmh530 wrote:
On Sunday, 29 October 2023 at 10:44:03 UTC, ryuukk_ wrote:
Julia is more an alternative to R, Matlab, Python than C++.
Not really.
Many especially popular and widely used (NumPy
On Monday, 30 October 2023 at 13:13:47 UTC, jmh530 wrote:
On Sunday, 29 October 2023 at 10:44:03 UTC, ryuukk_ wrote:
Julia is more an alternative to R, Matlab, Python than C++.
Not really.
Many especially popular and widely used (NumPy, PyTorch,
data.table) libraries for R and Python implemen
On Sunday, 29 October 2023 at 10:44:03 UTC, ryuukk_ wrote:
[snip]
This is sad that people recommend OOP for this
Julia doesn't have OOP and it took over, and that's what i'd
recommend your students to check, C++ is a dead end, Julia it
is for mathematical computing
If D had tagged union and
On Sunday, 29 October 2023 at 08:55:24 UTC, Dmitry Ponyatov wrote:
Maybe someone played in this topic, and can give some advice:
is D language with its OOP without multiple inheritance and
maybe other semantic limitations able and good enough to be
used with these books mechanics?
The theme
On Sunday, 29 October 2023 at 10:44:03 UTC, ryuukk_ wrote:
If D had tagged union and pattern matching, it would be a great
candidate to succeed in that field
Well, we sort of have it, just not as good as it can be.
https://dlang.org/phobos/std_sumtype.html
The default example though makes i
On Sunday, 29 October 2023 at 08:55:24 UTC, Dmitry Ponyatov wrote:
Yesterday some student asked me about ability to make some dumb
symbolic computation in C++ the same like way as it looks in
the MathCAD or Maxima CAS, but run it compiled on a robot
platform in realtime.
I have no idea about
On Sunday, 29 October 2023 at 08:55:24 UTC, Dmitry Ponyatov wrote:
Maybe someone played in this topic, and can give some advice:
is D language with its OOP without multiple inheritance and
maybe other semantic limitations able and good enough to be
used with these books mechanics?
You can hav
Yesterday some student asked me about ability to make some dumb
symbolic computation in C++ the same like way as it looks in the
MathCAD or Maxima CAS, but run it compiled on a robot platform in
realtime.
I have no idea about CAS design and internals, or any math at
all, but today I found som