코딩Coding/Erlang얼랭
-
Erlang vs Rust | From Erlang to Lunatic코딩Coding/Erlang얼랭 2023. 2. 20. 16:18
https://mattpo.pe/posts/from-erlang-to-lunatic/ From Erlang to Lunatic Erlang I've been working in the BEAM/ERTS ecosystem full time for around 4 years now. Spoiler alert, I enjoy Erlang. The production debugging experience compared to Java is amazing, the productivity feels like no other, and one can feel extremely safe whil mattpo.pe
-
macOS에 Erlang 개발 환경 셋팅하기코딩Coding/Erlang얼랭 2022. 11. 8. 21:57
https://boboob.tistory.com/entry/macOS%EC%97%90-Erlang-%EA%B0%9C%EB%B0%9C-%ED%99%98%EA%B2%BD-%EC%85%8B%ED%8C%85%ED%95%98%EA%B8%B0 macOS에 Erlang 개발 환경 셋팅하기 맥북에서 Erlang으로 개발하려면 3가지를 설치해야 하는데 Erlang OTPRebarIDE 첫 번째로 Erlang OTP, 개발에 필요한 Erlang 라이브러리들이다. homebrew로 간편하게 설치할 수 있다. 터미널에 > brew install erlang boboob.tistory.com
-
Erlang 이나 Go 언어 등 동시성 프로그래밍에 강한 프로그래밍코딩Coding/Erlang얼랭 2022. 11. 7. 23:21
멀티태스크 Multi Task 멀티태스크란 CPU의 코어 수보다 많은 프로세스를 동시에 작동시키기 위한 기술이다 멀티태스크 기술은 운영체제(OS)뿐만 아니라 Erlang 이나 Go 언어 등 동시성 프로그래밍에 강한 프로그래밍에서도 이용됨 출처 : eBook) 동시성 프로그래밍 : Rust, C, 어셈블리어로 구현하며 배우는 동시성 프로그래밍 A to Z [ PDF ] - https://economiceco.tistory.com/m/15519 eBook)동시성 프로그래밍 : Rust, C, 어셈블리어로 구현하며 배우는 동시성 프로그래밍 A to Z [ PDF ] eBook) 동시성 프로그래밍 : Rust, C, 어셈블리어로 구현하며 배우는 동시성 프로그래밍 A to Z [ PDF ] 다카노 유키 저 / 김..
-
Gettings started with Erlang | Tutorials코딩Coding/Erlang얼랭 2022. 11. 7. 23:10
https://youtu.be/HRrfc9CiR_s 시리즈 모아 보기 https://youtube.com/playlist?list=PLdOYTlKwc71ljrfUqrKYoULxRjqI0p8it Erlang Tutorial www.youtube.com 다른 시리즈 https://youtube.com/playlist?list=PL6K67O_aZIH5W_H7s7iLV-_Kui4cYPv3D Erlang tutorial Cursor Insight's Erlang tutorial: https://github.com/cursorinsight/erlang-tutorial www.youtube.com Erlang Tutorial. | ❤️Derek Banas https://youtu.be/IEhwc2q1zG4
-
얼랭Erlang코딩Coding/Erlang얼랭 2020. 6. 13. 22:42
얼랭 https://ko.m.wikipedia.org/wiki/%EC%96%BC%EB%9E%AD 얼랭 - 위키백과, 우리 모두의 백과사전 얼랭(Erlang, 영어: IPA: [ˈɜrlæŋ])은 범용 병렬 프로그래밍 언어이다. 함수형 언어가 효율적으로 산업 현장등에서 사용되는 유명한 사례이다. 얼랭(Erlang)패러다임다중 패러다임 함수형,병행성설�� ko.m.wikipedia.org https://www.erlang.org Erlang Programming Language Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability. So..