18 lines
725 B
Markdown
18 lines
725 B
Markdown
+++
|
|
title = 'PROSE'
|
|
subtitle = 'Program Synthesis'
|
|
links = [
|
|
{ title = "Homepage", url = "https://www.microsoft.com/en-us/research/group/prose/", icon = 'fa-solid fa-home' },
|
|
{ title = "Source Code", url = "https://github.com/microsoft/prose", icon = 'fa-solid fa-code' },
|
|
]
|
|
applications = ["Program Synthesizer"]
|
|
developers = ["Microsoft Research"]
|
|
licenses = ["MIT"]
|
|
inputs = []
|
|
interfaces = ["CLI"]
|
|
maintenance = ["Actively Maintained"]
|
|
draft = false
|
|
date = 2025-08-22
|
|
+++
|
|
|
|
Microsoft Program Synthesis using Examples SDK is a framework of technologies for the automatic generation of programs from input-output examples. This repo includes samples and sample data for the Microsoft Program Synthesis using Example SDK. |