Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Blade

Blade is a simple, clean, and embeddable dynamic programming language created to be simple enough for beginners, yet powerful and expressive for pros.
Collective - Host: opensource - https://opencollective.com/blade-lang - Code: https://github.com/blade-lang/blade

fixed some minor issues

github.com/blade-lang/blade - b9d35d05133fa37470ade5fb911f44c7eb03a6f0 authored almost 4 years ago
fixed broken string interpolation

github.com/blade-lang/blade - 6e01c1db4262adba200982c13d5a1e66874265b1 authored almost 4 years ago
completed interpolation

github.com/blade-lang/blade - bf2e2c27c6f3adcaadfe642fefe2b949a38c28d2 authored almost 4 years ago
finished interpolation with bad source formatting

github.com/blade-lang/blade - 4719e79d0110feb58a68c3663214a7ff37edf746 authored almost 4 years ago
initalized string interpolation

github.com/blade-lang/blade - 91780dccc9451b9ccfd1d9e2beb947e89c4d3093 authored almost 4 years ago
fixed string iterator

github.com/blade-lang/blade - f2c1f9b80d336d87aaf05e58413a7ab8b2750164 authored almost 4 years ago
implemented range

github.com/blade-lang/blade - 38a7da4b74a2e8aca00c5a504e216f3c4c28c4a9 authored almost 4 years ago
fixed is_instance vm method

github.com/blade-lang/blade - 20b4cfd472ab391d6221b5d3d7b84ffde5a8b459 authored almost 4 years ago
updated is_instance

github.com/blade-lang/blade - 02eb4f91c2dfcba7fc7520a45ad01f7091f28041 authored almost 4 years ago
fixed broken for loop

github.com/blade-lang/blade - 2285a0a77cf95c2c31cf943a78aed3e28db79cc3 authored almost 4 years ago
added extra benchmarks

github.com/blade-lang/blade - f3b05f7540558d41d13ea85a6230b979aecfb02a authored almost 4 years ago
add proper utf8 string indexing

github.com/blade-lang/blade - 04369a3a8a3a6958cc2d9ceab3b6c46d99b0c37d authored almost 4 years ago
added io module

github.com/blade-lang/blade - 95373545472a9d279f5d341beea4ae70bfe5519c authored almost 4 years ago
-Clang++ +Clang

github.com/blade-lang/blade - 24c39f1689e28211a26eda0cea7af424365d276e authored almost 4 years ago
updated repl mode header

github.com/blade-lang/blade - 30782c4ddefc2cb74b99464f16ff375751d1fd5f authored almost 4 years ago
added full repl mode

github.com/blade-lang/blade - a29e761fc68099f46e6ba682b0f14c0b48b9c2d0 authored almost 4 years ago
fixed exceptions

github.com/blade-lang/blade - b7e5dfe731d8fe6a673161dddfc479a3c935844f authored almost 4 years ago
updated git attribute

github.com/blade-lang/blade - a51c905d7c9f3d07f3f837b0eb23c6611cfebbe8 authored almost 4 years ago
added gitattributes file

github.com/blade-lang/blade - 3b987a27fea2fd564ddb00453cc988feb141804c authored almost 4 years ago
fixed exceptions

github.com/blade-lang/blade - 862cbc82efaa16762c0afe971837d1015aeb8232 authored almost 4 years ago
bug encountered

github.com/blade-lang/blade - 2fae70aa4dd682cff12c3a58fabe05a5fef9f9fa authored almost 4 years ago
waiting to fix try release mode bug

github.com/blade-lang/blade - 7a9c68dd17ce2b812d9d64401663c4514e8497d8 authored almost 4 years ago
added asprintf.h

github.com/blade-lang/blade - adfb63ff240fa7cce0cce7ddc3deb198a5d4f3eb authored almost 4 years ago
fully initialized try...catch... up next: exceptions

github.com/blade-lang/blade - 2d499ed09b40e526fef66ff8e362e63f66bcffaa authored almost 4 years ago
fixed broken try...catch...

github.com/blade-lang/blade - 9c17201fa680e8658d6f7bc0b52c69acffefdbf4 authored almost 4 years ago
compiled try block

github.com/blade-lang/blade - 5fd40ca3bd6ca6dbe72c1f0a95a211e31d8815b3 authored almost 4 years ago
added iterable implementation test

github.com/blade-lang/blade - e759099114a6a409e8408841803a9fce115d4eaf authored almost 4 years ago
fixed static method error and made Os module methods static

github.com/blade-lang/blade - 2a1cf6ccd205829bef3a12479443024529710691 authored almost 4 years ago
implement iter and itern for bytes and string

github.com/blade-lang/blade - 821a2bac077863d7dc5bb2d82fd5c470ac02ea51 authored almost 4 years ago
fixed base64 module error message

github.com/blade-lang/blade - 6d71f2c5fb850fa0314e1ee18f672f11e1e0b27d authored almost 4 years ago
implemented static methods

github.com/blade-lang/blade - d5b882f9d14b8f0bcc51cbd5cbfdb9b42c680b74 authored almost 4 years ago
implemented assert and die

github.com/blade-lang/blade - cdf214ebb7a92dbc808f4e6e061851a158c6f950 authored almost 4 years ago
added base64 library

github.com/blade-lang/blade - 9d906848f0048cd70bc79ee5ce4885a30c6672c8 authored almost 4 years ago
added base64 library

github.com/blade-lang/blade - 37b726c6201a00b730254cd8ce38594f68d37faa authored almost 4 years ago
fixed makefile

github.com/blade-lang/blade - 25f4dfb4a38d018e983c3255e0c09cc7dc35b7bb authored almost 4 years ago
implemented modules

github.com/blade-lang/blade - c08e40b8f7bfa401e301b38c236e4bfac61fdad6 authored almost 4 years ago
implemented modules

github.com/blade-lang/blade - 6c8f4a6acc7fa001cfee7ff227de30defc8df8ec authored almost 4 years ago
Merge branch 'main' into import

github.com/blade-lang/blade - a5439824ec52327ed714b0386ff411d8001f9d83 authored almost 4 years ago
initialized libs

github.com/blade-lang/blade - 415df06cab648157ed5e35d250f6d427a240fed9 authored almost 4 years ago
simplified import command

github.com/blade-lang/blade - 9793f963090d7dd29aa95b85e33c97fe700eaa9a authored almost 4 years ago
added support for import

github.com/blade-lang/blade - 18fc430978538836298d534730ea973a9ff7e4f7 authored almost 4 years ago
pausing import

github.com/blade-lang/blade - 64dcfddb05132794a08f6c03d5be8c0fce36ef61 authored almost 4 years ago
added file notion to function

github.com/blade-lang/blade - ddf3f298411d94bf4893a8dc082f7152e8edb715 authored almost 4 years ago
removed unnecessary files

github.com/blade-lang/blade - 4969a9cb59f1ff02b66b9b32d9cb34a94a23765c authored almost 4 years ago
refreactored Bird

github.com/blade-lang/blade - 08fa24e5b42a95bce4d3286ee7d2bfb38bc73ece authored almost 4 years ago
refreactored Bird

github.com/blade-lang/blade - 6b2a820f7f6cbc124e37d972d63087565dfedc70 authored almost 4 years ago
updated makefiles

github.com/blade-lang/blade - d94f8d675407d19b60751cb7933960773a6b5177 authored almost 4 years ago
updated pathinfo for cygwin build

github.com/blade-lang/blade - 4936027ea6f76f43cbceddb402f8d1e499d77baf authored almost 4 years ago
fixed for loop

github.com/blade-lang/blade - 8945a8b68889e8399e00cb9e3c832abb468aca9c authored almost 4 years ago
initialized for statements

github.com/blade-lang/blade - 900715bda03a71f95b0149493faecd746801381a authored almost 4 years ago
added empty support for vm->is_falsey

github.com/blade-lang/blade - fc3e745b263b7fe632d491b0114a6f1868239264 authored almost 4 years ago
added full support for empty keyword

github.com/blade-lang/blade - ad3fc8f696a116d596e23b64dd1d7f7fab632571 authored almost 4 years ago
added support for the return empty statement

github.com/blade-lang/blade - 86f5900da705c892f28d2bcac6822eb195e31d50 authored almost 4 years ago
added support for the return empty statement

github.com/blade-lang/blade - c844f9d38982a7bc00e8a122ccc4c97ec12c0eec authored almost 4 years ago
changed errors to undefine

github.com/blade-lang/blade - 8011200d8621ce26e2025ea21913f8f8ff2c2028 authored almost 4 years ago
fixed bytes.to_string() abort trap 6 error

github.com/blade-lang/blade - 55936661128184a483b22d247d2804ca9b095357 authored almost 4 years ago
upgraded file methods to disallow some methods from being called on std files

github.com/blade-lang/blade - 2d842fbe2823623db3158e3ed17eeae686b5902e authored almost 4 years ago
removed unused bytes capacity to reduce memory usage

github.com/blade-lang/blade - d0751af81ceb84c977e46a9e079a24791cded341 authored almost 4 years ago
fixed slow binary read

github.com/blade-lang/blade - 28eb026ac9c85f30574da7add86f551427f524d8 authored almost 4 years ago
fixed slow binary file read

github.com/blade-lang/blade - d1bc7c475597f58d4ce51cbfd59455387319c021 authored almost 4 years ago
replaced file.b test image

github.com/blade-lang/blade - a034d094e4a680a8b5b4265a663cc07479d8a7d0 authored almost 4 years ago
deleted file test result

github.com/blade-lang/blade - d655c666814467e2a0e2a5ca80f21292872563bd authored almost 4 years ago
added tests and more methods to file

github.com/blade-lang/blade - 5e83c572f210050ffa01afec86e6e19607039449 authored almost 4 years ago
fixed unfreed bytes

github.com/blade-lang/blade - 5f173f6676d0a88294c29aec2db174de82730177 authored almost 4 years ago
implemented bytes

github.com/blade-lang/blade - 041d340faed098047e8fb197f8475d3b07fdb318 authored almost 4 years ago
added file methods

github.com/blade-lang/blade - c7ccf999e503193fcae7a70090415355ca095d3e authored almost 4 years ago
initalized file

github.com/blade-lang/blade - e2acf38bdbdb04f3200c941750266d2ecda3da0f authored almost 4 years ago
added dictionary

github.com/blade-lang/blade - 57b4245c00a104577cc1e0185fbe80f42795db7d authored almost 4 years ago
fixed for windows

github.com/blade-lang/blade - f2765e51007ea026e034efb6eed44c8e31afbd64 authored almost 4 years ago
removed pcre2 .deps from git ignore

github.com/blade-lang/blade - f194a16e55344ed5c6107e3b8d776f99fabcab13 authored almost 4 years ago
fixed missing find_max_value

github.com/blade-lang/blade - f49170606ecbff4d5397807367e74de1e6e95db3 authored almost 4 years ago
added lists methods

github.com/blade-lang/blade - 499077fc2460c797d2b54eb0ca02aca2e2f4c928 authored almost 4 years ago
added fix for windows build

github.com/blade-lang/blade - 384cfc677d5b28826fad448aacb1eec721c8b809 authored almost 4 years ago
implemented strings

github.com/blade-lang/blade - 5f2145c714fe1dfd1aec3ec824f7c9306af3f2f9 authored about 4 years ago
added string.match() and fixed abort trap in list and dict to_string

github.com/blade-lang/blade - 16b24c417f7159ca96c0f658a467b288c1c1e2d9 authored about 4 years ago
initalized string methods

github.com/blade-lang/blade - 6650e4b8823d97005274052cc30d8fb831e6121c authored about 4 years ago
added more string methods

github.com/blade-lang/blade - eb2f0b0d5f4df1fd53c42a584639e73e55683b27 authored about 4 years ago
initialized repl mode

github.com/blade-lang/blade - 44be470572b018de59f6d6fd8b06f3e943cc8ce8 authored about 4 years ago
added more native functions

github.com/blade-lang/blade - d94aeea958eb4adb00b3ebf5c8a9e38d1381cbb1 authored about 4 years ago
initalized native objects methods and added more native functions

github.com/blade-lang/blade - bd860ce2262b48a9bf02b3b861542de1a4c05c9c authored about 4 years ago
initalized mandlebrot benchmark

github.com/blade-lang/blade - e24abb351a3972e4010b1be406e20c4546b8fc37 authored about 4 years ago
implemented string indexing

github.com/blade-lang/blade - fcb30fb782ee3ca3e29099428c823068bd2faa5a authored about 4 years ago
extended list test

github.com/blade-lang/blade - 43561d31392540a9c9b24328f14c2f2948571bdc authored about 4 years ago
initialized benchmark 3

github.com/blade-lang/blade - 825d0ec4e8c3ac637a50e248fc546360bcf8e991 authored about 4 years ago
initialized benchmark 3

github.com/blade-lang/blade - 580e62e0df48fd894c1662c7f77f6c6c87c14d1b authored about 4 years ago
added more native functions

github.com/blade-lang/blade - ec84ce7a803815027a7245131c354b4a50739057 authored about 4 years ago
updated tables load factor

github.com/blade-lang/blade - e749333fe306b0560373674a10b51c1d31156ac4 authored about 4 years ago
added benchmarks

github.com/blade-lang/blade - 8423b6f2e7d6e06e34d050f6bda731e1dd47ec16 authored about 4 years ago
implemented dictionary

github.com/blade-lang/blade - cb22822539a7616aa04f0b060fb5ec643c4902e0 authored about 4 years ago
implemented dictionaries

github.com/blade-lang/blade - a590235d5d0183cffe319fc59d3703e7647b570e authored about 4 years ago
added multiline support to list

github.com/blade-lang/blade - e2cddbdc7e46d107462ecf66db397bca3f5f5482 authored about 4 years ago
added variadic arguments support

github.com/blade-lang/blade - a0ec7b3edc1f635c88e213cb1c16f537daa8828c authored about 4 years ago
added more list test

github.com/blade-lang/blade - 9f37b5e9e8f2158a2c577e972ad4d2ea025371b4 authored about 4 years ago
added more list test

github.com/blade-lang/blade - 606794d0f398853b90aa7d310aeab80572d39742 authored about 4 years ago
adde more test to list

github.com/blade-lang/blade - 48f929b3096fb5eea8f2de0ab27c5749696749d4 authored about 4 years ago
fixed list setter and getter indices

github.com/blade-lang/blade - 34a5152de3bbbeef2d0fa5480c9806a50e144437 authored about 4 years ago
fixed broken list multiplication

github.com/blade-lang/blade - 5e5445747aeedb52cf8d62e719af40d23dc456d8 authored about 4 years ago