Skip to content

Commit 26b36e6

Browse files
committed
docs: add ACM classification
1 parent dd5e217 commit 26b36e6

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

1_core_language/1_implementations/0_def.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- known implementations (Python Software Foundation, 2023):
2-
- CPython: Original and First Python.
2+
- CPython: Original and First Python.
33
Implementations in C.
44
Compiles/Interprets to machine code.
55

@@ -24,6 +24,7 @@
2424
- Brython: https://github.com/brython-dev/brython
2525

2626
- Cython: https://github.com/cython/cython
27+
2728
- ports:
2829
- Pyodide: https://github.com/pyodide/pyodide
2930
- platform:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
- They are prefixed with "Praise:"
1414
- Python's design, implementation and ecosystem.
1515

16+
## ACM Classification:
17+
Software And Its Engineering/Software Notations And Tools/General Programming Languages/Language Types/Multiparadigm Languages
18+
1619
## Language Details
1720
- Language Specification: None
1821
- [Interpreter](https://github.com/python/cpython)

0 commit comments

Comments
 (0)