Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Acme

< >

Acme is a programming language created in 1994.

#1910on PLDB 30Years Old


Example from the web:
System simple_cs = { Component client = { Port send-request; }; Component server = { Port receive-request; }; Connector rpc = { Roels { caller, callee}}; Attachments { client.send-request to rpc.caller; server.receive-request to rpc.callee; } }

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io