Growing India News, world news, nation news, our news, people's news, grow news, entertainment, fashion, movies, tech, automobile and many more..
Monday, July 24, 2023
Show HN: Borgo – a Rusty language that compiles to Go https://ift.tt/o6xYwdm
Show HN: Borgo – a Rusty language that compiles to Go Hey HN Borgo is a programming language I've been working on for the past year. It looks like Rust (because I didn't want to write a parser) and compiles to Go. What I want from a programming language is: - Sum types - Pattern matching - Option/Result types - Garbage collected - Concurrency without async - Good third-party package ecosystem Borgo is my attempt at filling the gaps in the list above, adding features seen in ML-like languages to Go. One ambitious goal of this project is to be compatible with existing Go packages. Generating bindings is pretty much automatic (there's an importer tool) and should help massively with adoption. The repo includes bindings to some packages in the stdlib already. The compiler is in no way complete, but you can definitely build some interesting programs with it. The online playground runs the compiler as a WASM binary, stitches together the transpiled Go code and sends it off for execution to the official Go playground. The playground contains quite a few examples and goes more in depth into each feature: https://ift.tt/t3UG7ZL Would appreciate any feedback! :) https://ift.tt/t3UG7ZL July 24, 2023 at 06:52PM
Show HN: Free Threads Video Downloader https://ift.tt/RiqSo09
Show HN: Free Threads Video Downloader https://ift.tt/cCpt5Lg July 24, 2023 at 02:03PM
Show HN: I Created a Amazon Price Comparison Extension That Saves You $$$ https://ift.tt/YEIdQC7
Show HN: I Created a Amazon Price Comparison Extension That Saves You $$$ I was fed up of habit shopping from Amazon. So I created a Chrome Extension that allows you to easily, compare from every major retailer, whilst still browsing Amazon. Any feedback is welcomed :) https://ift.tt/cal9vZu July 24, 2023 at 04:35PM
Show HN: My Pen Plotting Journey https://ift.tt/xbZVIDW
Show HN: My Pen Plotting Journey https://ift.tt/pJEwaK7 July 24, 2023 at 07:27AM
Show HN: CreatorKit – FREE self-host OSS alternative to Mailchimp https://ift.tt/GVkj2Rt
Show HN: CreatorKit – FREE self-host OSS alternative to Mailchimp https://ift.tt/zvQPpgt July 24, 2023 at 08:38AM
Show HN: Configurable Pirate Insult Generator https://ift.tt/nfm5XI8
Show HN: Configurable Pirate Insult Generator Arr HN! I had a need for pirate themed insults for a D&D campaign last year and put together a generator using recursive templating. Generations are scored on a couple axes (vulgarity, viciousness, intelligence) so the output can be tailored to a particular situation. There isn't any AI at work here. I have a new blog post with a lot more detail on how it works: https://ift.tt/vG6RKr2 https://ift.tt/UayDViJ July 23, 2023 at 10:26PM
Sunday, July 23, 2023
Show HN: StratusGFX – new release of my open sourced 3D rendering engine https://ift.tt/lenfH8h
Show HN: StratusGFX – new release of my open sourced 3D rendering engine Today I was able to release version 0.10 of my open sourced 3D rendering engine. It is the result of a few months worth of work. The previous version was also posted here and received tons of feedback which greatly helped the project! Since then I've been working to add new features and refine existing ones. GitHub: https://ift.tt/XRtzU27 Video showreel: https://www.youtube.com/watch?v=dj0wVxwd1ng The biggest changes for this version include an overhauled global illumination system, FXAA+TAA, and better mesh LOD generation and selection. https://ift.tt/vAJIZHR July 23, 2023 at 12:29PM
Subscribe to:
Posts (Atom)
Show HN: E3d-pod2vid – AI pipeline that turns podcasts into YouTube-ready videos https://ift.tt/pQgLkKO
Show HN: E3d-pod2vid – AI pipeline that turns podcasts into YouTube-ready videos turn your .mpa files into animated videos. https://ift.tt/V...
-
Show HN: An AI logo generator that can also generate SVG logos Hey everyone, I've spent the past 2 weeks building an AI logo generator, ...
-
Show HN: Simple Gantt Chart Software https://ift.tt/sa3dQKF May 7, 2022 at 12:39PM
-
Show HN: Jsonnet Course Online Hi HN! I'm usually a lurker here, but I wanted to share this: I'm an enthusiastic user of Jsonnet[1] ...