Wikipedia articles about GNAT
24 May 2023 at 19:55
Some Wikipedia articles about GNAT are terribly outdated, for instance:
Perhaps someone will be tempted to give them a brush-up…
2 posts - 2 participants
Some Wikipedia articles about GNAT are terribly outdated, for instance:
Perhaps someone will be tempted to give them a brush-up…
2 posts - 2 participants
When a GNAT project A depends on project B, is there a simple (*) way to make gprbuild build project B before starting the build of A?
It would be useful when project B generates Ada sources…
Example:
with "code_generation.gpr";
project Main is
for Source_Dirs use (".", "gen");
for Object_Dir use "obj";
for Create_Missing_Dirs use "True"; -- Flips by default the "-p" switch
for Main use ("main.adb");
end Main;
(*) By “simple” I mean simpler than the way described here:
3 posts - 3 participants
I just completed "Dirac Dice" - Day 21 - Advent of Code 2021 adventofcode.com/2021/day/21 #AdventOfCode As usual, the solution is published as a HAC example & regression test: github.com/zertovitch/hac…
"next stage of growth" and "high-volume production" just added to the Bullshit Generator, cbsg.sf.net. More details here: gautiersblog.blogspot.com/2021/04/cbsg-a…
reddit.com/r/adventofcode… Total run time: 0.015 second (i5-9400 @ 2.9 GHz). Zero pointer, zero heap allocation: all on the stack!
HAC Virtual Machine running bravely an Advent of Code Day 23 puzzle solution. On course for the iteration-heavy part it's better to use GNAT... More here: github.com/zertovitch/hac… pic.twitter.com/0dbWU0USWf
I just completed "Operation Order" - Day 18 - Advent of Code 2020 adventofcode.com/2020/day/18 #AdventOfCode Rank 630 on Part Two 🙂. Done with Ada of course.
HAC scripts replacing some Windows cmd and Linux bash scripts🥳... More soon in an upcoming blog post. pic.twitter.com/D4861dO3oP
Added detection of Audacity files in Zip-Ada / AZip. Interesting: beats 7-Zip v.19.00 with maximum compression on most music files tested! pic.twitter.com/BrzjR5bNOe