
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
A programming language specifically designed such that ASTs generated by markov chain are likely to produce programs with meaningful effect
— mcc (@mcclure111) `July 11, 2015 <https://twitter.com/mcclure111/status/619713910552133632>`__
Xenoglossia is a simple string manipulation language, akin to sed. It was created with the goal of producing surprising, fun-to-read programs which can be generated in novel manners by a computer.
An introduction to the language and its syntax can be found in the
design document <https://github.com/mistydemeo/xenoglossia/blob/master/doc/design.md>
, and the documentation of the
builtin functions can currently be found in the docstrings of the
builtins module <https://github.com/mistydemeo/xenoglossia/blob/master/xenoglossia/builtins.py>
.
Xenoglossia will install an executable named xg
. To run a program,
call xg --input STRING "xenoglossia program"
; for example:
.. code:: sh
xg --input "This is the input string" "sub 'input' 'output'"
You can also pipe input into stdin:
.. code:: sh
echo "This is the input string" | xg "sub 'input' 'output'"
Replace two words in a sentence:
::
gsub "favorite" "favourite" gsub "color" "colour"
Rearrange the words in a sentence, then capitalize the new sentence:
::
burst " " shuffle capitalize
FAQs
Robust(?) string manipulation language
We found that xenoglossia demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.