Making a Game in Janet, Part 1: Psst, hey kid, wanna try some Janet?

Are Dockerfiles good enough?

Polymorphism without objects via multimethods

Issue #100

10/4/2021

A Byte of Coding Issue #100
Howdy hoo!
Whoa 100th issue today, pretty cool milestone. Thanks for all being here :) Unrelated I was tryin to switch to using Amazon SES over the weekend to send out issues of the newsletter, but they declined my application to get out of the sandbox without providing any justification. Kind of a bummer. In the off chance that someone uses or works for Amazon SES and has some advice or wants to help, feel free to reach out to me. Anyway, here's the issue.

Making a Game in Janet, Part 1: Psst, hey kid, wanna try some Janet?

Published: 2 October 2021
Tags: janet


Janet is a "simple dynamically typed interpreted language with garbage collection and Clojure-like syntax". In this extensive article, Ian Henry explores the ecosystem and begins working on implementing a 2D ray tracer.

Read Full Article

Are Dockerfiles good enough?

Published: 10 September 2021
Tags: docker


Containers are widely used throughout programming. But are they really an improvement over past technologies? Mathew Duggan's ranty flavored (not unjustifiably so) article outlines developments in the tools used by operation teams and highlights some of the historical failures we're once again reliving; this time with containers.

Read Full Article

Polymorphism without objects via multimethods

Published: 3 October 2021
Tags: javascript


If you write code, you're definitely vaguely familiar with OOP, and probably at some point debated FP vs OOP vs DOP (data-oriented). Well in this article, Yehonathan Sharvit explores how concept very central to OOP can be reimplemented using a functional/data-oriented approach. Is it really an improvement on the OOP implementation? YOU DECIDE!

Read Full Article
Want to discuss the issue? 

If you want to discuss or comment on this issue, head on over to this page at A Byte of Coding.
Twitter
Website
Thanks for your Support! 

Thanks to sponsors and supporters like Євген Грицай, Scott Munro, zturak, pek, Emil Hannesbo, and Joe Hill this newsletter is provided to you for free. If you'd like to also show your support and buy me a monthly meal, you can donate on the Patreon page. It's not necessary, but it lets me know that I'm doing a good job and that you're finding value in the content.
Donate Here






This email was sent to <<Email Address>>
why did I get this?    unsubscribe from this list    update subscription preferences
A Byte of Coding · 750 Fowler St NW · Atlanta, GA 30332-1914 · USA

Stats (updated daily)

Sent: 2097

Opens: 908

Clicks: 582

Link Clicks Clicks % Unique Clicks Unique Clicks %
Making a Game in Janet, Part 1: Psst, hey kid, wanna try some Janet? 104 17.96% 87 18.35
Are Dockerfiles good enough? 290 50.09% 223 47.05
Polymorphism without objects via multimethods 185 31.95% 164 34.60

Previous

Back to Issues

Next