Skip to content

Commit 064dd40

Browse files
Merge branch 'master' into add-hackathon-topic
2 parents ebcdaae + 241203a commit 064dd40

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GEM
66
jaro_winkler (1.5.2)
77
minitest (5.11.3)
88
parallel (1.17.0)
9-
parser (2.6.2.1)
9+
parser (2.6.3.0)
1010
ast (~> 2.4.0)
1111
psych (3.1.0)
1212
rainbow (3.0.0)

topics/bosque/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
aliases: bosquelang, bosque-lang
3+
created_by: Microsoft
4+
display_name: Bosque
5+
github_url: https://github.com/Microsoft/BosqueLanguage/
6+
released: April 7, 2019
7+
short_description: Bosque is programming language with a regularized design.
8+
topic: bosque
9+
url: https://github.com/Microsoft/BosqueLanguage
10+
wikipedia_url: https://en.wikipedia.org/wiki/Bosque_(programming_language)
11+
---
12+
The Bosque programming language is a Microsoft Research project that is investigating language designs for writing code that is simple, obvious, and easy to reason about for both humans and machines. The key design features of the language provide ways to avoid accidental complexity in the development and coding process.

0 commit comments

Comments
 (0)