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

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
rjdbcm committed Nov 9, 2021
2 parents 6913a75 + a1bacae commit f99727f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<a href="https://mobile.twitter.com/WheelieTheWoma"><img align="left" width="80" height="80" src="https://raw.githubusercontent.com/rjdbcm/Aspidites/main/docs/_static/aspidites_logo_wheelie.png" alt="Wheel the Woma"></a>

# Aspidites
![stability](https://img.shields.io/badge/stability-stable-green)
![GitHub Integration Status](https://img.shields.io/github/workflow/status/rjdbcm/Aspidites/Continuous%20Integration?label=Continous%20Integration&logo=github) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/rjdbcm/Aspidites/Continuous%20Deployment?label=Continous%20Deployment&logo=github) [![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/rjdbcm/Aspidites)](https://codeclimate.com/github/rjdbcm/Aspidites/maintainability) ![Lines of code](https://img.shields.io/tokei/lines/github/rjdbcm/Aspidites) [![codecov](https://codecov.io/gh/rjdbcm/Aspidites/branch/main/graph/badge.svg?token=78fHNV5al0)](https://codecov.io/gh/rjdbcm/Aspidites) [![wakatime](https://wakatime.com/badge/user/7e591977-4df7-4d68-8463-9d6e7501a346/project/94018e6c-3d61-4301-a40e-7eb270b74563.svg)](https://wakatime.com/badge/user/7e591977-4df7-4d68-8463-9d6e7501a346/project/94018e6c-3d61-4301-a40e-7eb270b74563)
![GitHub top language](https://img.shields.io/github/languages/top/rjdbcm/Aspidites)
![platform](https://img.shields.io/badge/platform-windows%20%7C%20macos%20%7C%20linux-lightgrey)
[![Twitter Follow](https://img.shields.io/twitter/follow/WheelieTheWoma?style=social)](https://mobile.twitter.com/WheelieTheWoma )
[中文自述文件](https://github.com/rjdbcm/Aspidites/blob/main/README_Zh_CN.md)
----------------
The reference implementation of the [Woma programming language](https://www.github.com/rjdbcm/woma) compiler.

- Who is the Woma Programming Language for?

* * *

- Who is the [Woma programming language](https://www.github.com/rjdbcm/woma) for?

- First and foremost it is for people wanting to write CPython extensions fast, like *really* fast. Traditionally these are written in C++, C. Though with the tool Cython, pure python modules can be statically compiled as well. Woma has the advantage of being shorthand for well constrained and type-checked pure python modules that readily compile using Cython.

Expand All @@ -28,7 +28,7 @@ The reference implementation of the [Woma programming language](https://www.gith

- How do I actually learn the Woma Programming Language?

- Use the docs found at https://woma.rtfd.io
- Use the docs found at [Aspidites.org/docs](http://aspidites.org/docs)

### Installing
---------
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-hacker
1 change: 1 addition & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-modernist

0 comments on commit f99727f

Please sign in to comment.