this post was submitted on 15 Dec 2021
18 points (95.0% liked)

Lisp Community

810 readers
12 users here now

A community for the Lisp family of programming languages.

Lisp (historically LISP) is a family of programming languages with a long history and a distinctive, fully parenthesized prefix notation. Originally specified in 1958, Lisp is the second-oldest high-level programming language. Only Fortran is older, by one year.

Related communities

Language references

Tools

Tutorials/FAQS

Useful Lisp resources

Search

Videos

Common Lisp

Clojure

Racket

Scheme

Books

Food for thought

Implementations

Events

founded 6 years ago
MODERATORS
 

cross-posted from: https://lemmy.ml/post/116237

Gerald Jay Sussman on Flexible Systems, The Power of Generic Operations

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 2 years ago (1 children)

Learning in university how computers worked was invaluable and helped me make my career choices, especially in regqrds to embedded systems engineering, which you seem to have forgotten about.

Not everyone in every college program takes every single course that is offered. There's plenty of material and surely interest for at least one embedded course which would cover the basics.

[–] [email protected] 4 points 2 years ago (1 children)

Heck, all you need is one tight real-time requirement and suddenly how the computer works is important.

[–] [email protected] 1 points 2 years ago

For many modern systems, the solution to that is to have a whole separate CPU (generally just a basic coprocessor).