1.83K subscribers
3.3K photos
132 videos
15 files
3.57K links
Блог со звёздочкой.

Много репостов, немножко программирования.

Небольшое прикольное комьюнити: @decltype_chat_ptr_t
Автор: @insert_reference_here
Download Telegram
#prog #rust #rustlib

state — библиотека для хранения глобального состояния, которое может быть инициализировано не в точке определения — глобальное как в рамках процесса целиком, так и привязанное к потоку (в смысле thread).

Дисклеймер в доках хорош:

When To Use

You should avoid using state as much as possible. Instead, thread state manually throughout your program when feasible.

Собственно, совет хорош, даже если понимать state буквально, а не как имя библиотеки.
Бгггг (#abnormalprogramming)

Introducing Scheme 2-D

Are you ever bored by other Lisp dialects? Do s-expressions feel flat and lifeless to you? Have you ever been worried you're not getting your money's worth out of the space bar on your keyboard?

Have we got the perfect programming language for you!

In ordinary Scheme, you'd write parenthesized lists of terms, which is so last decade! 🤢

(define (factorial x)       ; yuck!
(if (= x 0) 1 ; gross!
(* x (factorial (- x 1))))) ; homoiconic???

With Scheme 2-D, you can take your Scheme programs to the next level, with the power of the second dimension! 😎

        ^   ^           
<define f i> beautiful!
a f so aesthetic!
c look at those angles!
t <= x 0>
o
r 1
i ^
a <* x f>
l v a
c
x t
v o
r
i
a
l

<- x 1>
v

Gain full control over your syntax tree, and release your full 10xer potential by buying downloading Scheme 2-D for just $19.95 + S&H free today!
Блог*
#prog #go #rust #meme #моё
Но это всё, конечно, шутка, а на самом деле дело обстоит вот так
Forwarded from Linker Unsafe
Хорошее сравнение C++ и Rust именно в формате, который я люблю: слева программа на C++ с каким-нибудь UB, справа — аналог на Rust, который не компилируется.

слайды https://jacko.io/firehose_of_rust/
и ютуб https://www.youtube.com/watch?v=IPmRDS0OSxM
— Как же сложно писать issue на русском языке.
— на татарском проще, согласен

#quotes #трудовыебудни
#meme

Прикольные всё-таки у греков боги
Forwarded from Санечка Ъысь (Anna Weiss)
Надпись на футболке:
"Cool mother get promoted to babushka"
#meme

Извините, но это очень смешно
Forwarded from TrapsWorld