CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 20:25:39 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"c6febf3359dd6c7de98fc7711c60543d"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=TKIX%2FaqXfID9AKVJXt3OlPrfANIaQgPx%2F20sJci8K0UIA9xQQtp%2BIXAwKhqEOY33EYlOBoNnPA7wIB%2BbDOJYZ65QH3JUTtZD1WzVj8tFUkmmY5yyKJWyAsnMUCJmiqAulMAK7hwboului7gOM%2FjEuU6WmhEIStXqpkoSEFv5VszRz1FAVc2nWhJKldzqIr8CLOg4Us5%2FtqvP2WuEKo9M%2Fa1yEWXxQZ1cv185Gfx4gyScNgoV%2B43TSIzqxgXTRXsLgO0WjFMWCAuedQAlT4TmJw%3D%3D--auMSmxFoJjVZ6CU%2F--HHyRfuZe5sixmJeuH%2Bw%2Fsw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.2059055776.1753647938; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 20:25:38 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 20:25:38 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B8C4:93466:812D60:A986EF:68868B42
Releases · wonkey-coders/wonkey · GitHub
05 Apr 23:37
Loading
08 Apr 12:56
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 14
Releases: wonkey-coders/wonkey
Releases · wonkey-coders/wonkey
Wonkey v2022.04
Compare
Wonkey 2022-04 release
New official Wonkey release with Wake (1.1.0) and Wide (1.0.1) built for Windows (x86/x64), Linux (x64), MacOS (x64/arm64) and Raspbian (arm32) targets.
README.md
.
What's new
Wonkey (language)
- Added ascii character names enumeration (0047923)
- Added string interpolation function
Fmt()
(f6d7ee2) - Added each end block keywords:
EndClass
,EndStruct
,EndInterface
,EndEnum
,EndProperty
,EndFunction
,EndMethod
,EndOperator
,EndLambda
,EndWhile
,EndFor
,EndSelect
,EndTry
(87223e6, d336974) - Added new escape sequence for double-quote inside strings:
""
(ef60171) - Added new
__APPTYPE__
preprocessor variable (dd355c5) - Added keyword
Do
toWhile
andFor
statement for writing one-liners (8b437d3) - Added line continuation after
.
,?.
and->
inside identifier expressions (dc6bcd3)
Wake (transpiler)
- Used
wake
32 bits executable binary to default on Windows, 64 bits executable binary still available inbin\windows\wake64
(8ec01e4) - Added
-icon=<file>
option towake
to set executable icon (b81c4d9, b0b8bb2) - Improved missing modules check (8866bf6)
- Added default
*.products
output directory - Upgraded Android SDK to 30 (43df90a)
- Added wonkeydoc
@image
tag (d10c195) - Misc: added
wake
classes diagram preview and generator (b693184)
Wide (code editor)
- Fixed
DebugView
view (c798662)
Tools
- Added
c2wx
tool - experimental C header to Wonkey 'extern' convertor that uses the libclang library (seebin\windows\c2wx.txt
, on Windows only) (9b42e16, a9525d3)
Modules
- Added
pyro
game framework module - (thanks to https://www.playniax.com) (d49dec0) - Added
timelinefx
module - particle effects (thanks to @peterigz) (92b0205, 97a7357) - Added
ncurses
module - (thanks to @Hezkore) (47fb8fd) - Added
raylib
module - simple and easy-to-use library to enjoy 2d/3d videogames programming (https://www.raylib.com) (8bf5477) - Added
miniaudio
module (experimental) - single file audio playback and capture library (https://github.com/mackron/miniaudio) (67eecb7)
Examples
...and many others fixes and stuff :)
Thanks to @D-a-n-i-l-o, @StrangeIsMyName for these many contributions.
We can all contribute to preserve and improve this wonderful programming language :).
We still need support and help to maintain this project overtime.
Assets 12
6 people reacted
Wonkey v2021.04
Compare
Wonkey 2021-04 release
First official Wonkey release with Wake and Wide built for Windows, Linux, MacOS ans Raspbian targets.
Update 29/04/2021: Fixed msvc installer
What's new:
- many fixes due to rebrand
- use default 'x64' config
- updated 'sdl2' module to 2.0.14 official release
- updated 'sokol' module
- added new modules: glfw, glad, raspberry, simplevideo
- added some @StrangeIsMyName additions
- upgraded iOS XCode project
- upgraded Android product template
- upgraded Emscripten toolchain (v2.x)
- optimize C/C++/Linker flags for stripping dead code (reduced size of executable)
- improved auto-detection of MSVC installation
- added new String methods :
PadLeft()
,PadRight()
- and many others stuff :)
Assets 7
You can’t perform that action at this time.