Misplaced Pages

Wyvern (programming language)

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
This article does not cite any sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Wyvern" programming language – news · newspapers · books · scholar · JSTOR (March 2024) (Learn how and when to remove this message)

Wyvern is a computer programming language created by Jonathan Aldrich and Alex Potanin for the development of web and mobile applications with security and assurance being number one priority. Wyvern supports object capabilities, it is structurally typed, and aims to make secure way of programming easier than insecure. One of the early available features that make Wyvern special is a way to safely use multiple programming languages within the same program so programmers can use the language most appropriate for each function while at the same time increasing the program's security.

It is currently in a prototype stage and distributed under a GPLv2 license.

Hello World

A 'Hello World' program in Wyvern looks as follows:

require stdout
stdout.print("Hello World")

References

Further reading

External links


Stub icon

This software-engineering-related article is a stub. You can help Misplaced Pages by expanding it.

Categories: