Giter Site home page Giter Site logo
% pairs:    [-katsaii,k-atsaii,ka-tsaii,kat-saii,kats-aii,katsa-ii,katsai-i,katsaii-]
% prefixes: [,k,ka,kat,kats,katsa,katsai,katsaii]
% suffixes: [katsaii,atsaii,tsaii,saii,aii,ii,i,]

name("katsaii").

?-
  name(Name),
  findall(Prefix-Suffix, string_concat(Prefix, Suffix, Name), Pairs),
  pairs_keys_values(Pairs, Prefixes, Suffixes),

  write("pairs:    "), write(Pairs), nl,
  write("prefixes: "), write(Prefixes), nl,
  write("suffixes: "), write(Suffixes).

Try it online!

Kat's Projects

advent-of-code icon advent-of-code

Certainly sub-optimal solutions to Advent of Code challenges; written in many different programming languages.

cosy-lang icon cosy-lang

Systems programming functional programming language.

disarm icon disarm

A pure GML Spriter runtime for GameMaker Studio 2.3.

externalaudio icon externalaudio

A pure GML extension that enables loading external audio during runtime.

future icon future

A simple library for managing asynchronous code in GameMaker.

gml-bone-animation icon gml-bone-animation

A custom runtime for Gamemaker Studio 2 that allows bone animations from Spine and Dragonbones.

gml-prelude icon gml-prelude

A simple functional programming library for GameMaker.

gmlint icon gmlint

A simple linter for GameMaker projects.

gmx-utils icon gmx-utils

Use this CLI to truncate project scripts into a single file, or update an extension with parameter names from the source files.

lexicon icon lexicon

Localization System for GameMaker Studio 2.3.1+

snitch icon snitch

Logging and crash handling system for GameMaker 2022 LTS

witchcraft icon witchcraft

A collection of micro-libraries for GameMaker which would never survive alone in the wild.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.