Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

raku-community-modules/Inline-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inline-C

ARCHIVED This module was experimental and without significant maintenance for 7 years. It looks like it currently can serve as a source of inspiration for module developers of inlined code of other languages. But it has served its purpose, and no further development of this module will be attempted. ARCHIVED

USAGE

use Inline;

my sub a_plus_b( Int $a, Int $b ) is inline('C') returns Int {'
    DLLEXPORT int a_plus_b (int a, int b) {
        return a + b;
    }
'}

About

A Raku slang to allow embedding of C code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages