LGLucian Greeninlucianacademy.hashnode.dev·Dec 23, 2025 · 1 min readProlog-Starlog ConverterWhat is Starlog and Why? Starlog is Prolog with nested predicate calls, to make entering, editing and debugging easier. Users can convert and compile files from within Prolog with a single command. Prolog to Starlog example1.pl b(Name,Age,E):-G is st...00
LGLucian Greeninlucianacademy.hashnode.dev·Nov 30, 2024 · 2 min readSpec to Algorithm Intro and Upcoming FeaturesIntro Spec to Algorithm (https://github.com/luciangreen/Philosophy) generates an algorithm from a spec and algorithm Spec: [1,[[[input,[['A',[1,2]]]],[output,[['B',[2,1]]]]], [[input,[['A',[3,4]]]],[output,[['B',[4,3]]]]]]], This creates the followin...00