How does this differ to a generic pseudocode interpreter? #103
Answered
by
lightumcc
RokeJulianLockhart
asked this question in
Q&A
-
I'm doing CAIE, and saw |
Beta Was this translation helpful? Give feedback.
Answered by
lightumcc
Feb 4, 2025
Replies: 1 comment 2 replies
-
Well... These repos (CAIE_Code) are focusing on CAIE's A-Level & IGCSE syllabus while Willumz's is more generic as the repo name said. We would like to help CIE students practice their pseudocode in a simple way. The syntax of this repo always keeps close with the syllabus. It might be a little bit early for those Grade 9 students to use a generic pseudocode. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CAIE-Code-Extension
provides syntax highlighting that follows the syllabus, but not the LSP aka error detection or auto-completion, since students should remember the syntax on their own, in my opinion. You could download and try it by yourself.But it mainly provides a button to call the
CAIE_Code
bootstrap to execute the.cpc
file.