As of 02/10/2023 this repo will become archived. Please contact [email protected] if you wish for the repository to become unarchived again
Community based effort to create libraries/utilities in Mojo🔥
- magiclist | rd4com
- Quicksort | Lynet101
- shims | ish
- native sockets | TeamPuzel
- bitcasting read/write with endian choice
- Directory path list files
- siphash/wyhash
- file read/write with buffered reader/writer
- libc: dirent, string, stdio!
- more to come
untyped list
- conversions both ways native-types/builtin.object
- builtin.object type checking
- typed value based deletion in multi type array
- index based read write with type switching
- ansi color/style
naïve c interop to improve but it works
- read file into string
var res:String = CUTIL.read_file("test.txt")
- Execute command into string
var res:String = CUTIL.exec("ls -lah")
- make tuple
- make dictionary
- python -> mojo type conversion
- object arithmetic implementations, like
__pow__
and__truediv__
- better python library import