ِAya Nabil Othmanayanabilothman.hashnode.dev·Sep 11, 2024Configure Jest to use it with NodeJS ECMAScript ModulesInitialize your application: npm init To use ES modules, add type: "module" to package.json file. Install Jest npm i jest Initialize Jest npm init jest@latest In jest.config.mjs file: de-comment transform key and assign it a value like tr...2 likes·28 readsJavaScript
wuzhiguocarterblog.wuzhiguo.tech·Jul 28, 2024专栏预告:编程语言背后的编程范式在编程的世界里,语言就像是工具箱中的各种工具,每一种都有其独特的用途和优势。为什么我们需要这么多不同的编程语言?它们背后隐藏着怎样的编程范式?在这个专栏中,我们将深入探讨编程语言的多样性、历史背景、相互交互以及未来的发展趋势。无论你是编程新手还是经验丰富的开发者,这个专栏都将为你揭开编程语言背后的奥秘,帮助你更好地理解和选择适合自己的编程工具。准备好了吗?让我们一起踏上这段编程语言的探索之旅吧! 引言 专栏介绍 目标读者与预期收益 编程语言的重要性与多样性 第一章:为什么不能只有一门编...Programming Languages & Paradigms编程语言
Pradeepto SarkarforThe nameSpace Community Blogblog.namespacecomm.in·Jun 23, 2024Building a Custom Compiler or Transpiler with Node.jsIntroduction In the world of software development, compilers and transpilers are essential tools that allow developers to leverage new programming languages, optimize code, and ensure cross-platform compatibility. Despite their critical role, buildin...7 likes·143 readslexical-analysis
Soniya KaramchandaniforCodeParrot 10x Dev10xdev.codeparrot.ai·Jan 21, 2024The Comprehensive Guide to TranspilerWHAT IS TRANSPILER? How is a transpiler different from a compiler? A compiler serves the purpose of translating high-level, human-readable code into low-level instructions that a computer can execute. For example, a C compiler takes C code and produc...151 readsbrowser
Soniya KaramchandaniforCodeParrot 10x Dev10xdev.codeparrot.ai·Jan 11, 2024Transpilers or WTH does Babel doWHAT IS TRANSPILER? A transpiler is a specialized tool that transforms source code from one programming language to another, facilitating interoperability and migration. Unlike traditional compilers that produce machine code, transpilers generate equ...44 readsbrowser
Ivan Jawerbaumivojawer.hashnode.dev·Aug 26, 2023Pharo VM Transpiler: Wrapping upAnother 6 weeks have passed! This is all the work done on the second half of my GSoC project Development Wrapping up validations Pull Requests: #662 In the previous article I went pretty in-depth on validations, however, one small feature that I was ...26 readsMy GSoC project in the Pharo Consortiumgsoc
Aryan Parmarxryxn13.hashnode.dev·Jul 18, 2023Compiler vs. Transpiler: Understanding the Differences and Use Cases 🔄🖥️Introduction: Welcome to a fascinating exploration of compilers and transpilers! 🚀 In this blog post, we'll dive into the world of programming languages and dissect the differences between compilers and transpilers. 📚 Get ready to uncover their uni...39 readscompiler
Ivan Jawerbaumivojawer.hashnode.dev·Jul 11, 2023Pharo VM Transpiler: My First Six WeeksIn this article I'll be sharing the progress made during my first six weeks of the coding period on the GSoC program in which I've been contributing to the Pharo-to-C VM Transpiler project. My goals for this period My proposal mentioned several inlin...273 readsMy GSoC project in the Pharo ConsortiumPharo
Shivansh Rathoreshivanshsblog.hashnode.dev·Mar 5, 2023What Is Transpiler ,Future and Why Is Everyone Talking about It?Transpilers or transcompilers or we can say source-to-source compilers that convert codes written in one language to another language while preserving functionality, unlike a traditional compiler that simply translates code to machine-understandable ...15 likes·52 readsBlogsWithCC
Anele 'Mashy' Mbangamashymbanga.hashnode.dev·Oct 6, 2022So I started creating a TailwindCSS toolboxFinding DaisyUI In the middle of last month, I started learning TailwindCSS. I didn't go to their website though, I found DaisyUI components and learned using that (see cover image). Big mistake. I'm finding myself going to the TailwindCSS website to...468 readsTailwind CSS