Go for an alternative

Published ...... 16-07-2024
Description .... Searching for a fun alternative to Go

Up and running with V

Published ...... 16-07-2024
Description .... Getting started and running you first V program.

Compile time example

Published ...... 16-07-2024
Description .... Using compile time code instead of reflection.

Compile time example II

Published ...... 20-06-2024
Description .... More compile time.

Compile time example III

Published ...... 20-06-2024
Description .... Even more compile time.

Lisp in V

Published ...... 24-06-2024
Description .... Trying to create something like Peter Norvigs Lispy in V.

Options in filter and map

Published ...... 26-06-2024
Description .... Option and Result when using map and filter

fetching http from url

Published ...... 28-06-2024
Description ....

V magic stuff

Published ...... 28-06-2024
Description ....

C interop in V

Published ...... 05-07-2024
Description ....

HTML DSL in V

Published ...... 31-07-2024
Description .... Show how to make a HTML DSL in V

Kid Code 1 - Setup

Published ...... 31-07-2024
Description .... (Danish article) Getting set up with Python and Visual Studio Code

Kid Code 2 - Basis

Published ...... 31-07-2024
Description .... (Danish article) Basic Python

Higher order functions

Published ...... 27-08-2024
Description .... Writing higher order functions in V.

Mut

Published ...... 13-09-2024
Description .... To mutate or not to mutate