Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Comments on What is a typeless programming language?
Post
What is a typeless programming language?
+3
−3
I have read that several programming languages, listed below are considered "typeless":
- Forth
- Brainfuck
- B
- MUMPS
- BLISS
- Lucid
- BCPL
I have shared this data with a programmer who clued that such languages don't lack a type, rather, they lack a type system;
They do have one type which is byte size per ASCII character with which one could create data types (I guess he meant --- as we know them from say, JavaScript).
1 comment thread