The Wayback Machine - https://web.archive.org/web/20220328163623/https://github.com/topics/transpiler
Skip to content
#

transpiler

Here are 684 public repositories matching this topic...

tujinshu
tujinshu commented Dec 3, 2019

2019/12/02 和Yi Wang沟通交流考虑SQLFLOW可以支持如下的特性

一、基础功能:好用的工具需要一个更加简易友好的界面,让业务开发/分析更加简单
1)设计分析类工具,提供自动联想输入、快速语法、常见语义错误,提升用户体验
应用场景:提供IDE的自动联想功能,提高开发效率;语法和基本语义提前检查,避免提交到后台,执行较长时间后报错
2)大数据量时时间较长,建议提供任务(job)管理、允许用户了解数据执行的状态、监控进度、提供动态调试、watch能力,方便用户感知和调优
应用场景:耗时任务可以快速了解整体进度,提供一些中间的过程信息、耗时等,方便用户进行调优,优化开发
3) 安全权限、用户管理、
应用场景:增加新的数据分析人员、用户权

good first issue
aesara
brandonwillard
brandonwillard commented Mar 19, 2022

It looks like aesara.graph.utils.[simple_extract_stack, add_tag_trace] aren't correctly filtering "internal"/aesara frames:

import traceback

import aesara
import aesara.tensor as at


a = at.as_tensor(1)

# FIXME: The line above is not the last frame in the traceback
traceback.print_list(a.tag.trace[0])
#  File ".../anaconda3/envs/aesara-3.9/lib/python3.9/site-packages/I
bug enhancement good first issue help wanted
rickroll-lang

The Rickroll programming language is a rickroll based, process oriented, dynamic, strong, esoteric programming language. All of the keywords/statements are coming from Rick Astley's lyrics. Discord server: https://discord.gg/yzZ3MfGZ8A

  • Updated Mar 20, 2022
  • Python
alanjds
alanjds commented Oct 23, 2018

More than one user/contributor had trouble trying to test or run simple toy scripts. The README is outdated and still says to run make and friends.

  • Put instructions about installing Go 1.10+ and Python 2.7
  • Update install instructions for development (setup.py develop)
  • Update install instructions over system (setup.py install)
  • Remove outdated nonworking instructi
good first issue Hacktoberfest

Improve this page

Add a description, image, and links to the transpiler topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the transpiler topic, visit your repo's landing page and select "manage topics."

Learn more