|
You are here |
postmodern.github.io | ||
| | | | |
hermanschaaf.com
Benchmarks of various approaches |
|
| | | | | ||
| | | | |
nhigham.com
The MATLAB output >> A = rand(2); whos Name Size Bytes Class Attributes A 2x2 32 double will be familiar to seasoned users. Consider this, however, from MATLAB R2016b: >> s = string({'One','Two'}) s = 1×2 string array "One" "Two" At first sight, you might not spot anything unusual, other than the new string datatype.... |
|
| | | | | ||
| | | | |
gregtatum.com
In 2014 I wrote a pretty detailed post on getting into creative coding. It featured live code examples, and I spoke briefly about some of my philosophy with approaching creativity with programming. Be |
|
| | | | | ||
| | | | |
zylinski.se
This post is an adapted excerpt from Understanding the Odin Programming Language - the acclaimed eBook on learning Odin and understanding low-level concepts. Visit https://odinbook.com for more information. Text strings in Odin use Unicode. Unicode is a standard that makes it possible to use characters from most languages. You can mix different languages within the same string, and even use exotic things such as emojis! Odin has two primary types for representing text: string and cstring. |
|
| | | |||