Manuel Saelices

Results 32 issues of Manuel Saelices

To improve the ergonomics of the Mojo language for Python developers: ```mojo l = [1, False, "Mojo is awesome 🔥"] print(l) # [1, False, 'Mojo is awesome 🔥'] l =...

- [stdlib] Implement difference between pointers, so we have completed the pointers arithmetic we can do in C - [docs] Document pointer arithmetic in pointers document To complete the pointers...

imported-internally