SHA256
casting from smaller to larger integer
let small: UInt8 = 255
let big: UInt64 = # the value of small, cast to a wider size
let small: UInt8 = 255
let big: UInt64 = # the value of small, cast to a wider size
.o files?
If we talk about performance code, why is MLIR better than LLVM?
Conditional typing of fields.
String to StringLiteral
Bytes-like object when using a python module
socket
module, but I ran into an issue when trying to call socket.send
which was: a bytes-like object is required, not 'str'
.
So I tried to get the underlying buffer from the string and got a compile error: argument #1 cannot be converted from 'DynamicVector[SIMD[si8, 1]]' to 'PythonObject'
I'm new to mojo and my python is very rusty, but I couldn't find a way to get a bytes-like python object, is there a stdlib function somewhere that I'm missing?...GAMEDEV+MOJO
Big Integers?
Parallelization not working in Jupyter Notebook extension in VSCode on Linux Mint
Creating a string from a DynamicVector Drops the last character in the vector
Mojo `Dict` implementation choice
Dict
implementation that is said to be "closely mirrors Python's dict
" rather than something like absl::flat_hash_map
? The latter makes use of SIMD instructions and can potentially be a breeze to port to a language with first class SIMD.
I wouldn't want Mojo to miss the opportunity to make its stdlib SIMD saturated....theres any oficial image to run mojo code or dockerfile?
Different outputs with random numbers
Is it possible to make this Discord indexable for web search?
Improving WebXR Performance/Multi threading Javascript Runtimes
Is Mojo a general-purpose language? Or an AI language?
Lisp (or other languages) on top of Mojo?
Printf - print format