One thing. Why aren't there any high-level languages capable of low-lovel programming? I understand that pointers and such are a difficult concept. But why hasn't anybody made a systems programming language like python (I.e. a high-level syntax)
Jack_11 -1 ProgrammingPenguin
Recommended Answers
Jump to PostWhat exactly are you thinking you can't do with python?
Jump to PostThere are high-level languages that can do low-level things. C++ is the main one.
Part of the problem is that many people label a language as being low-level when it allows low-level things to be done with it (direct memory accesses, memory casts, kernel-space programming, etc..). That is basically a …
All 7 Replies
ryantroop 177 Practically a Master Poster
Jack_11 -1 ProgrammingPenguin
David_50 13 Junior Poster in Training
ryantroop 177 Practically a Master Poster
Jack_11 -1 ProgrammingPenguin
ryantroop 177 Practically a Master Poster
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.