Show HN: Buzz, strongly typed scripting language written in Zig
1–10 of 70 posts
Re: Show HN: Buzz, strongly typed scripting language written in Zig
#2Re: Show HN: Buzz, strongly typed scripting language written in Zig
#3Re: Show HN: Buzz, strongly typed scripting language written in Zig
#4Maybe I'm just old, but first thing I would look for in a strongly typed language is int vs float, but all I see here is num. Is a single numeric type expected for modern languages?
Re: Show HN: Buzz, strongly typed scripting language written in Zig
#5Re: Show HN: Buzz, strongly typed scripting language written in Zig
#6Maybe I'm just old, but first thing I would look for in a strongly typed language is int vs float, but all I see here is num. Is a single numeric type expected for modern languages?
I agree, not quite my preference in scripting languages. I prefer to be able to deal with numeric representation.
Re: Show HN: Buzz, strongly typed scripting language written in Zig
#7Maybe I'm just old, but first thing I would look for in a strongly typed language is int vs float, but all I see here is num. Is a single numeric type expected for modern languages?
Re: Show HN: Buzz, strongly typed scripting language written in Zig
#8Maybe I'm just old, but first thing I would look for in a strongly typed language is int vs float, but all I see here is num. Is a single numeric type expected for modern languages?
I think it's more to do with it being a scripting language. Scripting languages are designed to be quick and easy to write, so instead of having to deal with int/float etc, the language can do it for you.
Internally, float and int are completely different types, 2’s compliment vs ieee754. Conglomerating them to a “number” feels like weak typing.
(Disclaimer: I’m a grumpy C++ engineer.)
Edit: it does look like a neat/useable language though!
Re: Show HN: Buzz, strongly typed scripting language written in Zig
#9Re: Show HN: Buzz, strongly typed scripting language written in Zig
#10just for your information: the logo resembles islamic flags