Тёмный

SICP: the end of an era 

Computação Raiz
Подписаться 1,4 тыс.
Просмотров 25 тыс.
50% 1

Trecho da palestra "Flexible Systems: The Power of Generic Operations", proferida por Gerald Jay Sussman, no NYC Lisp Meetup em 7/jan/2016, no qual ele explica o motivo do MIT ter substituído a disciplina MIT 6.001, com Scheme, por outras disciplinas com Python. O vídeo original com o conteúdo integral da palestra está disponível na internet (vimeo.com/151465912). Aproveite e INSCREVA-SE no canal, deixe seu LIKE e mande um COMENTÁRIO com sua crítica, elogio, sugestão ou pergunta! Obrigado por assistir!
📖 𝗖𝗼𝗻𝘁𝗲𝘂́𝗱𝗼:
Série: Pré-SICP
Playlist: • Pré-SICP
Trecho de vídeo legendado pelo Computação Raiz.
❓ 𝗦𝗼𝗯𝗿𝗲 𝗼 𝗰𝗮𝗻𝗮𝗹:
O canal Computação Raiz é sobre ciência da computação, matemática, algoritmos, programação e tecnologia. Nosso objetivo é produzir vídeo-aulas e tutoriais de qualidade para alunos, professores, entusiastas e amadores. Visite o canal, SE INSCREVA e ative as notificações para não perder os novos conteúdos:
/ computação raiz
💕 𝗔𝗽𝗼𝗶𝗲 𝗼 𝗰𝗮𝗻𝗮𝗹:
Apoia.se: apoia.se/computacaoraiz
🌐 𝗩𝗶𝘀𝗶𝘁𝗲 𝗻𝗼𝘀𝘀𝗮𝘀 𝗿𝗲𝗱𝗲𝘀 𝘀𝗼𝗰𝗶𝗮𝗶𝘀:
Web: www.computacaoraiz.com.br
Instagram: / computacaoraiz
Twitter: / computacaoraiz
Facebook: / computacaoraiz
LinkedIn: / computacaoraiz
🤔 𝗦𝗼𝗯𝗿𝗲 𝗼 𝗮𝘂𝘁𝗼𝗿:
O Computação Raiz foi criado e é mantido por Abrantes Araújo Silva Filho, cientista da computação, médico, mestre em epidemiologia e graduando em matemática. Para saber mais:
Web: www.abrantes.pro.br
LinkedIn: / abrantes-filho
👜 𝗡𝗼𝘀𝘀𝗼𝘀 𝗽𝗿𝗼𝗱𝘂𝘁𝗼𝘀:
(em breve)
📫 𝗘𝗻𝘁𝗿𝗲 𝗲𝗺 𝗰𝗼𝗻𝘁𝗮𝘁𝗼:
Quer anunciar no canal? Precisa de informações? Quer mandar um presentinho? Entre em contato!
E-mail: computacaoraiz@gmail.com
✅ 𝗧𝗼́𝗽𝗶𝗰𝗼𝘀 𝗻𝗲𝘀𝘁𝗲 𝘃𝗶́𝗱𝗲𝗼:
lisp
scheme
mit
currículo
python
linguagem para engenharia
𝗛𝗮𝘀𝗵𝘁𝗮𝗴𝘀:
#lisp
#scheme
#sicp
🎦 𝗖𝗿𝗲́𝗱𝗶𝘁𝗼𝘀:
O vídeo original pode ser assistido na íntegra em: vimeo.com/151465912
O evento original está em: www.meetup.com/LispNYC/events...
Visite a página do LispNYC: lispnyc.org/

Опубликовано:

 

19 дек 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 42   
@insertoyouroemail
@insertoyouroemail 2 года назад
This video made me a little bit sad. I picked up SICP a few years ago and I'm 100% into Scheme right now.
@hugoestrada2089
Talk about having a great amount of humility. He wrote what many consider the best textbook on programming of all time, and he understood that it wasn't appropriate for the times. So much respect for this man
@AlexRodriguez-gb9ez
"For reasons no one understands Python aquired a massive library of stuff you can do"... The guy who invented Python Guido did research on what stuff was easy to understand and read in programming and they made it so that Python only has one "obvious" way to do things, and that Python wasn't powerful enough to have macros (although you could use Hy with Python to have macros). Python also had a massive standard library that was battery included ala Java. This meant that Python's community didn't fracture. Python people tended to focus on using libraries to do stuff rather than trying to do advanced LISP stuff.
@RandolphCrawford
@RandolphCrawford Год назад
So the goal of MIT's 4 course into to EECS and SICP before 1997 was merely to move robots around? And the new and improved paradigm for doing engineering at MIT is to use trial and error to find the right mix of Python functions to do the same thing today, but now, without understanding how it got there?
@beguiledfoil
@beguiledfoil Год назад
I hope no one is confused about why python is so well loved. The fact that pythonic is a synonym for beauty is highly suggestive.
@flaviacristinasouzacardoso3668
@flaviacristinasouzacardoso3668 2 года назад
Muito bom esse vídeo legendado, obrigada!
@nagoranerides3150
@nagoranerides3150 Год назад
In an era where people want to spend an hour or two being wrong in depth it's good to see someone brave enough to show how wrong they can be in just 7 minutes.
@0011101001101
@0011101001101 Год назад
Empirically exploring how a black box component part behaves and can be used, rather than understanding it from the fundamentals up, is increasingly relevant as AI systems are incorporated as component parts of applications. To Sussman's point, this has been true for a long time since component parts became too complex for one person or one team to understand top to bottom. While I wish for essential simplicity, it's hard to disagree this is the right emphasis.
@annaczgli2983
@annaczgli2983 Год назад
And now times are changing again. Now I don't even have to care about Python, as GPT codes most of it. I just have to direct it appropriately.
@reijin999
@reijin999 Год назад
Modern Python is very much in the same vain as the SICP philosophy though. It's about making a large thing out of smaller things, just with less transparency. Most sophisticated Python programs start with a staggering number of import statements and those smaller modules are then glued together to build a larger program.
@Filaxsan
@Filaxsan Год назад
What a man! A piece of history for real.
@xixiaofin
I'm studying the SICP video series of this great man here:
@chenchen8688
@chenchen8688 Год назад
thanks for shareing,it is pretty!
@NalaGinrut
@NalaGinrut Год назад
Python can do things easier in prototyping, but it's the different "easy" from what Scheme was introduced. You can do easy things with Python because you ignore the implementation of the library. While the easy in Scheme is to implement the same things but ingnore the low-level details. Think about Scheme only skip few layers, but Python skip much more. For Python, it is not the "hidden" behind the abstract. It's the blackbox for prototyping. For Scheme, we care about and be able to control the abstract easily.
@ilkinq.8646
@ilkinq.8646 Год назад
if you have english subtitles too please add it though
@jllucas.santos
@jllucas.santos Год назад
"ok?"
@lhd7105
@lhd7105 Год назад
So unfortunately I cannot speak this language :(
@user-mo7ge4cw3x
SICP is the best programming course, and schema is the best programming language. And python is shit, and it doesn't matter how many libraries are written to it.
@user-cw2ru9sh7k
He is old😭
Далее
Introdução à série Pré-SICP!
1:11:58
Просмотров 2,3 тыс.
РУБИН - ЗЕНИТ: ВСЕ ГОЛЫ
01:03
Просмотров 204 тыс.
Lisp, The Quantum Programmer's Choice - Computerphile
6:36
A Guiler's Year of Racket
26:56
Просмотров 12 тыс.
Hamming codes part 2: The one-line implementation
16:50
"Propositions as Types" by Philip Wadler
42:43
Просмотров 126 тыс.
5 Books That Can Change A Developer’s Career
16:58
Просмотров 109 тыс.
Rust and RAII Memory Management - Computerphile
24:22
Просмотров 221 тыс.
РУБИН - ЗЕНИТ: ВСЕ ГОЛЫ
01:03
Просмотров 204 тыс.